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

无数据

分类

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

语言

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

格式

全部PDF文档 PDF(278)PPT文档 PPT(15)
 
本次搜索耗时 0.018 秒,为您找到相关结果约 293 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Template Metaprogramming: Type Traits

    Template Metaprogramming: Type Traits Part 1 CppCon 2020 1 Jody Hagins
 jhagins@maystreet.com 
 coachhagins@gmail.comTemplate Metaprogramming: Type Traits CppCon 2020 2 IntroductionIntended Audience oriented: shallow depth, slow current • Not necessarily beginner to C++, but beginner to traditional template metaprogramming techniques 3Intended Audience • Beginner/Intermediate • Gentle entry: swimming oriented: shallow depth, slow current • Not necessarily beginner to C++, but beginner to traditional template metaprogramming techniques • Type traits part of standard library for ~10 years 3Intended Audience
    0 码力 | 403 页 | 5.30 MB | 6 月前
    3
  • pdf文档 Template-Less Meta-Programming

    1 / 58Template Metaprogramming (TMP) Template Metaprogramming (TMP) template using meta_fun = this_talk; 2 / 58❓static_assert(Template::Metaprogramming::is_hard); // ✔ 3 / 58❓s 58❓static_assert(Template::Metaprogramming::is_hard); // ✔ ❓static_assert(Template::Metaprogramming::is_powerful); // ✔ 3 / 58❓static_assert(Template::Metaprogramming::is_hard); // ✔ ❓static_assert( ❓static_assert(Template::Metaprogramming::is_powerful); // ✔ ❓static_assert(( Template::Metaprogramming::is_easy and Template::Metaprogramming::is_powerful and Template::Metaprogramming::has_nice_error_messages
    0 码力 | 130 页 | 5.79 MB | 6 月前
    3
  • pdf文档 Many Ways to Kill an Orc (or a Hero)

    abstract… • « Our game programmers and game engines involve fights between heroes and their foes […] » 3From the abstract… • « Our game programmers and game engines involve fights between heroes and their and monsters to hit at each other […] » 4From the abstract… • « Our game programmers and game engines involve fights between heroes and their foes. There are «classical», traditional ways to express other. This is what this talk will explore » 5From the abstract… • « Our game programmers and game engines involve fights between heroes and their foes. There are «classical», traditional ways to express
    0 码力 | 202 页 | 1.26 MB | 6 月前
    3
  • pdf文档 Combining Co-Routines and Functions into a Job System

    >90000 students • Entertainment Computing Research Group • Efficiency and performance of game engines, AI, networking, VR … • Teaching: 3D Graphics, AI, Physics for games, Game Streaming, … • IFIP Hlavacs – Combining Co-Routines and Functions into a Job System - CppCon 2021 3 / 39 Creating Game Engines with C++ • Vienna Game Job System + • Graphics API Abstraction Layer + • Vienna Entity Component Combining Co-Routines and Functions into a Job System - CppCon 2021 26 / 39 The Promise API in VGJS template class Coro_promise : public Coro_promise_base { protected: //… public: Coro_promise()
    0 码力 | 39 页 | 1.23 MB | 6 月前
    3
  • pdf文档 Things Happening in SG14

    overloading based on constexpr arguments • Motivating example: template string MyFormat(constexpr const char*, T&&); // A template string MyFormat(const char*, T&&); // B syntax): template struct Facto { // Ok: N known at compile-time static_assert(N >= 0, $"{N} is negative"); enum : unsigned long long { value = N * Facto::value }; }; template <> compile-time to allow for designs that avoid dynamic memory allocation • Example (strawman syntax): template std::function make_func(F f) { // only compiles if construction of a function
    0 码力 | 148 页 | 1009.97 KB | 6 月前
    3
  • pdf文档 Heterogeneous Modern C++ with SYCL 2020

    Standard C++ Application Code C++ Libraries ML Frameworks C++ Template Libraries C++ Template Libraries C++ Template Libraries SYCL Compiler CPU Compiler CPU One-MKL One-DNN OneDPC frameworks can be directly compiled and accelerated SYCL is ideal for accelerating larger C++-based engines and applications with performance portability C++ Kernel Fusion can give better performance Efficient parallel operations between work items • Class template argument deduction (CTAD) and template deduction guides • Simplified class template instantiation • Simplified use of Accessors with a built-in
    0 码力 | 114 页 | 7.94 MB | 6 月前
    3
  • pdf文档 Plug-in Based Software Architecture for Robotics

    application restart 8Some popular C++ projects that use plugins 9 ● Audio editing software ● Game Engines ● Image editing software ● Text Editors and IDEDesigning the components of the plugin architecture stringifies the type 43registerPlugin is a free function in ClassLoader W Register the plugin template std::unique_ptr registerPlugin(const std::string& the factory functions (i.e.) to create and destroy instance of the Derived class. MetaObject template class MetaObject { public: MetaObject(const std::string & class_name
    0 码力 | 75 页 | 2.40 MB | 6 月前
    3
  • pdf文档 Cache-Friendly Design in Robot Path Planning

    frameworks around robot systems Navigation and perception systems 4About Me Other interests: Game engines Meta-programming 5Robot path planning 6Robot path planning Path planning 7Path planning How we need? 74What do we need? The search algorithm! 75Here is Dijkstra's algorithm as C++ code template bool search(C& ctx, const G& graph, VertexID start, VertexID goal) 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 76Here is Dijkstra's algorithm as C++ code template bool search(C& ctx, const G& graph, VertexID start, VertexID goal)
    0 码力 | 216 页 | 10.68 MB | 6 月前
    3
  • pdf文档 Just-in-Time Compilation - J F Bastien - CppCon 2020

    is correct to be secure.While the concept of a compiler producing incorrect code is not new, JiT engines raise the stakes by performing this compilation at runtime while potentially under the influence compiler optimizing away a security check inserted by a developer. One concern with complex JiT engines is a compiler producing incorrect code at runtime through either a miscalculation of code locations Compilers — 2011 (read)While the concept of a compiler producing incorrect code is not new, JiT engines raise the stakes by performing this compilation at runtime while potentially under the influence
    0 码力 | 111 页 | 3.98 MB | 6 月前
    3
  • pdf文档 Leveraging the Power of C++ for Efficient Machine Learning on Embedded Devices

    then use that knowledge to make predictions ◮ Applications: ◮ Computer vision ◮ Medicine ◮ Search engines 6 / 50Embedded devices ◮ Computing devices designed to perform specific tasks within larger systems
    0 码力 | 51 页 | 1.78 MB | 6 月前
    3
共 293 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 30
前往
页
相关搜索词
TemplateMetaprogrammingTypeTraitsLessMetaProgrammingManyWaystoKillanOrcorHeroCombiningCoRoutinesandFunctionsintoJobSystemThingsHappeninginSG14HeterogeneousModernC++withSYCL2020PlugBasedSoftwareArchitectureforRoboticsCacheFriendlyDesignRobotPathPlanningJustTimeCompilationBastienCppConLeveragingthePowerofEfficientMachineLearningonEmbeddedDevices
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩