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

无数据

分类

全部后端开发(1014)Java(297)Python(273)Spring(246)综合其他(229)云计算&大数据(218)C++(180)Weblate(139)VirtualBox(113)数据库(92)

语言

全部英语(1516)中文(简体)(100)中文(繁体)(22)英语(6)日语(4)韩语(3)德语(1)西班牙语(1)葡萄牙语(1)

格式

全部PDF文档 PDF(1279)其他文档 其他(371)PPT文档 PPT(7)DOC文档 DOC(3)
 
本次搜索耗时 0.014 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Java
  • Python
  • Spring
  • 综合其他
  • 云计算&大数据
  • C++
  • Weblate
  • VirtualBox
  • 数据库
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 日语
  • 韩语
  • 德语
  • 西班牙语
  • 葡萄牙语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Modern C++ Iterators

    Technical Manager – SOA – X and OSF/Motif Nico Josuttis Modern C++ 2023-10-03 @CppCon 1©2023 by josuttis.com 3 C++ Stop Putin Stop war Iterators Modern C++ ©2023 by josuttis.com 4 C++ Loop Over Arrays .. p: ++ int* p = arr + 4; // OK std::cout << *p; // Undefined Behavior C/C++ Nico Josuttis Modern C++ 2023-10-03 @CppCon 2©2023 by josuttis.com 5 C++ Iterators: Generalization of Pointers that '\n'; } 30 40 50 60 70 10 20 pos begin() end() c v i d e e ++ C++11 p: arr: Nico Josuttis Modern C++ 2023-10-03 @CppCon 3©2023 by josuttis.com 7 C++ Half-Open Range • Iterate like a pointer over
    0 码力 | 24 页 | 1.93 MB | 5 月前
    3
  • pdf文档 Monads in Modern C++

    Finance L.P. All rights reserved. © 2023 Bloomberg Finance L.P. All rights reserved. Monads in Modern C++ ACCU 2023 April 20, 2023 Georgi Koyrushki, Senior Software Engineer Alistair Fisher, Engineering modernescpp.com/index.php/first-class-functions — … AND… — Functional (as of C++11) • Functions in modern C++ are first-class citizens (ish) • C++ is very well known to be — Procedural — Imperative modernescpp.com/index.php/first-class-functions — … AND… — Functional (as of C++11) • Functions in modern C++ are first-class citizens (ish) • C++ is very well known to be — Procedural — Imperative
    0 码力 | 94 页 | 4.56 MB | 5 月前
    3
  • pdf文档 Modern C++ Error Handling

    Modern C++ Handling Phil Nash Error2018 2019series disappointments of a (total) Part 1int parse_int(std::string_view number)// TODO: +, -, digit separators? int acc = 0; for(char c
    0 码力 | 66 页 | 36.65 MB | 5 月前
    3
  • pdf文档 Heterogeneous Modern C++ with SYCL 2020

    Backend acceleration and API independent SYCL 2020 increases expressiveness and simplicity for modern C++ heterogeneous programming 11SYCL 2020 Industry Momentum https://www.alcf.anl.gov/support-c Backend acceleration and API independent SYCL 2020 increases expressiveness and simplicity for modern C++ heterogeneous programming 123© The Khronos® Group Inc. 2020 - Page 124 This work is licensed
    0 码力 | 114 页 | 7.94 MB | 5 月前
    3
  • pdf文档 Using Modern C++ to Build XOffsetDatastructure

    Expert and Team Leader • Over 20 Years of Experience in C++ Programming • Areas of Expertise: • Modern C++ • Performance Optimization • Low Latency Systems • Code Maintainability • Education: • Ph.D this section. Fanchen Su, XOffsetDatastructure, CppCon 2024 41. Title • 1 Long Title: • Using Modern C++ to Build XOffsetDatastructure: A Zero-Encoding and Zero-Decoding High-Performance Serialization Zero-Decoding Fanchen Su, XOffsetDatastructure, CppCon 2024 51. Title • 1 Long Title: • Using Modern C++ to Build XOffsetDatastructure: A Zero-Encoding and Zero-Decoding High-Performance Serialization
    0 码力 | 111 页 | 3.03 MB | 5 月前
    3
  • pdf文档 Monadic Operations in Modern C++: A Practical Approach

    Monadic Operations in Modern C++: A Practical Approach2About me ● Vitaly Fanaskov ● Senior software engineer at reMarkable ● 10+ years of C++ experience ● GIS, VFX, frameworks, and libraries ● Ph
    0 码力 | 61 页 | 411.49 KB | 5 月前
    3
  • pdf文档 Modern C++ for Parallelism in High Performance Computing

    Poster submission: Modern C++ for Parallelism in High Performance Computing Victor Eijkhout CppCon 2024 Introduction This poster reports on ‘D2D’, a benchmark that explores elegance of expression and Scientific Computing, a field traditionally dominated by C and Fortran. With all the developments in modern C++ such as range algorithms, their parallel execution strategies, and multi-dimensional arrays through scaling for different parallelization strategies: C-style programming with OpenMP, native mechanisms in modern C++, as well as through Kokkos and Sycl. Discussion An important corner of scientific computing
    0 码力 | 3 页 | 91.16 KB | 5 月前
    3
  • pdf文档 Practical memory pool based allocators for Modern C++

    memory pool based allocators for Modern C++ by Misha Shalem misha.shalem@apex.ai © 2020 Apex.AI, Inc.● CppCon 2019: Safe Software for Autonomous Mobility With Modern C++ by Andreas Pasternak ● Quote:
    0 码力 | 49 页 | 986.95 KB | 5 月前
    3
  • pdf文档 LLVM's Realtime Safety Revolution: Tools for Modern Mission Critical Systems

    LLVM’s Real-time Safety Revolution Tools for Modern Mission Critical SystemsChris Apple ● 10-year veteran of the audio industry ● Previously Dolby, Roblox, Spatial Inc. ● Currently: layabout David
    0 码力 | 153 页 | 1.38 MB | 5 月前
    3
  • pdf文档 Blazing Trails: Building the World's Fastest CameBoy Emulator in Modern C++

    World’s Fastest GameBoy Emulator in Modern C++ 4Building the World’s Fastest GameBoy Emulator in Modern C++ 5Building the World’s Fastest GameBoy Emulator in Modern C++ 6 Deep System Understanding Emulators as C++ often deals with system-level programming.Building the World’s Fastest GameBoy Emulator in Modern C++ The original Game Boy DMG-01 • Released on • 21/04/1989 in Japan • 31/07/1989 in America testable https://github.com/c-sp/game-boy-test-roms 10Building the World’s Fastest GameBoy Emulator in Modern C++ 11 A huge library: • GameBoy: 1043 • GameBoy Color: 576 30% are backwards compatible A tiny
    0 码力 | 91 页 | 8.37 MB | 5 月前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
ModernC++IteratorsMonadsinErrorHandlingHeterogeneouswithSYCL2020UsingtoBuildXOffsetDatastructureMonadicOperationsPracticalApproachforParallelismHighPerformanceComputingmemorypoolbasedallocatorsLLVMRealtimeSafetyRevolutionToolsMissionCriticalSystemsBlazingTrailsBuildingtheWorldFastestCameBoyEmulator
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩