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

无数据

分类

全部综合其他(263)Weblate(205)Blender(29)KiCad(9)Krita(9)GIMP(4)笔试面试(2)人工智能(1)产品与服务(1)

语言

全部英语(170)中文(简体)(80)中文(繁体)(10)日语(2)韩语(1)

格式

全部PDF文档 PDF(151)其他文档 其他(112)
 
本次搜索耗时 0.028 秒,为您找到相关结果约 263 个.
  • 全部
  • 综合其他
  • Weblate
  • Blender
  • KiCad
  • Krita
  • GIMP
  • 笔试面试
  • 人工智能
  • 产品与服务
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 韩语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Google C++ Style Guide

    appropriate, you are welcome to use standard types like size_t and ptrdiff_t. We use int very often, for integers we know are not going to be too big, e.g., loop counters. Use plain old int for such things. You that it has more than 32 bits. If you need a 64-bit integer type, use int64_t or uint64_t. For integers we know can be “big”, use int64_t. You should not use the unsigned integer types such as uint32_t integer types. Integer conversions and promotions can cause non-intuitive behavior. On Unsigned Integers Some people, including some textbook authors, recommend using unsigned types to represent numbers
    0 码力 | 83 页 | 238.71 KB | 1 年前
    3
  • pdf文档 Godot Game Development for Beginners

    engine © Zenva Pty Ltd 2020. All rights reserved We're using integers for the building type and resources. These integers refer to a specific thing. Building Types • Base = 0 • Mine
    0 码力 | 199 页 | 12.53 MB | 10 月前
    3
  • pdf文档 DeepSeek-V2: A Strong, Economical, and Efficient Mixture-of-Experts Language Model

    starts_one_ends(n): """ Given a positive integer n, return the count of the numbers of n-digit positive integers that start or end with 1. """ Table 26 | An example of HumanEval. 44 PROMPT Problem: Find the You are an expert Python programmer, and here is your task: Write a function to find the largest integers from a given list of numbers using heap queue algorithm. Your code should pass these tests: assert
    0 码力 | 52 页 | 1.23 MB | 1 年前
    3
  • pdf文档 KiCad PCB Editor 6.0

    measurement resolution of all objects in KiCad is 1 nanometer, and measurements are stored as 32-bit integers. This means it is possible to create boards up to approximately 4 meters by 4 meters. KiCad currently component’s outline and dimensions. The component outline section contains fields which are strings, integers, or floating point numbers. A string is a combination of characters which may include spaces; if
    0 码力 | 110 页 | 3.61 MB | 1 年前
    3
  • pdf文档 KiCad PCB Editor 7.0

    measurement resolution of all objects in KiCad is 1 nanometer, and measurements are stored as 32-bit integers. This means it is possible to create boards up to approximately 4 meters by 4 meters. KiCad currently component’s outline and dimensions. The component outline section contains fields which are strings, integers, or floating point numbers. A string is a combination of characters which may include spaces; if
    0 码力 | 129 页 | 7.75 MB | 1 年前
    3
  • pdf文档 KiCad PCB 编辑器 6.0

    measurement resolution of all objects in KiCad is 1 nanometer, and measurements are stored as 32-bit integers. This means it is possible to create boards up to approximately 4 meters by 4 meters. KiCad 目前支持每个工程/原理图一个电路板文件。 component’s outline and dimensions. The component outline section contains fields which are strings, integers, or floating point numbers. A string is a combination of characters which may include spaces; if
    0 码力 | 101 页 | 4.78 MB | 1 年前
    3
  • epub文档 KiCad IDF 导出器 5.1

    component’s outline and dimensions. The component outline section contains fields which are strings, integers, or floating point numbers. A string is a combination of characters which may include spaces; if
    0 码力 | 20 页 | 147.43 KB | 1 年前
    3
  • epub文档 KiCad IDF 导出器 4.0

    component’s outline and dimensions. The component outline section contains fields which are strings, integers, or floating point numbers. A string is a combination of characters which may include spaces; if
    0 码力 | 20 页 | 169.29 KB | 1 年前
    3
  • pdf文档 KiCad IDF 导出器 5.1

    component’s outline and dimensions. The component outline section contains fields which are strings, integers, or floating point numbers. A string is a combination of characters which may include spaces; if
    0 码力 | 15 页 | 219.00 KB | 1 年前
    3
  • pdf文档 KiCad IDF 导出器 4.0

    component’s outline and dimensions. The component outline section contains fields which are strings, integers, or floating point numbers. A string is a combination of characters which may include spaces; if
    0 码力 | 15 页 | 242.13 KB | 1 年前
    3
共 263 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 27
前往
页
相关搜索词
GoogleC++StyleGuideGodotGameDevelopmentforBeginnersDeepSeekV2StrongEconomicalandEfficientMixtureofExpertsLanguageModelKiCadPCBEditor6.07.0编辑编辑器IDF导出5.14.0
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩