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

无数据

分类

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

语言

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

格式

全部PDF文档 PDF(287)PPT文档 PPT(16)TXT文档 TXT(1)
 
本次搜索耗时 0.077 秒,为您找到相关结果约 304 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • 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 | 5 月前
    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 | 5 月前
    3
  • pdf文档 Linear Algebra Coming to Standard C++

    What are the responsibilities of a “linear algebra library”? • Layer -1: Fundamentals • Multidimensional arrays & iteration • Layer 0: Performance primitives • Vector: dot, norm, vector sum, plane update • Layer 1: Low-level math problems • Linear systems 𝐴𝑥 = 𝑏 (& determinants, etc.) • Least-squares problems min 𝑥 𝐴𝑥 − 𝑏 2 • Eigenvalue & singular value problems 𝐴𝑥 = 𝜆𝑥 • Layer 2: Higher-level What are the responsibilities of a “linear algebra library”? • Layer -1: Fundamentals • Multidimensional arrays & iteration • Layer 0: Performance primitives • Vector: dot, norm, vector sum, plane
    0 码力 | 46 页 | 2.95 MB | 5 月前
    3
  • pdf文档 THE NETWORKINGTS FROM SCRATCH: IO Objects

    asynchronous operations enables the layered construction of operations whose power increases with each layer Templates & named type requirements decouple composed asynchronous operations from concrete types std::net::steady_timer Possibilities: EFVI-based multicast socket Database access layer Printer spool 7async_event template struct basic_async_event { using executor_type auto get_executor() const noexcept; std::size_t notify_one(); std::size_t notify_all(); template decltype(auto) async_wait(CompletionToken&& token); }; using async_event
    0 码力 | 35 页 | 900.82 KB | 5 月前
    3
  • pdf文档 Applicative: The Forgotten Functional Pattern

    (?) FUNCTORS A functor is a parameterized type (a class template) of one (free) argument. A functor is a parameterized type (a class template) of one (free) argument. Some examples of functors: Some function is The characteristic function is fmap fmap.. 8fmap fmap IN C++ IN C++ template template typename Functor, typename T> constexpr auto fmap(F f, Functor A monad is A monad is also also a parameterized type (a class template) of one (free) argument. a parameterized type (a class template) of one (free) argument. Some examples of monads: Some examples
    0 码力 | 141 页 | 11.33 MB | 5 月前
    3
  • pdf文档 Leveraging a Functional Approach for More Testable and Maintainable ROS 2 Code

    Overview of ROS 2What is ROS 2? ● has a middleware layer that allows for message passing between different processesWhat is ROS 2? ● has a middleware layer that allows for message passing between different service server, act as an action client, or act as an action serverWhat is ROS 2? ● has a middleware layer that allows for message passing between different processes ● systems are made up of nodes that can provide configurable parameters which can be adjusted at run-timeWhat is ROS 2? ● has a middleware layer that allows for message passing between different processes ● systems are made up of nodes that can
    0 码力 | 200 页 | 1.77 MB | 5 月前
    3
  • pdf文档 When Nanoseconds Matter: Ultrafast Trading Systems in C++

    get the trades – and to be accurate! 11 Ultra low-latency execution (< 1μs) Low-latency strategy layer (1-10 μs)Order book deep dive “The order book is the heart of any trading system.” Larry Harris Volume, std::greater> mBidLevels; std::map> mAskLevels; template typename T::iterator AddOrder(T& levels, Price price, Volume volume) { auto [it, inserted] Volume, std::greater> mBidLevels; std::map> mAskLevels; template typename T::iterator AddOrder(T& levels, Price price, Volume volume) { auto [it, inserted]
    0 码力 | 123 页 | 5.89 MB | 5 月前
    3
  • pdf文档 COMPOSABLE C++

    alignment cohesionMORE BEHAVIOURS MORE BEHAVIOURS We can arbitrarily layer more behaviours into the calculation. We can arbitrarily layer more behaviours into the calculation. Obstacle avoidance, collision relies on the composable properties of This relies on the composable properties of bool bool.. template struct FallbackAllocator : Primary, Fallback { auto allocate(size_t turn a binary pattern into an n-ary pattern: We can turn a binary pattern into an n-ary pattern: template struct FallbackAllocator : As... { auto allocate(size_t n) -> Blk { Blk r{};
    0 码力 | 124 页 | 8.28 MB | 5 月前
    3
  • pdf文档 Conan 1.46 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 215 14.6 Template system . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . of the recipe revision and package revision (RREV and PREV). Creating a basic package Create a template package: $ conan new /@[/] # / is not specified␣ for a basic test␣ ˓→to verify the package was created successfully [-s] # Create a recipe/source template␣ ˓→for a package with local source code Build a package from a recipe and store it in the local
    0 码力 | 893 页 | 7.46 MB | 1 年前
    3
  • pdf文档 Conan 1.45 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213 14.6 Template system . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . of the recipe revision and package revision (RREV and PREV). Creating a basic package Create a template package: $ conan new /@[/] # / is not specified␣ for a basic test␣ ˓→to verify the package was created successfully [-s] # Create a recipe/source template␣ ˓→for a package with local source code Build a package from a recipe and store it in the local
    0 码力 | 865 页 | 7.46 MB | 1 年前
    3
共 304 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 31
前往
页
相关搜索词
TemplateMetaprogrammingTypeTraitsLessMetaProgrammingLinearAlgebraComingtoStandardC++THENETWORKINGTSFROMSCRATCHIOObjectsApplicativeTheForgottenFunctionalPatternLeveragingApproachforMoreTestableandMaintainableROSCodeWhenNanosecondsMatterUltrafastTradingSystemsinCOMPOSABLEConan1.46Documentation1.45
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩