积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部综合其他(27)KiCad(27)

语言

全部英语(13)中文(简体)(13)日语(1)

格式

全部PDF文档 PDF(17)其他文档 其他(10)
 
本次搜索耗时 0.023 秒,为您找到相关结果约 27 个.
  • 全部
  • 综合其他
  • KiCad
  • 全部
  • 英语
  • 中文(简体)
  • 日语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • epub文档 Kicad 5.1 插件

    char const* GetModelExtension( int aIndex ) { if( aIndex < 0 || aIndex >= NEXTS ) return NULL; return file_data.extensions[aIndex]; } // 返回该插件提供的筛选字符串数量 // return the number of filter strings string char const* GetFileFilter( int aIndex ) { if( aIndex < 0 || aIndex >= NFILS ) return NULL; return file_data.filters[aIndex]; } // 返回 false,因为此插件不提供可视化数据 // return false since this plugin not provide visualization data bool CanRender( void ) { return false; } // 返回 null,因为此插件不提供可视化数据 // return NULL since this plugin does not provide visualization data SCENEGRAPH* Load( char const*
    0 码力 | 56 页 | 49.46 KB | 1 年前
    3
  • epub文档 Kicad 5.1 Plugins

    char const* GetModelExtension( int aIndex ) { if( aIndex < 0 || aIndex >= NEXTS ) return NULL; return file_data.extensions[aIndex]; } // return the number of filter strings provided by return NULL; return file_data.filters[aIndex]; } // return false since this plugin does not provide visualization data bool CanRender( void ) { return false; } // return NULL since this const* aFileName ) { // this dummy plugin does not support rendering of any models return NULL; } This source file meets all the minimum requirements to implement a 3D plugin. The plugin does
    0 码力 | 48 页 | 44.28 KB | 1 年前
    3
  • epub文档 Kicad 4.0 Plugins

    char const* GetModelExtension( int aIndex ) { if( aIndex < 0 || aIndex >= NEXTS ) return NULL; return file_data.extensions[aIndex]; } // return the number of filter strings provided by return NULL; return file_data.filters[aIndex]; } // return false since this plugin does not provide visualization data bool CanRender( void ) { return false; } // return NULL since this const* aFileName ) { // this dummy plugin does not support rendering of any models return NULL; } This source file meets all the minimum requirements to implement a 3D plugin. The plugin does
    0 码力 | 48 页 | 66.10 KB | 1 年前
    3
  • pdf文档 Kicad 4.0 Plugins

    string char const* GetModelExtension( int aIndex ) { if( aIndex < 0 || aIndex >= NEXTS ) return NULL; return file_data.extensions[aIndex]; } // return the number of filter strings provided by this NFILS ) return NULL; return file_data.filters[aIndex]; } // return false since this plugin does not provide visualization data bool CanRender( void ) { return false; } // return NULL since this plugin char const* aFileName ) { // this dummy plugin does not support rendering of any models return NULL; } This source file meets all the minimum requirements to implement a 3D plugin. The plugin does
    0 码力 | 36 页 | 210.85 KB | 1 年前
    3
  • pdf文档 Kicad 5.1 Plugins

    string char const* GetModelExtension( int aIndex ) { if( aIndex < 0 || aIndex >= NEXTS ) return NULL; return file_data.extensions[aIndex]; } // return the number of filter strings provided by this NFILS ) return NULL; return file_data.filters[aIndex]; } // return false since this plugin does not provide visualization data bool CanRender( void ) { return false; } // return NULL since this plugin char const* aFileName ) { // this dummy plugin does not support rendering of any models return NULL; } This source file meets all the minimum requirements to implement a 3D plugin. The plugin does
    0 码力 | 36 页 | 204.70 KB | 1 年前
    3
  • pdf文档 Kicad 5.1 插件

    string char const* GetModelExtension( int aIndex ) { if( aIndex < 0 || aIndex >= NEXTS ) return NULL; return file_data.extensions[aIndex]; } // b'' 返 b''b'' 回 b''b'' 该 b''b'' 插 b''b'' 件 b''b'' 提 b''b'' filter string char const* GetFileFilter( int aIndex ) { if( aIndex < 0 || aIndex >= NFILS ) return NULL; return file_data.filters[aIndex]; } // b'' 返 b''b'' 回 b'' falseb '',b''b'' 因 b''b'' 为 b''b'' 此 插 b''b'' 件 b''b'' 不 b''b'' 提 b''b'' 供 b''b'' 可 b''b'' 视 b''b'' 化 b''b'' 数 b''b'' 据 b'' // return NULL since this plugin does not provide visualization data SCENEGRAPH* Load( char const* aFileName )
    0 码力 | 45 页 | 612.98 KB | 1 年前
    3
  • epub文档 KiCad IDF 导出器 5.1

    length 8mm + 3mm board offset, # axial wire on right, 0.8mm wire dia., 3.5mm pitch idfcyl - 1 > /dev/null << _EOF mm v x 5 8 3 0.8 3.5 r cylvmm_1R_D5_L8_Z3_WD0.8_P3.5.idf _EOF 5.2. idfrect When idfrect 1mm chamfer, 2mm height idfrect - 1 > /dev/null << _EOF mm 10 10 2 1 rectMM_10x10x2_C0.5.idf _EOF # 10x10x12, 0.8mm lead on 6mm pitch idfrect - 1 > /dev/null << _EOF mm 10 10 12 0 Y 0.8 6 rectLMM_10x10x12_D0 from a DXF file test.dxf: #!/bin/bash # Generate an IDF outlines from a DXF file dxf2idf - 1 > /dev/null << _EOF test.dxf mm DXF TEST GEOMETRY DXF TEST PART 5 This is an IDF test file produced from the
    0 码力 | 20 页 | 147.43 KB | 1 年前
    3
  • epub文档 KiCad IDF 导出器 4.0

    length 8mm + 3mm board offset, # axial wire on right, 0.8mm wire dia., 3.5mm pitch idfcyl - 1 > /dev/null << _EOF mm v x 5 8 3 0.8 3.5 r cylvmm_1R_D5_L8_Z3_WD0.8_P3.5.idf _EOF 5.2. idfrect When idfrect 1mm chamfer, 2mm height idfrect - 1 > /dev/null << _EOF mm 10 10 2 1 rectMM_10x10x2_C0.5.idf _EOF # 10x10x12, 0.8mm lead on 6mm pitch idfrect - 1 > /dev/null << _EOF mm 10 10 12 0 Y 0.8 6 rectLMM_10x10x12_D0 from a DXF file test.dxf: #!/bin/bash # Generate an IDF outlines from a DXF file dxf2idf - 1 > /dev/null << _EOF test.dxf mm DXF TEST GEOMETRY DXF TEST PART 5 This is an IDF test file produced from the
    0 码力 | 20 页 | 169.29 KB | 1 年前
    3
  • pdf文档 KiCad IDF 导出器 5.1

    length 8mm + 3mm board offset , # axial wire on right, 0.8mm wire dia., 3.5mm pitch idfcyl - 1 > /dev/null << _EOF mm v x 5 8 3 0.8 3.5 r IDF Exporter 10 / 12 cylvmm_1R_D5_L8_Z3_WD0.8_P3.5.idf chamfer , 2mm height idfrect - 1 > /dev/null << _EOF mm 10 10 2 1 rectMM_10x10x2_C0.5.idf _EOF # 10x10x12 , 0.8mm lead on 6mm pitch idfrect - 1 > /dev/null << _EOF mm 10 10 12 IDF Exporter a DXF file test.dxf: #!/bin/bash # Generate an IDF outlines from a DXF file dxf2idf - 1 > /dev/null << _EOF test.dxf mm DXF TEST GEOMETRY DXF TEST PART 5 This is an IDF test file produced from
    0 码力 | 15 页 | 219.00 KB | 1 年前
    3
  • pdf文档 KiCad IDF 导出器 4.0

    length 8mm + 3mm board offset, # axial wire on right, 0.8mm wire dia., 3.5mm pitch idfcyl - 1 > /dev/null << _EOF mm v x 5 8 3 0.8 3.5 r IDF Exporter 10 / 12 cylvmm_1R_D5_L8_Z3_WD0.8_P3.5.idf chamfer, 2mm height idfrect - 1 > /dev/null << _EOF mm 10 10 2 1 rectMM_10x10x2_C0.5.idf _EOF # 10x10x12, 0.8mm lead on 6mm pitch idfrect - 1 > /dev/null << _EOF mm 10 10 12 0 IDF Exporter a DXF file test.dxf: #!/bin/bash # Generate an IDF outlines from a DXF file dxf2idf - 1 > /dev/null << _EOF test.dxf mm DXF TEST GEOMETRY DXF TEST PART 5 This is an IDF test file produced from
    0 码力 | 15 页 | 242.13 KB | 1 年前
    3
共 27 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
Kicad5.1插件Plugins4.0KiCadIDF导出
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩