积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部综合其他(400)Weblate(302)Blender(37)KiCad(27)Krita(9)产品与服务(6)版本控制(6)Apache OFBiz(5)GIMP(4)人工智能(3)

语言

全部英语(259)中文(简体)(126)中文(繁体)(10)日语(2)韩语(1)ro(1)zh(1)

格式

全部PDF文档 PDF(224)其他文档 其他(175)TXT文档 TXT(1)
 
本次搜索耗时 0.033 秒,为您找到相关结果约 400 个.
  • 全部
  • 综合其他
  • Weblate
  • Blender
  • KiCad
  • Krita
  • 产品与服务
  • 版本控制
  • Apache OFBiz
  • GIMP
  • 人工智能
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 韩语
  • ro
  • zh
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • 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
  • pdf文档 Game Development for Human Beings

    and asteroids 2 this.game.physics.arcade.collide(this.player, this.asteroids, this.hitAsteroid, null, this); Define the hitAsteroid() method where we play an explosion sound, destroy the ship and emitter.maxParticleSpeed.setTo(200, 200); 10 emitter.gravity = 0; 11 emitter.start(true, 1000, null, 100); 12 this.player.kill(); 13 14 //call the gameOver method in 800 milliseconds, we particle emission (a single explosion), which will last 1 second (1000 milliseconds), then we put null because that’s also for repeating emissions (it defines how many per emission), lastly we’ll send
    0 码力 | 472 页 | 8.46 MB | 10 月前
    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
  • pdf文档 Apache OFBiz Developer Manual

    que le exampleTypeId et que le description soient null. • ERROR_MESSAGE_LIST : pour obtenir un ErrorMessage list il faut; que le exampleTypeId soit null. 7.6. FrontJs Glossary watchers c’est nom du GenericValue in the database. Used instead of delegator.findList(entityName, inputMap, null, null, null, false) method name: 'select' type: 'org.apache.ofbiz.entity.util.EntityQuery' params: [entity: Groovy evaluates to a Boolean type // everything that is empty or false will turn into false: // null, [], [:], "", false -> false if (UtilValidate.isEmpty(fieldName)) {} 50 Minilang Groovy
    0 码力 | 65 页 | 1.22 MB | 1 年前
    3
  • pdf文档 Apache OFBiz Developer Manual Release 18.12

    GenericValue in the database. Used instead of delegator.findList(entityName, inputMap, null, null, null, false) method name: 'select' type: 'org.apache.ofbiz.entity.util.EntityQuery' params: [entity: Groovy evaluates to a Boolean type // everything that is empty or false will turn into false: // null, [], [:], "", false -> false if (UtilValidate.isEmpty(fieldName)) {} 39 Minilang Groovy operator="equals"> // this will even work, if product is not existent or null if (UtilValidate.areEqual(product ?.primaryProductCategoryId, parameters .productCategoryId)) {
    0 码力 | 53 页 | 1.52 MB | 1 年前
    3
  • pdf文档 Google C++ Style Guide

    Necessary for some applications like copy constructors. Makes it clear, unlike with pointers, that a null pointer is not a possible value. References can be confusing, as they have value syntax but pointer using const T* is preferable to const T& for input parameters. For example: • You want to pass in a null pointer. • The function saves a pointer or reference to the input. Remember that most of the time = 0; bool Derived::Equal(Base* other) { Derived* that = dynamic_cast(other); if (that == NULL) return false; ... } RTTI has legitimate uses but is prone to abuse, so you must be careful when
    0 码力 | 83 页 | 238.71 KB | 1 年前
    3
共 400 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 40
前往
页
相关搜索词
Kicad5.1插件GameDevelopmentforHumanBeingsPlugins4.0ApacheOFBizDeveloperManualRelease18.12GoogleC++StyleGuide
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩