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

无数据

分类

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

语言

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

格式

全部PDF文档 PDF(143)PPT文档 PPT(3)
 
本次搜索耗时 0.018 秒,为您找到相关结果约 146 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Rethinking Task Based Concurrency and Parallelism for Low Latency C++

    Tree: ● Internal nodes have two children ● Leaf nodes all at the same level Leaf Nodes Represent Signals: ● Zero indicates reset (off) ● One indicates set (on) Child Sum Property: ● Internal nodes Tree: ● Internal nodes have two children ● Leaf nodes all at the same level Leaf Nodes Represent Signals: ● Zero indicates reset (off) ● One indicates set (on) Child Sum Property: ● Internal nodes Tree: ● Internal nodes have two children ● Leaf nodes all at the same level Leaf Nodes Represent Signals: ● Zero indicates reset (off) ● One indicates set (on) Child Sum Property: ● Internal nodes
    0 码力 | 142 页 | 2.80 MB | 6 月前
    3
  • pdf文档 Express Your Expectations: A Fast, Compliant JSON Pull Parser for Writing Robust Applications

    2023-10-03 343. Internal iteration Idea: Don’t store intermediate results, immediately pass them to caller. Jonathan Müller — @foonathan Express your expectations CppCon 2023-10-03 353. Internal iteration (break_exception) {} } } Jonathan Müller — @foonathan Express your expectations CppCon 2023-10-03 363. Internal iteration template auto filter(const Rng& rng, Fn predicate) { return sink(x); }); }; } Jonathan Müller — @foonathan Express your expectations CppCon 2023-10-03 373. Internal iteration template auto transform(const Rng& rng, Fn fn) { return
    0 码力 | 143 页 | 736.91 KB | 6 月前
    3
  • pdf文档 Some Things C++ Does Right

    not support with internal, protected internal and private protected 171The beauty of friend • C# has access qualifiers that C++ does not support with internal, protected internal and private protected protected • internal means accessible only to the class itself or to others in the same assembly (executable, .dll) 172The beauty of friend • C# has access qualifiers that C++ does not support with internal internal, protected internal and private protected • internal means accessible only to the class itself or to others in the same assembly (executable, .dll) • protected internal means accessible only
    0 码力 | 228 页 | 2.47 MB | 6 月前
    3
  • pdf文档 So You Think You Can Hash

    Within 28 Insights Anatomy of a Hash Function 1. Initialize internal state 2. Consume bytes into internal state 3. Finalize internal state to result type (usually size_t)2024 Victor Ciura | @ciura_victor std::size_t len) { std::size_t h = 14695981039346656037u; ⇐ initialize internal state // consume bytes into internal state: unsigned char const * p = static_cast(key); e = p + len; for (; p < e; ++p) h = (h ^ *p) * 1099511628211u; return h; ⇐ finalize internal state to size_t }2024 Victor Ciura | @ciura_victor - Unleashing 🦀 The Ferris Within 30 Anatomy
    0 码力 | 119 页 | 6.54 MB | 6 月前
    3
  • pdf文档 Writing Python Bindings for C++ Libraries: Easy-to-use Performance

    w", no_init) .def("nanotime", &Row::nanotime) .def("items", &Row::items, return_internal_reference<>()); class_>("cpp::vector") .def(vector_indexing_s data ● Configure your class’ parameters ● Do a lot of complex work inside a “hot path” ● Fetch internal state of your data structureArguments to functions ● Can be int / float / std::vector no_init) .def("nanotime", &RowRef::nanotime) .def("items", &RowRef::items, return_internal_reference<>()); class_>("cpp::vector").def(vector_indexing_suit
    0 码力 | 118 页 | 2.18 MB | 6 月前
    3
  • pdf文档 Cache-Friendly Design in Robot Path Planning

    VertexID from; VertexID to; EdgeWeight weight; }; class TerminateAtGoal { public: /// Resets internal state; sets start and goal vertices template void reset(G&& graph, VertexID s VertexID from; VertexID to; EdgeWeight weight; }; class TerminateAtGoal { public: /// Resets internal state; sets start and goal vertices template void reset(G&& graph, VertexID s EdgeWeight w); 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 /// Resets internal state; sets start and goal vertices template void reset(G&& graph, VertexID s
    0 码力 | 216 页 | 10.68 MB | 6 月前
    3
  • pdf文档 Hiding Your Implementation Details is Not So Simple

    necessary interfaces only. Easier to Use Users see only what they need to. Improves Maintainability Internal changes don’t affect external code. Easier to Debug Data modifications happens internally, in tend to change: A person may be identified by SSN or Passport number. The person shall hold an internal Id object that would hold either an SSN number or passport details. (What’s the problem, still with. Takeaway 34 Hiding your Implementation Details, Amir Kirsh @ CppCon, 202435 API (including internal API of all kinds!) Hiding your Implementation Details, Amir Kirsh @ CppCon, 2024Hyrum's Law 36
    0 码力 | 145 页 | 2.45 MB | 6 月前
    3
  • pdf文档 Back to Basics: The structure of a Program

    K E W B C O M P U T I N G Linkage • A name can have one of three kinds of linkage – external, internal, no(ne) • External linkage • An entity denoted by a name with external linkage can be referred translation units, or from other scopes in the same translation unit • Internal linkage • An entity denoted by a name with internal linkage can be referred to by names from scopes in the same translation linkageCopyright © 2020 Bob Steagall K E W B C O M P U T I N G 45 CppCon 2020 - The Structure of a Program Internal Linkage // my_header.h //------------ int f(int i); // declares function f extern int const
    0 码力 | 64 页 | 390.34 KB | 6 月前
    3
  • pdf文档 2020: The Year of Sanitizers?

    try_get_first_available_module minkernel\crts\ucrt\src\appcrt\internal\winapi_thunks.cpp:271 #5 0xa5ae99 in try_get_function minkernel\crts\ucrt\src\appcrt\internal\winapi_thunks.cpp:326 #6 0xa5b028 in __acr Internal minkernel\crts\ucrt\src\appcrt\internal\winapi_thunks.cpp:737 #7 0xa606ad in __acrt_get_process_end_policy minkernel\crts\ucrt\src\appcrt\internal\win_policies.cpp:84 #8 0xa52dcb in e Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb Shadow gap:
    0 码力 | 135 页 | 27.77 MB | 6 月前
    3
  • pdf文档 Iteration Revisited

    4445ITERATION REVISITED INTERNAL ITERATION ▸ The Flux sequence protocol has an extra, optional customisation point: for_each_while(predicate) ▸ This instructs the sequence to perform internal iteration until until the predicate returns false ▸ Many sequence adaptors can perform internal iteration more efficiently than by a check/ read/advance loop ▸ Many algorithms can be written in terms for for_each_while REVISITED AVOIDING BOUNDS CHECKING ▸ Implementations of for_each_while() typically don’t need internal bounds- checking ▸ In most other cases, the compiler an optimise away bounds checks ▸ But what
    0 码力 | 56 页 | 5.27 MB | 6 月前
    3
共 146 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 15
前往
页
相关搜索词
RethinkingTaskBasedConcurrencyandParallelismforLowLatencyC++ExpressYourExpectationsFastCompliantJSONPullParserWritingRobustApplicationsSomeThingsDoesRightSoYouThinkCanHashPythonBindingsLibrariesEasytousePerformanceCacheFriendlyDesigninRobotPathPlanningHidingImplementationDetailsisNotSimpleBackBasicsThestructureofProgram2020YearSanitizersIterationRevisited
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩