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

无数据

分类

全部后端开发(81)C++(81)Conan(33)

语言

全部英语(81)

格式

全部PDF文档 PDF(77)PPT文档 PPT(4)
 
本次搜索耗时 0.019 秒,为您找到相关结果约 81 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Express Your Expectations: A Fast, Compliant JSON Pull Parser for Writing Robust Applications

    telling a songwriter there’s already a song about love. Pete Cordell Jonathan Müller — @foonathan Express your expectations CppCon 2023-10-03 1tc::json::parser Extract some JSON members tc nlohmann RapidJSON -library Jonathan Müller — @foonathan Express your expectations CppCon 2023-10-03 2(JSON) Parser design What is a parser? Jonathan Müller — @foonathan Express your expectations CppCon 2023-10-03 3Javascript — @foonathan Express your expectations CppCon 2023-10-03 4Javascript Object Notation (JSON) Idea: Human-readable serialization of Javascript objects. Jonathan Müller — @foonathan Express your expectations
    0 码力 | 143 页 | 736.91 KB | 6 月前
    3
  • pdf文档 simd: How to Express Inherent Parallelism Efficiently Via Data-Parallel Types

    std::simd how to express inherent parallelism efficiently via data-parallel types Dr. Matthias Kretz GSI Helmholtz Center for Heavy Ion Research CppCon ’23 @mkretz@floss.social github.com/mattkretzMotivation instructions/registers! consider SIMD an implementation-detail of data-parallelism We failed to express the “interesting” parallelism. Instead we expressed only 4 independent values and had to reduce to ResearchMotivation std::simd Overview Example: Image Processing Programming Models Outlook Summary How to express data-parallelism? Idea: Every pixel can be processed independently. ⇒ Process as many pixels in
    0 码力 | 160 页 | 8.82 MB | 6 月前
    3
  • pdf文档 Constructing Generic Algorithms

    PRECONDITIONS/POSTCONDITIONS? Let's document them, even if we can't express them in contracts yet. Let's document them, even if we can't express them in contracts yet. 47 . 1PRECONDITIONS/POSTCONDITIONS? P PRECONDITIONS/POSTCONDITIONS? Let's document them, even if we can't express them in contracts yet. Let's document them, even if we can't express them in contracts yet. (Pre) [ first, last ) does not contain PRECONDITIONS/POSTCONDITIONS? Let's document them, even if we can't express them in contracts yet. Let's document them, even if we can't express them in contracts yet. (Pre) [ first, last ) does not contain
    0 码力 | 145 页 | 8.44 MB | 6 月前
    3
  • pdf文档 Quantifying Accidental Complexity: An empirical look at teaching and using C++

    Directly support “owners” and “pointers,” eliminate classes of use-after- free/invalid Directly express comparison intent, eliminate boilerplate & errors Prototype  MSVC, Clang Product/spec eliminate classes of use-after- free/invalid Directly express comparison intent, eliminate boilerplate & errors Directly express class authoring intent, eliminate boilerplate & errors eliminate classes of use-after- free/invalid Directly express comparison intent, eliminate boilerplate & errors Directly express class authoring intent, eliminate boilerplate & errors
    0 码力 | 36 页 | 2.68 MB | 6 月前
    3
  • pdf文档 Cooperative C++ Evolution

    Judicious abstraction  directly express intent11 Simplicity Efficiency Safety These are not always in tension Judicious abstraction  directly express intent12 Simplicity Efficiency Safety abstraction  directly express intent if min <= index < max { ... }13 Simplicity Efficiency Safety These are not always in tension Judicious abstraction  directly express intent outer: while (contemplating: -fno-alloc) These are not always in tension Judicious abstraction  directly express intent main: (args) = std::cout << "This exe is (args[0])$";15Unified Universe and the Bja
    0 码力 | 85 页 | 5.73 MB | 6 月前
    3
  • pdf文档 Contracts for C++

    https://timur.audio We want to express Contracts in C++ code35 Copyright (c) Timur Doumler | @timur_audio | https://timur.audio We want to express Contracts in C++ code → contract Doumler | @timur_audio | https://timur.audio P2900 Contracts allow the programmer to express expectations about program state, and optionally verify that those expectations are met. – Doumler | @timur_audio | https://timur.audio P2900 Contracts allow the programmer to express expectations about program state, and optionally verify that those expectations are met. –
    0 码力 | 181 页 | 4.44 MB | 6 月前
    3
  • pdf文档 The Roles of Symmetry And Orthogonality In Design

    cppcon 2021 Investigating Symmetry • Example questions to investigate symmetry: • Does each step express clear purpose? • If yes, is more obvious for enforcing step semantics • Are the steps symmetric Concepts: C++ Design in a Concept World (part 2 of 2) - Jeff Garland - [CppNow 2021] “Good concepts express more than just what an algorithm needs” -- Jeff GarlandCharley Bay - charleyb123 at gmail dot from A Strong Relationship (is guaranteed) Given A, I know something about B • Example: B tends express based on value and amplitude of A (or to A deltas) Weak Relationship (relationship not guaranteed)
    0 码力 | 151 页 | 3.20 MB | 6 月前
    3
  • pdf文档 Design Patterns

    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 details 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 details
    0 码力 | 136 页 | 7.95 MB | 6 月前
    3
  • pdf文档 Delivering safe C++

    humans • Many can’t be checked completely or consistently • P.1: Express ideas directly in code • P.2: Write in ISO Standard C++ • P.3: Express intent • P.4: Ideally, a program should be statically type safe Guidelines are not enough • “being careful” is not verifiable • The source code doesn’t directly express what’s to be guaranteed • Tool chains are complex and vary among systems • How can we gradually of an imported module cannot be stated (it might change, but the build-system knows) • We can’t express the relationships among arbitrary profiles • That would be a whole complex language • Disjoint
    0 码力 | 74 页 | 2.72 MB | 6 月前
    3
  • pdf文档 Many Ways to Kill an Orc (or a Hero)

    engines involve fights between heroes and their foes. There are «classical», traditional ways to express heroes and monsters fighting each other, but C++ is a particularly expressive and versatile language engines involve fights between heroes and their foes. There are «classical», traditional ways to express heroes and monsters fighting each other, but C++ is a particularly expressive and versatile language engines involve fights between heroes and their foes. There are «classical», traditional ways to express heroes and monsters fighting each other, but C++ is a particularly expressive and versatile language
    0 码力 | 202 页 | 1.26 MB | 6 月前
    3
共 81 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 9
前往
页
相关搜索词
ExpressYourExpectationsFastCompliantJSONPullParserforWritingRobustApplicationssimdHowtoInherentParallelismEfficientlyViaDataParallelTypesConstructingGenericAlgorithmsQuantifyingAccidentalComplexityAnempiricallookatteachingandusingC++CooperativeEvolutionContractsTheRolesofSymmetryAndOrthogonalityInDesignPatternsDeliveringsafeManyWaysKillanOrcorHero
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩