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

无数据

分类

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

语言

全部英语(333)中文(简体)(24)英语(2)中文(繁体)(1)

格式

全部PDF文档 PDF(334)PPT文档 PPT(25)TXT文档 TXT(1)
 
本次搜索耗时 0.020 秒,为您找到相关结果约 360 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Object Lifetime: From Start to Finish

    ~Foo() { std::cout << "~Foo()" << std::endl; } }; int main() { Foo a; { Foo b; } } 1 2 3 4 5 6 7 8 9 10 11 21 Constructors & Destructorshttps://godbolt.org/z/ffzG8hPT8 struct Foo { Foo() { std::cout ~Foo() { std::cout << "~Foo()" << std::endl; } }; int main() { Foo a; { Foo b; } } 1 2 3 4 5 6 7 8 9 10 11 22 Constructors & Destructorshttps://godbolt.org/z/ffzG8hPT8 struct Foo { Foo() { std::cout std::cout << "~Foo()" << std::endl; } }; int main() { Foo a; // Foo() { Foo b; } } 1 2 3 4 5 6 7 8 9 10 11 23 Constructors & Destructorshttps://godbolt.org/z/ffzG8hPT8 struct Foo { Foo() { std::cout
    0 码力 | 214 页 | 9.34 MB | 6 月前
    3
  • pdf文档 Adventures in SIMD Thinking (Part 1 of 2)

    U T I N G 6 CppCon 2020 - Adventures in SIMD Thinking Function load_from() KEWB_FORCE_INLINE rf_512 load_from(float const* psrc) { return _mm512_loadu_ps(psrc); } m0 m1 m2 m3 m4 m5 m6 m7 m8 m9 m10 m10 m11 m12 m13 m14 m15 m0 m1 m2 m3 m4 m5 m6 m7 m8 m9 m10 m11 m12 m13 m14 m15 psrcCopyright © 2020 Bob Steagall K E W B C O M P U T I N G 7 CppCon 2020 - Adventures in SIMD Thinking Function masked_load_from() _mm512_mask_loadu_ps(_mm512_set1_ps(fill), (__mmask16) mask, psrc); } m0 m1 m2 m3 m4 m5 m6 m7 m8 m9 m10 m11 m12 m13 m14 m15 f f m2 m3 f f m6 m7 f f f f m12 m13 m14 m15 f 0 0 1 1 0 0 1 1 0 0 0 0 1 1 1 1 fill mask
    0 码力 | 88 页 | 824.07 KB | 6 月前
    3
  • pdf文档 Cache-Friendly Design in Robot Path Planning

    perception systems 4About Me Other interests: Game engines Meta-programming 5Robot path planning 6Robot path planning Path planning 7Path planning How an (autonomous) agent figures out how to get return prev[] # return predecessors to recover path 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 66Dijkstra's algorithm (early stopping) function Dijkstras(Graph return prev[] # return predecessors to recover path 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 function Dijkstras(Graph, source, target): 1 2 for
    0 码力 | 216 页 | 10.68 MB | 6 月前
    3
  • pdf文档 Sender Patterns to Wrangle Concurrency in Embedded Devices

    cap-sense channels 1 ADC 2 DAC 4Interruptstime EXTI2 5Interrupts main priority 4 priority 0 time 6Producer ID 1 1. Think of a colour 2. Spell the colour name to Ben backwards one character at a time | async::continue_on(s2) | async::then([] (int i) { return std::to_string(i); }) ; 1 2 3 4 5 6 7 8 auto r = comp | async::sync_wait(); 9 auto [str] = r.value_or(std::make_tuple(""_s)); 10 23Composition | async::continue_on(s2) | async::then([] (int i) { return std::to_string(i); }) ; 1 2 3 4 5 6 7 8 auto r = comp | async::sync_wait(); 9 auto [str] = r.value_or(std::make_tuple(""_s)); 10 auto
    0 码力 | 106 页 | 26.36 MB | 6 月前
    3
  • pdf文档 Reusable Code & Reusable Data Structures

    transform(c, 3 [](widget const& w) { return w.bounding_box(); } 4 )); 5 // Magic happens 6 tc::for_each(tc::zip(c, rects), 7 [&](widget& w, rect r) { 8 widget.place(r); 9 } 10 11 transform(c, 3 [](widget const& w) { return w.bounding_box(); } 4 )); 5 // Magic happens 6 tc::for_each(tc::zip(c, rects), 7 [&](widget& w, rect r) { 8 widget.place(r); 9 } 10 11 com/think-cell/think-cell-library 1 2 void vertical_center(WidgetContainer const& c) { 3 4 5 // Magic happens 6 tc::for_each(tc::zip(c, rects), 7 [&](widget& w, rect r) { 8 widget.place(r); 9 } 10
    0 码力 | 132 页 | 14.20 MB | 6 月前
    3
  • pdf文档 Just-In-Time Compilation: The Next Big Thing

    ABOUT ALL OF THE CODE 3 . 5SOMETIMES JIT IS MORE PRODUCTIVE SOMETIMES JIT IS MORE PRODUCTIVE 3 . 6SOMETIMES JIT IS MORE PRODUCTIVE SOMETIMES JIT IS MORE PRODUCTIVE I CAN TRADE AOT-COMPILATION TIME (DEVELOPER AOT-COMPILATION TIME (DEVELOPER TIME) AGAINST JIT- COMPILATION TIME (USER TIME) COMPILATION TIME (USER TIME) 3 . 6SOMETIMES JIT IS MORE PRODUCTIVE SOMETIMES JIT IS MORE PRODUCTIVE I CAN TRADE AOT-COMPILATION TIME (DEVELOPER COMPILE JUST WHAT IS NEEDED RATHER THAN ACCOUNTING FOR ALL POSSIBLE USE CASES ALL POSSIBLE USE CASES 3 . 6JIT ALLOWS DIFFERENT USE CASES JIT ALLOWS DIFFERENT USE CASES 3 . 7JIT ALLOWS DIFFERENT USE CASES JIT
    0 码力 | 222 页 | 5.45 MB | 6 月前
    3
  • pdf文档 Custom Views for the Rest of Us

    concept GravitationalRange = GravitationalBody>; 1 2 3 4 5 6 7 8 9 10 78910def GetForceOnBody(this_body, all_bodies): all_forces = list() for other_body FVector{ 0 }, std::plus<>{}, singleForceOnThisBody); } 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 12template FVector{ 0 }, std::plus<>{}, singleForceOnThisBody); } 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 return return jtl:: jtl::transform_reduce transform_reduce(allBodies
    0 码力 | 187 页 | 13.25 MB | 6 月前
    3
  • pdf文档 Data Structures That Make Video Games Go Round

    PSL value is less than the element’s, swap. 6. Probe to the next bucket and increment the PSL value of the swapped element. 7. Repeat steps 5 and 6 until an empty bucket( bucket with default PSL PSL value is less than the element’s, swap. 6. Probe to the next bucket and increment the PSL value of the swapped element. 7. Repeat steps 5 and 6 until an empty bucket( bucket with default PSL PSL value is less than the element’s, swap. 6. Probe to the next bucket and increment the PSL value of the swapped element. 7. Repeat steps 5 and 6 until an empty bucket( bucket with default PSL
    0 码力 | 196 页 | 3.03 MB | 6 月前
    3
  • pdf文档 Modern C++ Iterators

    30 40 50 60 70 10 20 pos begin() end() c v i d e e ++ C++98/C++11 arr: ©2023 by josuttis.com 6 C++ Iterators: Generalization of Pointers that Iterate • Iterate like a pointer over elements – From << lst[3]; // expensive C++20 size: 10 capa: 6 data: 2 3 47 1 42 11 6 0 8 15 lst: begin() end() begin() += 3 begin() ++ ++ ++ size: beg: 6 0 8 15 47 11 42 begin() end() vec: for (int << *pos << '\n'; } C++11 ++ pos begin() end() 1 3 2 4 6 5 ++ end() begin() pos begin() end() ++ pos 1 2 4 5 7 8 9 6 3 end() begin() pos ©2023 by josuttis.com 12 C++ Iterating
    0 码力 | 24 页 | 1.93 MB | 6 月前
    3
  • pdf文档 C++26 Preview

    utilities general math support constexpr all the things concurrency simd linear algebra and mdspan 6Language and Library 7Debugging 8pass a string to static_assert build-time diagnostics P2741 User-generated template A factory(const T&&) = delete("Using rvalue may result in dangling reference"); 1 2 3 4 5 6 7 8 9 https://quuxplusone.github.io/blog/2021/10/17/equals-delete-means/ 10relevant blog post P2573 2 3 4 5 6 7 8 9 void newapi(); void oldapi() = delete("oldapi() is outdated and been removed - newapi()."); 1 2 3 template 4 struct A {/* ... */}; 5 template 6 A factory(const
    0 码力 | 118 页 | 2.02 MB | 6 月前
    3
共 360 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 36
前往
页
相关搜索词
ObjectLifetimeFromStarttoFinishAdventuresinSIMDThinkingPartofCacheFriendlyDesignRobotPathPlanningSenderPatternsWrangleConcurrencyEmbeddedDevicesReusableCodeDataStructuresJustInTimeCompilationTheNextBigThingCustomViewsfortheRestUsThatMakeVideoGamesGoRoundModernC++Iterators26Preview
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩