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

无数据

分类

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

语言

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

格式

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

    "base/commandlineflags.h" #include "foo/server/bar.h" Sometimes, system-specific code needs conditional includes. Such code can put conditional includes after other includes. Of course, keep your system-specific code small 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
    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文档 DeepSeek-V2: A Strong, Economical, and Efficient Mixture-of-Experts Language Model

    Chen, O. Firat, Y. Huang, M. Krikun, N. Shazeer, and Z. Chen. Gshard: Scaling giant models with conditional computation and automatic sharding. In 9th International Conference on Learning Representations 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
    0 码力 | 52 页 | 1.23 MB | 1 年前
    3
  • epub文档 KiCad 5.1 Schematic Editor

    example to evaluate the amount of resistors in the current sheet.). Keep existing annotation Conditional annotation, only the new components will be re-annotated (default). Reset existing annotation familiar with regular expressions, these can be used too. The regular expression flavor used is the wxWidgets Advanced Regular Expression style, which is similar to Perl regular expressions. Before placing
    0 码力 | 263 页 | 2.36 MB | 1 年前
    3
  • pdf文档 KiCad 5.1 Schematic Editor

    example to evaluate the amount of resistors in the current sheet.). Keep existing annotation Conditional annotation, only the new components will be re-annotated (default). Reset existing annotation familiar with regular expressions, these can be used too. The regular expression flavor used is the wxWidgets Advanced Regular Expression style, which is similar to Perl regular expressions. Before placing
    0 码力 | 170 页 | 2.69 MB | 1 年前
    3
  • pdf文档 OpenAI 《A practical guide to building agents》

    robust routine anticipates common variations and includes instructions on how to handle them with conditional steps or branches such as an alternative step if a required piece of info is missing. 11 A practical agents. Practical guidelines for splitting agents include: Complex logic When prompts contain many conditional statements 
 (multiple if-then-else branches), and prompt templates get difficult to scale, consider frameworks are declarative, requiring developers to explicitly define every branch, loop, and conditional in the workflow upfront through graphs consisting of nodes (agents) and edges (deterministic or
    0 码力 | 34 页 | 7.00 MB | 5 月前
    3
  • pdf文档 Blender v4.1 Manual

    allow the use of wider value ranges, but never wider than the “hard limit”. Expressions You can enter mathematical expressions into any number field. For example, enter 3*2 or 10/5+4 instead of 6. Even (square root of 2) may be used. See also These expressions are evaluated by Python; for all available math expressions see: Math module reference. Expressions as Drivers You may want your expression to after it is entered. Blender supports this using Drivers (a feature of the animation system). Expressions beginning with # have a special use. Instead of evaluating the value and discarding the expression
    0 码力 | 6263 页 | 303.71 MB | 1 年前
    3
  • pdf文档 Apache OFBiz Developer Manual 22.01

    collection of many different things and can include: • Other screens • Decorator screens 4 • Conditional logic for hiding / showing parts of the screen • data preparation directives in the tag
    0 码力 | 16 页 | 161.40 KB | 1 年前
    3
  • pdf文档 01 Structure of Scientific Papers - Introduction to Scientific Writing WS2021/22

    feedback (in doubt agree), and answer with facts / ideas how to address the comments  Revision (conditional accept): address all revision requests Structure of Scientific Papers # Always welcome feedback/criticism
    0 码力 | 36 页 | 1.12 MB | 1 年前
    3
  • pdf文档 Learn Unity by Creating a 3D Multi-Level Platformer Game

    along, although you should have familiarity with basic programming concepts such as variables, conditional statements and objects. Project files can be downloaded here. This zip file contains all the
    0 码力 | 60 页 | 2.24 MB | 10 月前
    3
共 358 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 36
前往
页
相关搜索词
GoogleC++StyleGuidePythonDeepSeekV2StrongEconomicalandEfficientMixtureofExpertsLanguageModelKiCad5.1SchematicEditorOpenAIpracticalguidetobuildingagentsBlenderv4ManualApacheOFBizDeveloper22.0101StructureScientificPapersIntroductionWritingWS202122LearnUnitybyCreating3DMultiLevelPlatformerGame
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩