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

无数据

分类

全部后端开发(64)Python(49)C++(14)Conda(14)Django(9)数据库(5)TiDB(5)Conan(5)PyMuPDF(4)综合其他(3)

语言

全部英语(70)中文(简体)(1)中文(简体)(1)英语(1)

格式

全部PDF文档 PDF(66)其他文档 其他(6)PPT文档 PPT(1)
 
本次搜索耗时 0.096 秒,为您找到相关结果约 73 个.
  • 全部
  • 后端开发
  • Python
  • C++
  • Conda
  • Django
  • 数据库
  • TiDB
  • Conan
  • PyMuPDF
  • 综合其他
  • 全部
  • 英语
  • 中文(简体)
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 C++20 Modules: The Packaging and Binary Redistribution Story

    them in our projects?The include directive ● Include directive: “Tells the preprocessor to include the contents of a specified file at the point where the directive appears.” #include error generated. Around ~350k lines after the include is replaced by the contentsThe include directive - cont’d When invoking the compiler, it needs to be able to resolve the location of #included ○ Typically handled by build system / package manager hello_world.cpp hello_world.oThe include directive - cont’d clang++ -std=c++20 -o hello_world.cpp.o -c hello_world.cpp hello_world.cpp:1:10: fatal
    0 码力 | 76 页 | 2.09 MB | 5 月前
    3
  • pdf文档 Contracts for C++

    assertion in a program should not alter the correctness of that program The Contracts Prime Directive130 Copyright (c) Timur Doumler | @timur_audio | https://timur.audio • The presence Adding a contract assertion that is not checked can't cause runtime overhead The Contracts Prime Directive131 Copyright (c) Timur Doumler | @timur_audio | https://timur.audio • The presence contract assertion, or a subsequent check of the same contract assertion The Contracts Prime Directive132 Copyright (c) Timur Doumler | @timur_audio | https://timur.audio • The presence
    0 码力 | 181 页 | 4.44 MB | 5 月前
    3
  • pdf文档 Tornado 6.5 Documentation

    Application or tornado.template.Loader constructors, for a template file with the {% autoescape None %} directive, or for a single expression by replacing {{ ... }} with {% raw ...%}. Additionally, in each of these only available in templates invoked via {% module Template(...) %}. Unlike the {% include ... %} directive, template modules have a distinct namespace from their containing template - they can only see the through. Defaults to "xhtml_escape". Can be changed on a per-template basis with the {% autoescape %} directive. • compiled_template_cache: Default is True; if False templates will be recompiled on every re-
    0 码力 | 272 页 | 1.12 MB | 2 月前
    3
  • pdf文档 cppcon 2021 safety guidelines for C parallel and concurrency

    false positive May be bad rule for tools Hard Easy MISRA tools, CG Meta Hard Hard Neither, META directive; Code guidelines Obvious rules, but hard to verify Might not be a good rule anyway Need a new [[intention::] [[intention::] attribute Stage 2: collate • Category • Mandatory: 8 • Required: 12 • Advisory: 12 • Directive: 5 • Decidable by humans • Easy: 27 • Medium: 1 • Complex: 20 • Unknown yet: 9 • Decidable via automated It is not visible in code and is not visible for code analysis tools Too high level for C++CG? Directive for tools/MISRA Agenda 1. Current status of C++ safety: MISRA and C++ CG 2. Parallel Safety rules
    0 码力 | 52 页 | 3.14 MB | 5 月前
    3
  • ppt文档 C++20: An (Almost) Complete Overview

    Test Macros   Immediate Functions – consteval  constinit  Class Enums and using Directive  Text Formatting  Math Constants  std::source_location  [[nodiscard(reason)]]  Bit Operations Forces constant initialization  ✔ E.g.: constinit const char* a { ... };74 Class Enums and using Directive  Example: enum class CardTypeSuit { Clubs, Diamonds, Hearts, Spades }; std::string_view GetString(const  Feature Test Macros  Immediate Functions – consteval  constinit  Class Enums and using Directive  Text Formatting  Math Constants  std::source_location  [[nodiscard(reason)]]  Bit Operations
    0 码力 | 85 页 | 512.18 KB | 5 月前
    3
  • epub文档 Tornado 6.5 Documentation

    Application or tornado.template.Loader constructors, for a template file with the {% autoescape None %} directive, or for a single expression by replacing {{ ... }} with {% raw ...%}. Additionally, in each of these only available in templates invoked via {% module Template(...) %}. Unlike the {% include ... %} directive, template modules have a distinct namespace from their containing template - they can only see the through. Defaults to "xhtml_escape". Can be changed on a per-template basis with the {% autoescape %} directive. compiled_template_cache: Default is True; if False templates will be recompiled on every request
    0 码力 | 437 页 | 405.14 KB | 2 月前
    3
  • pdf文档 Leveraging C++20/23 Features for Low Level Interactions

    uint32_t value = 0; value |= 0x1; value &= ~(0x1);Break from your #defined habits Preprocessor directive #de�ne is incredibly dangerous …But it’s also not unusual to come across macros and constants via REPLACE_BITS(x, mask, bits) ((x & (~(mask))) | (bits &Break from your #defined habits Preprocessor directive #de�ne is incredibly dangerous …But it’s also not unusual to come across macros and constants via
    0 码力 | 56 页 | 5.39 MB | 5 月前
    3
  • pdf文档 Back to Basics: The structure of a Program

    (roughly) as • A source file, • Plus with all the headers and source files included via the #include directive, • Minus any source lines skipped by conditional inclusion preprocessing directives (#ifdef), directives are executed, and macro invocations are expanded • each file included by an #include directive is processed by Phases 1 through 4, recursively • all preprocessing directives are removedCopyright
    0 码力 | 64 页 | 390.34 KB | 5 月前
    3
  • pdf文档 Unity for Human Beings

    at line 11 designates that this is the portion of the code that was built by NVIDIA. The pragma directive states we want to use a specific portion of shader code prebuilt for us and allows us to write method as well. Finally, we get to the method it should have the name surf because of the pragma directive. We have two parameters for the method, Input and inout or what we want to output. We don’t need
    0 码力 | 239 页 | 27.39 MB | 10 月前
    3
  • pdf文档 Python 标准库参考指南 2.7.18

    datetime objects, and therefore always available). When used with the strptime() method, the %f directive accepts from one to six digits and zero pads on the right. 2.6 新版功能. (5) 对于简单型对象,%z and %Z 格式代码会被替换为空字符串。 includes hard tabs, the only way the doctest can pass is if the NORMALIZE_WHITESPACE option or directive is in effect. Alternatively, the test can be rewritten to capture the output and compare it to an example’s source code: directive ::= "#" "doctest:" directive_options directive_options ::= directive_option ("," directive_option)\* directive_option ::= on_or_off directive_option_name on_or_off ::=
    0 码力 | 1552 页 | 7.42 MB | 9 月前
    3
共 73 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 8
前往
页
相关搜索词
C++20ModulesThePackagingandBinaryRedistributionStoryContractsforTornado6.5Documentationcppcon2021safetyguidelinesparallelconcurrencyAnAlmostCompleteOverviewLeveraging23FeaturesLowLevelInteractionsBacktoBasicsstructureofProgramUnityHumanBeingsPython标准参考指南2.718
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩