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

无数据

分类

全部综合其他(345)Weblate(268)Blender(33)KiCad(20)Krita(9)产品与服务(4)GIMP(4)Apache OFBiz(4)笔试面试(3)版本控制(3)

语言

全部英语(244)中文(简体)(85)中文(繁体)(10)日语(4)法语(1)韩语(1)

格式

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

    sider the following snippet, for example: namespace X { inline namespace Y { void foo(); } } The expressions X::Y::foo() and X::foo() are interchangeable. Inline names- paces are primarily intended for ABI consistency ar- gument doesn’t apply in codebases with few deeply-nested pointer expressions since most const expressions have only one const, and it applies to the un- derlying value. In such cases, there’s defining a constexpr variable. Use of constexpr enables definition of constants with floating-point expressions rather than just literals; definition of constants of user-defined types; and defi- nition of constants
    0 码力 | 83 页 | 238.71 KB | 1 年前
    3
  • pdf文档 Google Python Style Guide

    Functions List Comprehensions Default Iterators and Operators Generators Lambda Functions Conditional Expressions Default Argument Values Properties True/False evaluations Deprecated Language Features Lexical Comprehensions link￿ Okay to use for simple cases. Definition: List comprehensions and generator expressions provide a concise and efficient way to create lists and iterators without resorting to the use creation techniques. Generator expressions can be very efficient, since they avoid the creation of a list entirely. Cons: Complicated list comprehensions or generator expressions can be hard to read. Decision:
    0 码力 | 30 页 | 94.81 KB | 1 年前
    3
  • pdf文档 KiCad PCB Editor 7.0

    complicated groupings can be created by changing the Group By mode from Wildcard to RegEx (regular expressions). The substring (Substr) variants of the Group By mode will create groups for each set of nets rule checker from running. Custom rule syntax The custom design rule language is based on s-expressions and allows you to create design constraints that are not possible with the built-in constraints different netclasses. Parentheses can be 86 used to clarify the order of operations in complex expressions but they are not required. All the boolean operators have the same precedence and are evaluated
    0 码力 | 129 页 | 7.75 MB | 1 年前
    3
  • pdf文档 KiCad 8.0 PCB Editor

    wildcards: * matches any characters, and ? matches any single character. You can also use regular expressions, such as /footprint value/ . The displayed information depends on the item type. In addition to complicated groupings can be created by changing the Group By mode from Wildcard to RegEx (regular expressions). The substring (Substr) variants of the Group By mode will create groups for each set of nets rule checker from running. Custom rule syntax The custom design rule language is based on s-expressions and allows you to create design constraints that are not possible with the built-in constraints
    0 码力 | 204 页 | 6.90 MB | 1 年前
    3
  • pdf文档 KiCad 8.0 PCB Editor

    wildcards: * matches any characters, and ? matches any single character. You can also use regular expressions, such as /footprint value/ . The displayed information depends on the item type. In addition to complicated groupings can be created by changing the Group By mode from Wildcard to RegEx (regular expressions). The substring (Substr) variants of the Group By mode will create groups for each set of nets rule checker from running. Custom rule syntax The custom design rule language is based on s-expressions and allows you to create design constraints that are not possible with the built-in constraints
    0 码力 | 205 页 | 6.78 MB | 1 年前
    3
  • pdf文档 DeepSeek-V2: A Strong, Economical, and Efficient Mixture-of-Experts Language Model

    Boolean expression. Q: not ( ( not not True ) ) is A: Let’s think step by step. Remember that (i) expressions inside brackets are always evaluated first and that (ii) the order of operations from highest priority False. Q: True and False and not True and True is A: Let’s think step by step. Remember that (i) expressions inside brackets are always evaluated first and that (ii) the order of operations from highest priority answer is False. Q: not not ( not ( False ) ) is A: Let’s think step by step. Remember that (i) expressions inside brackets are always evaluated first and that (ii) the order of operations from highest priority
    0 码力 | 52 页 | 1.23 MB | 1 年前
    3
  • pdf文档 KiCad PCB Editor 6.0

    complicated groupings can be created by changing the Group By mode from Wildcard to RegEx (regular expressions). The substring (Substr) variants of the Group By mode will create groups for each set of nets rule checker from running. Custom rule syntax The custom design rule language is based on s-expressions and allows you to create design constraints that are not possible with the built-in constraints in different netclasses. Parentheses can be used to clarify the order of operations in complex expressions but they are not required. Some properties represent a physical measurement, such as a size, angle
    0 码力 | 110 页 | 3.61 MB | 1 年前
    3
  • pdf文档 KiCad 8.0 Schematic Editor

    10 ki mi gi ti 2 2 2 2 -12 -9 -6 -3 3 6 9 12 10 20 30 40 14 Regular expressions: if you’re familiar with regular expressions, these can be used too. The regular expression flavor used is the wxWidgets wxWidgets Advanced Regular Expression style, which is similar to Perl regular expressions. If the symbol specifies a default footprint, this footprint will be previewed in the lower right. If the symbol match any number of any characters, including none, and ? to match any character) and regular expressions. The nets that match the selected pattern are displayed to the right of the pattern list. For
    0 码力 | 200 页 | 8.34 MB | 1 年前
    3
  • pdf文档 GIMP User Manual 2.2

    formulating expressions in Scheme. The third thing to understand is that: Mathematical operators are also considered functions, and thus are listed first when writing mathematical expressions. This is: (let* ( variables ) expressions ) ‚‚‚‚‚‚‚‚ ‚ ‚ ‚ ‚ ‚ ‚‚‚‚‚‚ where variables are declared within parens, e.g., (a 2), and expressions are any valid Scheme expressions. Remember that the variables param­list) expressions) ‚‚‚‚‚‚‚‚ ‚ ‚ ‚ ‚‚‚‚‚‚ where name is the name assigned to this function, param-list is a space-delimited list of parameter names, and expressions is a series of expressions that the
    0 码力 | 421 页 | 8.45 MB | 1 年前
    3
  • pdf文档 KiCad 8.0 PCB 编辑器

    wildcards: * matches any characters, and ? matches any single character. You can also use regular expressions, such as /footprint value/ . The displayed information depends on the item type. In addition to complicated groupings can be created by changing the Group By mode from Wildcard to RegEx (regular expressions). The substring (Substr) variants of the Group By mode will create groups for each set of nets 按钮,确保没有语法错误。 自定义规则中的任何错误将阻止设计规则 检查器的运行。 自定义规则语法 The custom design rule language is based on s-expressions and allows you to create design constraints that are not possible with the built-in constraints
    0 码力 | 194 页 | 8.27 MB | 1 年前
    3
共 345 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 35
前往
页
相关搜索词
GoogleC++StyleGuidePythonKiCadPCBEditor7.08.0DeepSeekV2StrongEconomicalandEfficientMixtureofExpertsLanguageModel6.0SchematicGIMPUserManual2.2编辑编辑器
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩