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

无数据

分类

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

语言

全部英语(126)中文(简体)(6)

格式

全部PDF文档 PDF(122)PPT文档 PPT(9)TXT文档 TXT(1)
 
本次搜索耗时 0.013 秒,为您找到相关结果约 132 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Mastering C++ Modules

    Bill Hoffman, CTO @ Kitware creator of CMake 1 import CMake; // Mastering C++ Modules2 _____________________ GUY CMake / Sandal / Kitware Bill Hoffman3 About Me • 1990-1999 GE research in a Computer // Mastering C++ ModulesEnough with the Background Let's Talk Modules! 7C++ Named Modules Only 8 See Daniel Ruoso talk: "C++ Modules: The Challenges of Implementing Header Units" From C++ Now 20239 -std:c++20 -interface -c A.cpp A.cpp $ ls A.cpp A.ifc A.obj B.cpp B.ifc B.objChicken and the Egg • Modules require the build system to know which files produce which BMI files and which files consume them
    0 码力 | 77 页 | 9.07 MB | 6 月前
    3
  • 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 30 years Member of the C++ committee (learning novice) employed by 3OVERVIEW Modules Foundations C++20 Modules, a short recap Module unit types and Module composition Visibility of Identifiers linkage and linker symbols Modules in practice Moving towards modules (by example) Imports are different! Is it worth it? (a case study) The state of the ecosystem 4C++20 MODULES a short recap 5source
    0 码力 | 62 页 | 4.20 MB | 6 月前
    3
  • pdf文档 C++ Modules: Getting Started Today

    1/50 C++ Modules - Getting Started Today Andreas Weis Woven by Toyota CppCon 20232/50 Introduction3/50 About me - Andreas Weis (he/him) ComicSansMS Co-organizer of the Munich C++ User Group Currently // [...]10/50 Hello Modules! — File: module.cpp export module my_module; export char const* my_function () { return "Hello Modules!"; } — File: main.cpp #include import S{}; }16/50 Daniela Engert - The three secret spices of C++ Modules - Visibility, Reachability, Linkage17/50 Different shapes of modules18/50 Primary Module Interface Unit — File: my module.cpp export
    0 码力 | 65 页 | 1.97 MB | 6 月前
    3
  • pdf文档 C++20 Modules: The Packaging and Binary Redistribution Story

    C++20 Modules: The Packaging and Binary Redistribution StoryScope ● Brief introduction on C++ modules and their advantages ● Focus on named modules ● Using modules today ○ Can we package module-ready world!\n"); }Why use modules In short: better isolation - some advantages to headers: ● Importers cannot affect the contents of the module being imported ● Imported modules cannot affect the state Ordering of imports does not matter ● Potential for improved build times (more on this later)Why use modules (cont’d) wirepair.org C:\path\to\include\fb/verifier.h(38,23): warning C4003: not enough arguments
    0 码力 | 76 页 | 2.09 MB | 6 月前
    3
  • pdf文档 Implementing C++ Modules: Lessons Learned, Lessons Abandoned

    Implementing C++ Modules: Lessons Learned, Lessons Abandoned Gabriel Dos Reis & Cameron DaCamara MicrosoftOverview 2 (C) Dos Reis & DaCamara; CppCon 2021C++ Modules Design Goals 1. Componentization Named modules provide ODR guarantees, by design – Header files and header units require (expensive) incomplete ODR checks, and demand complete trust 4 (C) Dos Reis & DaCamara; CppCon 2021Modules and ODR hunt” (C) Dos Reis & DaCamara; CppCon 2021 6The Global Module ▪ Everything we used to do before Modules – Merry mess ▪ Provide no ODR guarantees – Responsibility of the programmer ▪ Complete ODR check
    0 码力 | 53 页 | 1.33 MB | 6 月前
    3
  • pdf文档 Beyond Compilation Databases to Support C++ Modules: Build Databases

    systems which use CMake ○ C++ modules support ● Working with the community to improve building software ○ ISO standards ■ Dependency format ○ Pushing forward modules support in other build systems systems ■ xmake ■ bazel 2Outline 1. What are compilation databases? 2. How do modules change the status quo? 3. Build databases 3Compilation Databases: Overview ● JSON document ● Array of JSON objects files) ● C++ modules… Compilation Databases: Limitations 2 9C++ Modules on the Scene ● Modules complicate C++ compilation ○ Surprise! 🎉 ○ Basically inherit the Fortran 90 modules compilation model
    0 码力 | 31 页 | 585.05 KB | 6 月前
    3
  • pdf文档 Implementing Reflection Using the New C++20 Tooling Opportunity: Modules

    Why do I care about reflection even more?• Implement reflection • Go over current techniques • Modules • Patterns and Tricks for runtime reflection 9 How do we get there?• Go from client API 1 0 put in source C++ compilation process• “Modules are a tooling opportunity” - Gabriel dos Reis • Fast! Work already happened 2 4 What happens with modules?2 5 • No further context needed • In theory add_executable(TheExe) target_link_libraries(TheExe PUBLIC MyProject MyProject_ReflectionData )• Only modules • No user attributes • BMI filename query 3 1 Trivial Ifc limitations• Templates not instantiated
    0 码力 | 53 页 | 1.43 MB | 6 月前
    3
  • pdf文档 What's New in Visual Studio 2022

    complete • C++23 • Standard library modules • std::print • Ranges: • to • zip and enumerate • cartesian_product 🕙 Coming next for C++23 • Deducing this (modules support) • 9 remaining C++ STL features 915 505 272 878 1059 2886 0 500 1000 1500 2000 2500 3000 3500 Unreal Engine 5 TensorFlow Blender AAA Game 3 AAA Game 2 AAA Game 1 Time in Seconds (Lower is better) VS 17.5 VS 17.7In Visual individual solutions for better collaboration Coming Soon: View Instruction Pointers for functions in modules view. Breakpoint Groups Visit https://aka.ms/BreakpointGroups for more details Dependent Breakpoint
    0 码力 | 55 页 | 3.27 MB | 6 月前
    3
  • ppt文档 C++高性能并行编程与优化 - 课件 - 09 CUDA C++ 流体仿真实战

    CUDA 编译器,链接 OpenVDB 在 Blender 中查看导出的结果 边界条件 边界条件:初始化 边界条件:添加判断边界的版本 边界条件:仅在第一层额外判断边界条件 进一步改进 VDB 导出:支持导出多个网格,并指定名称 进一步改进 VDB 导出: P-IMPL 模式 进一步改进 VDB 导出: F-IMPL 模式 Blender 渲染结果 改进 改进边界条件:外部边界流出而不是反弹,内部边界可以流出速度 改进边界条件:外部边界流出而不是反弹,内部边界可以流出速度 Blender 中调整一下材质 Blender 中调整一下材质 改进对流:让烟雾随时间逐渐褪色 改进对流:让烟雾随时间逐渐褪色 改进褪色:不是褪色 density ,而是褪色 temperature 改进褪色:不是褪色 density ,而是褪色 temperature 改进褪色:不是单纯地乘以 decayRate ,还和周围环境温度求平均值
    0 码力 | 58 页 | 14.90 MB | 1 年前
    3
  • pdf文档 Back to Basics: The Factory Pattern

    pattern is actually used ○ grep -irn “factory” . ● The answer is yes! ● https://github.com/blender/blender ● ● ●Factory Method/Pattern Usage (5/6) 81 ● I dug around a few open source projects to see
    0 码力 | 93 页 | 3.92 MB | 6 月前
    3
共 132 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 14
前往
页
相关搜索词
MasteringC++ModulesShortTourofGettingStartedToday20ThePackagingandBinaryRedistributionStoryImplementingLessonsLearnedAbandonedBeyondCompilationDatabasestoSupportBuildReflectionUsingtheNewToolingOpportunityWhatinVisualStudio2022高性性能高性能并行编程优化课件09BackBasicsFactoryPattern
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩