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

无数据

分类

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

语言

全部英语(175)中文(简体)(9)中文(繁体)(1)

格式

全部PDF文档 PDF(183)PPT文档 PPT(2)
 
本次搜索耗时 0.015 秒,为您找到相关结果约 185 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 A (Short) Tour of C++ Modules

    1Daniela Engert - CppCon 2021 Modules demystified and applied A (SHORT) TOUR OF C++ MODULES 2ABOUT ME Electrical engineer Build computers and create software for 40 years Develop hardware and OEM2::makeit(); } 1 2 3 4 5 6 7 8 export module awesome.v1; // other stuff, not exported, // must go here because reasons export namespace libawesome { // implemented elsewhere int deep_thought( namespace libawesome 1 2 3 4 5 6 7 8 9 export module awesome.v2; // other stuff, not exported, // must go here because reasons export namespace libawesome { // for compatibility int deep_thought(...);
    0 码力 | 62 页 | 4.20 MB | 6 月前
    3
  • ppt文档 Working with Asynchrony Generically: A Tour of C++ Executors

    abstraction 3. An extended example56 Structured concurrency57 IN THE BEGINNING … WAS GOTO From: “Go Statement considered harmful,” by Nathaniel Smith58 IN THE BEGINNING … WAS GOTO STRUCTURED PROGRAMMING
    0 码力 | 121 页 | 7.73 MB | 6 月前
    3
  • pdf文档 Make Successor Build Systems: World Tour of Build Systems

    0 码力 | 115 页 | 7.02 MB | 6 月前
    3
  • pdf文档 Data Structures That Make Video Games Go Round

    0 码力 | 196 页 | 3.03 MB | 6 月前
    3
  • pdf文档 C++ Modules: Getting Started Today

    low-hanging fruit there for people interested in contributing to compilers and tooling49/50 Where to go from here... Luis Caro Campos - C++20 Modules: The Packaging and Binary Redistribution Story (CppCon Cottonwood) Daniela Engert - Modules: The Beginner’s Guide (Meeting C++ 2019) Daniela Engert - A Short Tour of C++ Modules (CppCon 2021) Bill Hoffman - import CMake: 2023 State of C++20 modules in CMake (CppNow
    0 码力 | 65 页 | 1.97 MB | 6 月前
    3
  • pdf文档 Back To Basics Functions

    functions now or in the future!Please do not redistribute slides without prior permission. 4Your Tour Guide for Today by Mike Shah ● Associate Teaching Professor at Northeastern University in Boston abstract that you read and enticed you to join me is here! 7Goal(s) for Today 8Back to Basics: C++ Tour of Functions ● This talk part of the Back to Basics track in which we revisit fundamental ideas ○ I’ve found this idea also very useful for generating tests 113Summary Nearly the end of our tour! 114Summary ● We have touched on a lot of topics with functions -- but not yet all! ○ Primarily
    0 码力 | 123 页 | 7.26 MB | 6 月前
    3
  • pdf文档 Modern C++ Tutorial: C++11/14/17/20 On the Fly

    Don’t worry at the moment, we will come to meet them in our later chapters. Further Readings • A Tour of C++ (2nd Edition) Bjarne Stroustrup History of C++ • C++ compiler support • Incompatibilities itr = std::find(vec.begin(), vec.end(), 3); itr != vec.end()) { *itr = 4; } Is it similar to the Go? Initializer list Initialization is a very important language feature, the most common one is when intermediate state). The research on synchronization conditions has a very long history, and we will not go into details here. Readers should understand that under the modern CPU architecture, atomic operations
    0 码力 | 92 页 | 1.79 MB | 1 年前
    3
  • pdf文档 Object Introspection: A Revolutionary Memory Profiler for C++ Objects

    types (built-in and user-defined) provide the basic vocabulary of data.” Bjarne Stroustrup, A Tour of C++, Second Edition.struct TimeStamps { i64 insertionTime; i64 processingTime; };struct
    0 码力 | 62 页 | 2.24 MB | 6 月前
    3
  • pdf文档 Linear Algebra Coming to Standard C++

    Lewis, “Issues relating to extension of the Basic Linear Algebra Subprograms,” ACM SIGNUM, 198512 Tour of std::linalg by example: Matrix-matrix multiply 𝐶 := 𝛽𝐶 + 𝛼𝐴𝐵𝑇 #include mdspan
    0 码力 | 46 页 | 2.95 MB | 6 月前
    3
  • pdf文档 From Eager Futures/Promises to Lazy Continuations: Evolving an Actor Library Based on Lessons Learned from Large-Scale Deployments

    }); }); }); }P2300R1 std::execution Working with Asynchrony Generically: A Tour of C++ Executors - Eric Nieblerhierarchies of schedulers “Composing Software Efficiently with Lithe”
    0 码力 | 264 页 | 588.96 KB | 6 月前
    3
共 185 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 19
前往
页
相关搜索词
ShortTourofC++ModulesWorkingwithAsynchronyGenericallyExecutorsMakeSuccessorBuildSystemsWorldDataStructuresThatVideoGamesGoRoundGettingStartedTodayBackToBasicsFunctionsModernTutorial11141720OntheFlyObjectIntrospectionRevolutionaryMemoryProfilerforObjectsLinearAlgebraComingtoStandardFromEagerFuturesPromisesLazyContinuationsEvolvinganActorLibraryBasedonLessonsLearnedfromLargeScaleDeployments
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩