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

无数据

分类

全部后端开发(106)C++(106)Conan(72)

语言

全部英语(103)中文(简体)(2)英语(1)

格式

全部PDF文档 PDF(104)PPT文档 PPT(2)
 
本次搜索耗时 0.018 秒,为您找到相关结果约 106 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Linear Algebra Coming to Standard C++

    (next slide) • Layout • Family of mappings, parameterized by extents • Layout mapping maps multi-D index (i, j) → 1-D offset k • Different layout example • Nondefault column major (layout_left) • Instead Upper triangle: 𝐴𝑖𝑗, 𝑖 ≤ 𝑗 Parts of a matrix Diagonal: 𝐴𝑖𝑗, 𝑖 = 𝑗 Row index 𝑖 Column index 𝑗28 Detailed example: Cholesky matrix factorization Solve a symmetric positive definite
    0 码力 | 46 页 | 2.95 MB | 6 月前
    3
  • pdf文档 High-Performance Cross-Platform Architecture: C++20 Innovations

    redundant code • Minimize modifying existing code • Minimize preprocessor macrosThe Design • Implement a family of quaternion classes, an illustrative example from a larger project • Project build issues • ”simd.h" namespace plt::simd { struct Neon32 : Common {}; template concept Neon32Family = std::derived_from; }Quat_Neon32.h: Quat Class Declaration and Data may see a performance gain at this stageQuat Functions templateFamily SIMD> inline auto operator-(Quat q) -> Quat { float32x4_t value = q.NeonVal();
    0 码力 | 75 页 | 581.83 KB | 6 月前
    3
  • pdf文档 Beyond Compilation Databases to Support C++ Modules: Build Databases

    used outside of its target ● Flag compatibility ○ Sets belong to “families” ○ Each instance of a family’s set is a different flag compatibility view of the set (e.g., CMake configuration or importer-influenced importer-influenced flags) 19Build Databases: The Skeleton ● Top level ○ version, revision ○ sets ● Sets ○ family-name, name ○ visible-sets, translation-units ● Translation units ○ object, source, work-directory Modification times ○ Scanning performance metrics 21Build Databases: Sets ● Each set has: ○ Name ○ Family name ○ Translation units ○ Visible sets (names of sets that provide modules that may be imported
    0 码力 | 31 页 | 585.05 KB | 6 月前
    3
  • pdf文档 A Physical Units Library for the Next C++

    static constexpr bool is_named = true; static constexpr auto symbol = Symbol; using prefix_family = PF; }; CppCon 2020 | A Physical Units Library For the Next C++ Class Types as Non-Type Template = Symbol; using prefix_family = PF; }; template requires U::is_named && std::same_asfamily, typename U::prefix_family> struct prefixed_unit : constexpr bool is_named = true; static constexpr auto symbol = P::symbol + U::symbol; using prefix_family = no_prefix; }; CppCon 2020 | A Physical Units Library For the Next C++ Class Types as Non-Type
    0 码力 | 172 页 | 6.17 MB | 6 月前
    3
  • pdf文档 Back to Basics: Templates Part 2

    C++ supports generic programming with templates • A template is a parametrized description of a family of some facility • A template is not a thing – it is a recipe for making things • C++ provides More Detail – Function Templates • A function template is a recipe for generating a parametrized family of functions 28 template T const& min(T const& a, T const& b) //- Definition of function Bob Steagall Function Templates • A function template is a recipe for generating a parametrized family of functions 29 template T const& min(T const& a, T const& b) //- Definition of function
    0 码力 | 80 页 | 490.15 KB | 6 月前
    3
  • pdf文档 Back to Basics: Templates - Part 1

    referred to generally as class types • Class template indicates a parametrized description of a family of classes • C++ also provides parametrized descriptions of • Functions • Member functions • template is the noun, indicating a parametrized description • thing is an adjective, specifying the family of things being parametrized So, we have: • Also, the associated verb is parametrize or parameterize parameterize – not templatize! 24 This kind of template... ... is a parametrized description of a family of… class template classes function template functions member function template member functions
    0 码力 | 68 页 | 436.75 KB | 6 月前
    3
  • pdf文档 Improving Our Safety With a Quantities and Units Library

    completed_call_intensity modulation_rate, line_digit_rate\n(1 / duration)\n[Bd, 1/s] 84• Denotes a family of quantities belonging to the same kind – such quantity represents any quantity from a kind hierarchy 2024: Improving our safety with a quantities and units library kind_of modi�er 85• Denotes a family of quantities belonging to the same kind – such quantity represents any quantity from a kind hierarchy 2024: Improving our safety with a quantities and units library kind_of modi�er 85• Denotes a family of quantities belonging to the same kind – such quantity represents any quantity from a kind hierarchy
    0 码力 | 207 页 | 6.93 MB | 6 月前
    3
  • pdf文档 Design Patterns

    Two Forms of CRTP 47 CRTP for Static Interfaces … • … provides a base class for a related set/family of types; • … defines a common interface; • … is used via the base class interface; • … introduces 48 Guideline: Prefer to use the term “Static Interface” to express the intent to create a static family of types. Guideline: Prefer to use the term “Mixin” to express the intent to inherit implementation 53 Guideline: Prefer to use the term “Static Interface” to express the intent to create a static family of types. Guideline: Prefer to use the term “Mixin” to express the intent to inherit implementation
    0 码力 | 136 页 | 7.95 MB | 6 月前
    3
  • pdf文档 Some Things C++ Does Right

    return { begin(v), p }; 36 The C++ version works for a family of containers: remove_if works for an array; the return statement works for a family of containersA word about beauty and elegance • There more precise, applying to a single class, a single function • …or, if that’s what is desired, to a family thereof • For example: class Popular { template friend struct Aficionado; int n = 0;
    0 码力 | 228 页 | 2.47 MB | 6 月前
    3
  • pdf文档 Finding Your Codebases C++ Roots

    Genealogy • The process of finding where your family came from • Tracing stories with incomplete information • Answering the why and following the journey • Learning from the past 2 of 45 CppCon 2023 Solving mysteries given a known/semi-unknown macro history • Codebases are micro-histories much like family trees are to historical data • We can learn from how genealogists link together incomplete information
    0 码力 | 45 页 | 1.35 MB | 6 月前
    3
共 106 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 11
前往
页
相关搜索词
LinearAlgebraComingtoStandardC++HighPerformanceCrossPlatformArchitecture20InnovationsBeyondCompilationDatabasesSupportModulesBuildPhysicalUnitsLibraryfortheNextBackBasicsTemplatesPartImprovingOurSafetyWithQuantitiesandDesignPatternsSomeThingsDoesRightFindingYourCodebasesRoots
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩