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

无数据

分类

全部后端开发(106)C++(106)Conan(74)

语言

全部英语(106)

格式

全部PDF文档 PDF(105)PPT文档 PPT(1)
 
本次搜索耗时 0.013 秒,为您找到相关结果约 106 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Back to Basics: Debugging Techniques

    cases to fail • Verify that new code passes its own test cases • Practice defensive programming • Comments • It's much easier to find defects in modular, well-designed code with well-written and extensive with print statements • In more complex systems, take advantage of existing logging facilities • Comments • Great way to stay "on the path" when developing new code • An easy first step in narrowing down ) • Call tracers and domain-specific diagnostic tools (strace, wireshark, SQL analyzers...) • Comments • Very powerful tools for deterministic problems • Not always useful for non-deterministic problems
    0 码力 | 44 页 | 470.68 KB | 5 月前
    3
  • pdf文档 Finding Your Codebases C++ Roots

    CppCon 2023 - Finding Your Codebases C++ RootsDocumentation Changes • Source Control • Headers & Comments • External Documentation • Documentation Requirements 27 of 45 CppCon 2023 - Finding Your Codebases 29 of 45 CppCon 2023 - Finding Your Codebases C++ RootsANSI C Compiled with a C++ Compiler • C++ Comments • Less typedefs for structs 30 of 45 CppCon 2023 - Finding Your Codebases C++ RootsPre C++11 • the past (comments) • Increases confusion • Understand what you are documenting so it makes sense • Don’t just read the code, restate it and hope for the best • Document with your comments (commit messages)
    0 码力 | 45 页 | 1.35 MB | 5 月前
    3
  • pdf文档 More Ranges Please

    ○ careers@istraresearch.com ● Always happy to learn and explore ○ Please - ask questions, make comments 2 Slidesroi.barkan@gmail.com Outline ● Libraries ○ What ○ Why ○ How ● Ranges ○ Introduction novel ways ● “Go catch rabbits” ● Thank you !! ○ Questions and comments are welcome ○ Thanks to Bryce Lelbach for review and comments 27 Slides
    0 码力 | 27 页 | 1.08 MB | 5 月前
    3
  • pdf文档 A Multithreaded, Transaction-Based Locking Strategy for Containers

    Transaction-Based Locking Strategy for ContainersCopyright © 2020 Bob Steagall K E W B C O M P U T I N G Some Comments • These tools operate upon containers and with elements, but don’t require changing the containers Locking Strategy for Containers 139Copyright © 2020 Bob Steagall K E W B C O M P U T I N G Some Comments • So far, only std::vector has been used • The maximum number of elements is pre-allocated and Locking Strategy for Containers 140Copyright © 2020 Bob Steagall K E W B C O M P U T I N G Some Comments • Some threads could starve • Transactions might become stale • Other container types may be
    0 码力 | 142 页 | 474.78 KB | 5 月前
    3
  • pdf文档 Six Ways for Implementing Math Expressions Calculator

    implementing math expressions calculator, Amir Kirsh Thanks … to Arthur O’Dwyer, for sharing valuable comments on a previous version of this presentation! … to CppBayArea meetup group and to Haifa::C++ meetup have_questions()) { ask(); } greetings(); } conclude([]{ std::cout << "Thank you!"; }); // Comments, feedback: kirshamir@gmail.com // let me help you accelerate you builds: amir.kirsh@incredibuild
    0 码力 | 63 页 | 1.85 MB | 5 月前
    3
  • pdf文档 The Most Important Design Guideline is Testability

    Validate Renaming 6. Pre-Deployment and Regression Testing 7. Enumeration Documentation and Usage Comments 8. Detect Renaming Through Code Review Process 9. Symbolic Constant Tracking108 How can we test Validate Renaming 6. Pre-Deployment and Regression Testing 7. Enumeration Documentation and Usage Comments 8. Detect Renaming Through Code Review Process 9. Symbolic Constant Tracking109 How can we test
    0 码力 | 126 页 | 9.11 MB | 5 月前
    3
  • pdf文档 Compile-Time Validation

    M::add;Macro – Text to String A macro can convert text into a string literal: • All comments will be removed • White spaces will collapse into a single space #define TO_STRING(...) #__VA_ARGS__ #__VA_ARGS__ static_assert(std::string_view("if ( cond ) { }") == TO_STRING(if ( cond ) { // comments won't be stringified /* white spaces will collapse to a single space */ }));Control Flow - Parsing
    0 码力 | 137 页 | 1.70 MB | 5 月前
    3
  • pdf文档 Contracts for C++

    Doumler | @timur_audio | https://timur.audio • Plain-language contracts, e.g. in code comments: // Returns a reference to the element at position `index`. // The behaviour is Doumler | @timur_audio | https://timur.audio • Plain-language contracts, e.g. in code comments: ...or in the C++ Standard: Contracts exist today! // Returns a reference to the
    0 码力 | 181 页 | 4.44 MB | 5 月前
    3
  • pdf文档 Many Ways to Kill an Orc (or a Hero)

    we’ll be looking at different ways to do similar things • Feel free to raise questions, make comments, criticize, etc. as we go along! 14What this is about? • Important note: throughout this talk we’ll be looking at different ways to do similar things • Feel free to raise questions, make comments, criticize, etc. as we go along! 15 There will be lots of code in these slides, so pay attention
    0 码力 | 202 页 | 1.26 MB | 5 月前
    3
  • pdf文档 micrograd++: A 500 line C++ Machine Learning Library

    this library was to make it simple and short. When clobbered into a single file by removing all the comments, micrograd++ comes out to be < 500 lines. When compiled with the highest optimization -O3, the static
    0 码力 | 3 页 | 1.73 MB | 5 月前
    3
共 106 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 11
前往
页
相关搜索词
BacktoBasicsDebuggingTechniquesFindingYourCodebasesC++RootsMoreRangesPleaseMultithreadedTransactionBasedLockingStrategyforContainersSixWaysImplementingMathExpressionsCalculatorTheMostImportantDesignGuidelineisTestabilityCompileTimeValidationContractsManyKillanOrcorHeromicrograd++500lineMachineLearningLibrary
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩