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

无数据

分类

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

语言

全部英语(150)中文(简体)(12)中文(繁体)(1)

格式

全部PDF文档 PDF(156)PPT文档 PPT(7)
 
本次搜索耗时 0.097 秒,为您找到相关结果约 163 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 2020: The Year of Sanitizers?

    nerds… or “How we manage to clang-tidy our whole code base, while maintaining our monthly release cycle” Why Do I Care ? 2020 Victor Ciura | @ciura_victor - 2020: The Year of Sanitizers? https://www Ciura | @ciura_victor - 2020: The Year of Sanitizers? offline (out of the normal compilation cycle) => can take longer to process source code is intimately linked to the used programming language pointers pointer aliasing makes it hard to prove things (alias analysis is hard problem) vicious cycle: type propagation <> alias analysis Static Analysis46 2020 Victor Ciura | @ciura_victor - 2020:
    0 码力 | 135 页 | 27.77 MB | 6 月前
    3
  • pdf文档 Single Producer Single Consumer Lock-free FIFO From the Ground Up

    cfrasch@Charles-PC:~/cppcon2023/build/debug$ ./fifo1 Fifo1: 7,553,693 ops/s cfrasch@Charles-PC:~/cppcon2023/build/release$ ./fifo1 cfrasch@Charles-PC:~/cppcon2023/build/debug$ ./unitTests --gtest_filter=FifoTest/0.* Running cfrasch@Charles-PC:~/cppcon2023/build/debug$ ./fifo1 Fifo1: 7,553,693 ops/s cfrasch@Charles-PC:~/cppcon2023/build/release$ ./fifo1 What happened? cfrasch@Charles-PC:~/cppcon2023/build/debug$ ./unitTests --gtest_filter=FifoTest/0 (pushCursor_ - popCursor_ != size_) if (pushCursor_ - popCursor_ != size_) happens before release release acquire acquire26 cfrasch@Charles-PC:~/cppcon2023/build/debug$ ./unitTests --gtest_filter=FifoTest/1
    0 码力 | 51 页 | 546.30 KB | 6 月前
    3
  • pdf文档 Back to Basics: Smart Pointers

    Support automatic memory management with reference counting ▪ Are C++ answer to garbage collection ▪ Release the resource if the smart pointer goes out of scope ▪ Are available in four versions raii.cppOverview Can be specialized for arrays: std::unique_ptr 7std::unique_ptr Function Description uniq.release() Returns a pointer to the resource and releases it uniq.get() Returns a pointer to the resource Classic problem ▪ If std::shared_ptr builds a cycle, no std::shared_ptr will be deleted automatically Rescue: ▪ std:weak_ptr breaks the cycle 16 Node Node Node NodeCyclic References 17
    0 码力 | 30 页 | 625.43 KB | 6 月前
    3
  • pdf文档 Modern C++ Tutorial: C++11/14/17/20 On the Fly

    generate a xvalue, which is referenced by the moving structure of A (A(A&&)), thus extending the life cycle, and taking the pointer in the rvalue and saving it to obj. In the middle, the pointer to the xvalue corresponding memory of the deleted element. In this case, you need to manually run shrink_to_fit() to release this part of the memory. std::vector v; std::cout << "size:" << v.size() << std::endl; // deleted. In traditional C++, “remembering” to manually release resources is not always a best practice. Because we are likely to forget to release resources and lead to leakage. So the usual practice is
    0 码力 | 92 页 | 1.79 MB | 1 年前
    3
  • pdf文档 DEDUCING this PATTERNS

    bigger fish to fry." Fair enough; we did. The prevailing attitude then was the "tick - tock" release cycle. C++11: big C++14: small (ish?) C++17: big?WORKING THE PROBLEM So I go away and let the issue
    0 码力 | 126 页 | 5.15 MB | 6 月前
    3
  • pdf文档 Data Structures That Make Video Games Go Round

    Simple; 2D, 2.5D mostly. ● Single threaded. ● Made from scratch (no game engine). ● Short release cycle. ● Small, by modern standards.Today: ● 3D, Photorealistic, Physics based. ● Multi-threaded
    0 码力 | 196 页 | 3.03 MB | 6 月前
    3
  • pdf文档 Heterogeneous Modern C++ with SYCL 2020

    l.uws.ac.uk/en/publications/trisycl-for-xilinx-fpga https://www.imaginationtech.com/news/press-release/tensorflow-gets-native-support-for-powervr-gpus-via-optimised-open-source-sycl-libraries/ SYCL support OpenCL to deploy on more devices CPU GPU FPGA AI processors Custom Processors Repeat The Cycle every 1.5-3 years SYCL Future Roadmap (MAY CHANGE) Conformance Tests Working on Implementations
    0 码力 | 114 页 | 7.94 MB | 6 月前
    3
  • pdf文档 Conan 1.56 Documentation

    Conan Documentation Release 1.56.0 The Conan team Jul 05, 2024 CONTENTS 1 Introduction 3 1.1 Open Source . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 950 Index 953 viii Conan Documentation, Release 1.56.0 Conan is a software package manager which is intended for C and C++ developers. Conan is stability, with no breaking changes across all Conan 1.X versions. CONTENTS 1 Conan Documentation, Release 1.56.0 2 CONTENTS CHAPTER ONE INTRODUCTION Conan is a dependency and package manager for C and
    0 码力 | 963 页 | 7.67 MB | 1 年前
    3
  • pdf文档 Conan 1.55 Documentation

    Conan Documentation Release 1.55.0 The Conan team Jul 05, 2024 CONTENTS 1 Introduction 3 1.1 Open Source . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 950 Index 953 viii Conan Documentation, Release 1.55.0 Conan is a software package manager which is intended for C and C++ developers. Conan is stability, with no breaking changes across all Conan 1.X versions. CONTENTS 1 Conan Documentation, Release 1.55.0 2 CONTENTS CHAPTER ONE INTRODUCTION Conan is a dependency and package manager for C and
    0 码力 | 963 页 | 7.67 MB | 1 年前
    3
  • pdf文档 Conan 1.53 Documentation

    Conan Documentation Release 1.53.0 The Conan team Jul 05, 2024 CONTENTS 1 Introduction 3 1.1 Open Source . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 940 Index 943 viii Conan Documentation, Release 1.53.0 Conan is a software package manager which is intended for C and C++ developers. Conan is stability, with no breaking changes across all Conan 1.X versions. CONTENTS 1 Conan Documentation, Release 1.53.0 2 CONTENTS CHAPTER ONE INTRODUCTION Conan is a dependency and package manager for C and
    0 码力 | 953 页 | 7.64 MB | 1 年前
    3
共 163 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 17
前往
页
相关搜索词
2020TheYearofSanitizersSingleProducerConsumerLockfreeFIFOFromtheGroundUpBacktoBasicsSmartPointersModernC++Tutorial11141720OnFlyDEDUCINGthisPATTERNSDataStructuresThatMakeVideoGamesGoRoundHeterogeneouswithSYCLConan1.56Documentation1.551.53
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩