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

无数据

分类

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

语言

全部英语(96)中文(简体)(2)

格式

全部PDF文档 PDF(98)
 
本次搜索耗时 0.041 秒,为您找到相关结果约 98 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 LITERALS SAFELY for Types that Behave as though Built-in - Pablo Halpern - CppCon 2021

    re.com CppCon 2021 This work by Pablo Halpern is licensed under a Creative Commons Attribution 4.0 International License.literal [ lit-er-uhl ] adjective 1. in accordance with, involving, or being Halpern, 2021 (CC BY 4.0) 2literal [ lit-er-uhl ] noun 1. a typographical error, especially involving a single letter. Source: dictionary.com 10/26/21 Pablo Halpern, 2021 (CC BY 4.0) 3 ✘literal (in C++) character, string, Boolean, pointer, or user-defined type. 10/26/21 Pablo Halpern, 2021 (CC BY 4.0) 4Examples of C++ literals ■ Integer: 123, 456U, 0xfedcba10000LL, 0b1001UL ■ Floating point: 12.3
    0 码力 | 66 页 | 1.47 MB | 5 月前
    3
  • pdf文档 Noexcept: Enabling Testing of Contract Checks

    by Pablo Halpern & Timur Doumler is licensed under a Creative Commons Attribution 4.0 International License (CC by 4.0) 2023.Welcome What can the Screen Actors Guild and the Writers Guild of America Contract checks should themselves be tested. 4-Oct-23 Pablo Halpern and Timur Doumler, 2023 (CC BY 4.0) 2 Today’s talkGoals −What We Hope to Teach You • How the noexcept specifier and noexcept operator Pablo Halpern and Timur Doumler, 2023 (CC BY 4.0) 3About the presenters Pablo Halpern Timur Doumler 4-Oct-23 Pablo Halpern and Timur Doumler, 2023 (CC BY 4.0) 4 • Lives in Boston, MA, USA • Member of
    0 码力 | 90 页 | 1.38 MB | 5 月前
    3
  • pdf文档 《深入浅出MFC》2/e

    MFC 是通往MFC Programming 的皇家大道』。 ii 香港. lnlo@hkstart.com 我是你的一位读者,住在香港。我刚买了你翻译的Inside Visual C++ 4.0(中文版)。在此 之前我买了你的另一本书深入浅出MFC。在读了深入浅出MFC 前面50~70 页之后,我 想我错买了一本很艰深的书籍。我需要的是一本教我如何利用MFC 来产生一个程序的书, 而不是一本教我如何设计一套MFC (深入浅出MFC 是我所读过之MFC 书籍中最精采的一本。您大概不知道,我们人手一本 深入浅出MFC 吧。深入Visual C++ 4.0 的情况也差不了多少! iv 台北市yrleu@netrd.iii.org.tw 买了您的译作深入Visual C++ 4.0 后,才认识您这在Windows Programming 著作方面的 头号人物。十分佩服您的文笔,译得通顺流畅,可谓信达雅。之后偶然翻阅您另外的作品 中译本)不错, 适合初学者对MFC 做初步的认识与应用。深入浅出MFC 这一本原理讲的较多。 Sagitta.bbs@firebird.cs.ccu.edu.tw:Inside Visual C++ 4.0 不是初学者用的书,因为它未从 最基本观念讲起。深入浅出MFC 前半本都在描述(或说仿真) MFC 的内部技术,甚至挖 出MFC 部份原始程序代码来说明,透过这本书来学MFC 会学得很扎实,不过自己要先
    0 码力 | 1009 页 | 11.08 MB | 1 年前
    3
  • pdf文档 Linear Algebra with The Eigen Cpp Library

    MatrixXd mtx { {1.0, 2.0, 3.0}, {4.0, 5.0, 6.0}, {7.0, 8.0, 9.0}, {10.0, 11.0, 12.0} }; MatrixXd mtx{4, 3}; // 4 rows, 3 columns mtx << 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11 {1.0, 2.0, 3.0}, {1.5, 2.5, 3.5}, {4.0, 5.0, 6.0}, {4.5, 5.5, 6.5}, {7.0, 8.0, 9.0} }; MatrixXd B { {1.0, 2.0, 3.0, 4.0, 5.0}, {1.5, 2.5, 3.5, 4.5, 5.5}, {5.0 Multiplication Daniel Hanson CppCon 2024 15MatrixXd A { {1.0, 2.0, 3.0}, {1.5, 2.5, 3.5}, {4.0, 5.0, 6.0}, {4.5, 5.5, 6.5}, {7.0, 8.0, 9.0} }; MatrixXd mtx_sum = A + C; cout << mtx_sum <<
    0 码力 | 35 页 | 1.10 MB | 5 月前
    3
  • pdf文档 What's Eating my RAM?

    be done with chunks in bins. This content is adapted from Wikipedia and is licensed under CC BY-SA 4.0.How to estimate Fragmentation? Internal: Internal Fragmentation = 1 - AccessedBytes / TotalAllocatedBytes CppCon 2019: Emery Berger “Mesh: Automatically Compacting” Source: Wikipedia licensed under CC BY-SA 4.0Operating System malloc Defragmentation .cpp Buddy system MESH CppCon 2019: Emery Berger “Mesh: Automatically Compacting” Malloc Tunable Parameters jemalloc Source: Wikipedia licensed under CC BY-SA 4.0 Source: scalable-memory-allocation-using-jemallocOperating System malloc Defragmentation .cpp
    0 码力 | 88 页 | 3.49 MB | 5 月前
    3
  • pdf文档 A Long Journey of Changing std::sort Implementation at Scale

    01, 1.0}? Yes 62.1Can we sort {3.0, NaN, 4.0}? 63Can we sort {3.0, NaN, 4.0}? No 63.1Can we sort {3.0, NaN, 4.0}? No NaN thinks it is equal to 3.0 and 4.0 63.2Can we sort {NaN, 3.0, NaN}? 64Can
    0 码力 | 182 页 | 7.65 MB | 5 月前
    3
  • pdf文档 Back to Basics: C++ Templates - Part 2

    int a = 2; 16 int b = 1; 17 18 printf(”%d\n”, equal(a, b)); 19 20 double d = 3.0; 21 double f = 4.0; 22 23 printf(”%d\n”, equal(d, f)); 24 } Andreas Fertig v1.0 B2B: C++ Templates 12 B2B: C++ Templates int a = 2; 18 int b = 1; 19 20 printf(”%d\n”, equal(a, b)); 21 22 double d = 3.0; 23 double f = 4.0; 24 25 printf(”%d\n”, equal(d, f)); 26 } Andreas Fertig v1.0 B2B: C++ Templates 13 Tag dispatch int a = 2; 20 int b = 1; 21 22 printf(”%d\n”, equal(a, b)); 23 24 double d = 3.0; 25 double f = 4.0; 26 27 printf(”%d\n”, equal(d, f)); 28 } Andreas Fertig v1.0 B2B: C++ Templates 17 Template template
    0 码力 | 12 页 | 787.22 KB | 5 月前
    3
  • pdf文档 Au Units

    And1mu - Own work, CC BY-SA 4.0, https://commons.wikimedia.org/wiki/File:Plane_electromagnetic_wave.svg 35Explicit systems of quantities By And1mu - Own work, CC BY-SA 4.0, https://commons.wikimedia. c_wave.svg SI Units: E = cB 35.1Explicit systems of quantities By And1mu - Own work, CC BY-SA 4.0, https://commons.wikimedia.org/wiki/File:Plane_electromagnetic_wave.svg SI Units: E = cB Gaussian
    0 码力 | 191 页 | 22.37 MB | 5 月前
    3
  • pdf文档 Concurrency

    Back to Basics: Concurrency Alxndrul, CC BY-SA 4.0, via Wikimedia CommonsCppCon 2023 3 David Olsen - Back to Basics: Concurrency Alxndrul, CC BY-SA 4.0, via Wikimedia CommonsCppCon 2023 4 David Olsen DefinitionCppCon 2023 18 David Olsen - Back to Basics: Concurrency Marc-Lautenbacher, CC BY-SA 4.0, via Wikimedia CommonsCppCon 2023 19 David Olsen - Back to Basics: Concurrency CONCURRENCY MADE
    0 码力 | 160 页 | 2.91 MB | 5 月前
    3
  • pdf文档 cppcon 2021 safety guidelines for C parallel and concurrency

    © The Khronos® Group Inc. 2020 - Page 5 This work is licensed under a Creative Commons Attribution 4.0 International License Acknowledgement and Disclaimer Numerous people internal and external to the Aimed for embedded domains • C++11/14/17/20 but not safe • High Integrity C++ Coding Standard Version 4.0, Programming Research Ltd, 2013 • Some parallelism • Software Engineering Institute CERT C/C++ Coding
    0 码力 | 52 页 | 3.14 MB | 5 月前
    3
共 98 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 10
前往
页
相关搜索词
LITERALSSAFELYforTypesthatBehaveasthoughBuiltinPabloHalpernCppCon2021NoexceptEnablingTestingofContractChecks深入深入浅出MFCLinearAlgebrawithTheEigenCppLibraryWhatEatingmyRAMLongJourneyChangingstdsortImplementationatScaleBacktoBasicsC++TemplatesPartAuUnitsConcurrencycppconsafetyguidelinesparallelandconcurrency
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩