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

无数据

分类

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

语言

全部英语(264)中文(简体)(11)英语(1)

格式

全部PDF文档 PDF(260)PPT文档 PPT(16)
 
本次搜索耗时 0.018 秒,为您找到相关结果约 276 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Common Package Specification (CPS) in Practice: A Full Round Trip Implementation in Conan C++ Package Manager

    Package Specification (CPS) in practice: A full round trip implementation in Conan C++ package manager CppCon24Outline - Introduction to Common Package Specification (CPS) - Creation of CPS files from
    0 码力 | 66 页 | 1.76 MB | 6 月前
    3
  • pdf文档 Pipeline Architectures in C++: Overloaded Pipe Operator | and Its Monadic Operations

    overview of what the poster reports on. Title: Pipeline architectures in C++: overloaded pipe operator | std::expected and its monadic operations Brief overview: Functional programming in C++ is the overloaded pipe operator. In this poster I show how to implement a custom pipeline framework that employs std::expected, available since C++23. An overloaded custom pipe operator | will be presented my book about C++ [1][3]. One of the topics was to describe the behavior of the overloaded pipe operator | in std::ranges. I came across Ankur's Satle lecture [4] and decided to expand on this topic –
    0 码力 | 3 页 | 422.24 KB | 6 月前
    3
  • pdf文档 The Roles of Symmetry And Orthogonality In Design

    b0; //...do stuff with b0 //...do stuff with b0 } b0 Stack-based objects have outstanding lifecycle symmetry (Guaranteed!) Use whenever possible! “Scope Symmetry”Charley Bay - charleyb123 at gmail do stuff with b0, b1 } //...do stuff with b0 } b0 b1 Stack-based objects have outstanding lifecycle symmetry (Guaranteed!) Use whenever possible! “Scope Symmetry”Charley Bay - charleyb123 at gmail stuff with b0, b1 } //...do stuff with b0 } b0 b1 b2 Stack-based objects have outstanding lifecycle symmetry (Guaranteed!) Use whenever possible! “Scope Symmetry”Charley Bay - charleyb123 at gmail
    0 码力 | 151 页 | 3.20 MB | 6 月前
    3
  • pdf文档 The Shapes of Multidimensional Arrays

    noexcept = default; 8 constexpr extents(const extents &) noexcept = default; 9 constexpr extents& operator =( const extents &) noexcept = default; 10 11 template 12 constexpr , rank_dynamic () >&) noexcept; 17 template 18 constexpr extents& operator =( const extents < OtherExtents ... >&) noexcept; 19 20 // [mdspan.extents.obs], Observers of the &) noexcept; 10 11 constexpr mapping& operator =( const mapping &) noexcept = default; 12 template constexpr mapping& operator =( const mapping &) noexcept;
    0 码力 | 62 页 | 1.38 MB | 6 月前
    3
  • pdf文档 Modern C++ Tutorial: C++11/14/17/20 On the Fly

    in current file The “>” In the traditional C++ compiler, >> is always treated as a right shift operator. But actually we can easily write the code for the nested template: std::vector> controlled. For example, when copying a class is prohibited, the copy constructor and the assignment operator must be declared as private. Trying to use these undefined functions will result in compilation class Magic { public: Magic() = default; // explicit let compiler use default constructor Magic& operator=(const Magic&) = delete; // explicit declare refuse constructor Magic(int magic_number); } Strongly
    0 码力 | 92 页 | 1.79 MB | 1 年前
    3
  • ppt文档 Working with Asynchrony Generically: A Tour of C++ Executors

    Part 1: 1. Goals for the Executors proposal 2. Some simple examples, intro to senders 3. The lifecycle of an async operation 4. Under the hood of a concurrent operation 5. Implementing a simple algorithm Vision: “An asynchronous analogue of the STL” 2. Some simple examples, intro to senders 3. The lifecycle of an async operation with sender/receiver 4. Under the hood of a composite concurrent operation the // stop_when() algorithm requests stop of its stop // source. struct cancel_keyclick { void operator()() const noexcept { auto* current = pending_completion_.exchange(nullptr); if (current
    0 码力 | 121 页 | 7.73 MB | 6 月前
    3
  • pdf文档 Cetting Started with C++

    reuse with libraries Finding Libraries About Libraries Managing LibrariesInstalling a package manager vcpkg Windows: iex (iwr -useb "https://aka.ms/vcpkg-init.ps1") Linux/macOS: source <(wget -O com/Microsoft/vcpkg Go Deeper vcpkg on Microsoft Learn - https://learn.microsoft.com/vcpkgInstalling a package manager Conan Install Python 3 and pip pip install conan https://github.com/conan-io/conan Go Deeper Frequent and thorough verification by developers as early as possible in the software development lifecycle (SDLC) is one critical element of software security assurance. NISTIR 8397 – Guidelines on Minimum
    0 码力 | 95 页 | 4.71 MB | 6 月前
    3
  • pdf文档 Tracy: A Profiler You Don't Want to Miss

    freetype) (glfw or libxkbcommon, wayland, libglvnd, and maybe libegl too): (use whatever package manager your distro provides) 2. Build with make: /profiler/build/unix $ make –j8 1. Obtain zones may be necessary when instrumenting a module that can be loaded and unloaded throughout the lifecycle of the host application (e.g., a plugin)• ZoneScopedS(depth) • captures callstack • adds some
    0 码力 | 84 页 | 8.70 MB | 6 月前
    3
  • pdf文档 Tracy: A Profiler You Don't Want to Miss

    freetype) (glfw or libxkbcommon, wayland, libglvnd, and maybe libegl too): (use whatever package manager your distro provides) 2. Build with make: /profiler/build/unix $ make –j[N] 1. Obtain zones may be necessary when instrumenting a module that can be loaded and unloaded throughout the lifecycle of the host application (e.g., a plugin)• ZoneScopedS(depth) • captures callstack • adds some
    0 码力 | 85 页 | 6.51 MB | 6 月前
    3
  • pdf文档 Using Modern C++ to Build XOffsetDatastructure

    common in game applications: class Character. • Entire Lifecycle • We test the performance of various operations throughout the entire lifecycle of the data. Our tests cover a wide range of operations common in game applications: class Character. • Entire Lifecycle • We test the performance of various operations throughout the entire lifecycle of the data. Our tests cover a wide range of operations Fanchen Su, XOffsetDatastructure, CppCon 2024 1077.2 Takeaways • This code snippet demonstrates the lifecycle of data using XOffsetDatastructure across three different processes or devices (A, B, and C).
    0 码力 | 111 页 | 3.03 MB | 6 月前
    3
共 276 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 28
前往
页
相关搜索词
CommonPackageSpecificationCPSinPracticeFullRoundTripImplementationConanC++ManagerPipelineArchitecturesOverloadedPipeOperatorandItsMonadicOperationsTheRolesofSymmetryAndOrthogonalityInDesignShapesMultidimensionalArraysModernTutorial11141720OntheFlyWorkingwithAsynchronyGenericallyTourExecutorsCettingStartedTracyProfilerYouDonWanttoMissUsingBuildXOffsetDatastructure
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩