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

无数据

分类

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

语言

全部英语(160)中文(简体)(1)

格式

全部PDF文档 PDF(161)
 
本次搜索耗时 0.023 秒,为您找到相关结果约 161 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Bridging the Gap: Writing Portable Programs for CPU and GPU

    1/66Bridging the Gap: Writing Portable Programs for CPU and GPU using CUDA Thomas Mejstrik Sebastian Woblistin 2/66Content 1 Motivation Audience etc.. Cuda crash course Quiz time 2 Patterns Oldschool Thank you Thank you 1 Motivation 2 Patterns 3 The dark path 4 Cuda proposalBridging the Gap: Writing Portable Programs for CPU and GPU Paper: Thomas Mejstrik, Sebastian Woblistin, host device – Generic
    0 码力 | 124 页 | 4.10 MB | 6 月前
    3
  • pdf文档 Writing Python Bindings for C++ Libraries: Easy-to-use Performance

    programming in a past life ● Love performance, software abstractions, and clean APIsWhy Python? ● Writing extensive APIs in Python - low boilerplate ● Familiar for domain experts ● Easy to use ○ Amazing (unlikely(__pyx_t_13 == -1)) __PYX_ERR(0, 17, __pyx_L1_error)Cheaper function call conventions - Type informed ● Writing python, interpreter interprets some bytecode each time it hits the given statement ○ It needs to system ○ Learning a new “language” / different debugging experience ○ But a pretty good idea for writing new code! ● Always good to know what is out there, even if not C++ The “how” of pandasVarious libraries
    0 码力 | 118 页 | 2.18 MB | 6 月前
    3
  • pdf文档 Express Your Expectations: A Fast, Compliant JSON Pull Parser for Writing Robust Applications

    talks[0].subtitle) console.log(object.foo) Jonathan Müller A fast, compliant JSON pull parser for writing robust applications undefined Jonathan Müller — @foonathan Express your expectations CppCon 2023-10-03 std::print("{}\n", object.at("foo")); Jonathan Müller A fast, compliant JSON pull parser for writing robust applications Uncaught exception. Jonathan Müller — @foonathan Express your expectations
    0 码力 | 143 页 | 736.91 KB | 6 月前
    3
  • pdf文档 COMPOSABLE C++

    the identity operation the request that does nothingTHE ZERO OBJECT THE ZERO OBJECT If writing this is If writing this is di�cult di�cult, it's a good sign our , it's a good sign our composability abstraction not right composability abstraction is not right..THE ZERO OBJECT THE ZERO OBJECT If writing this is If writing this is di�cult di�cult, it's a good sign our , it's a good sign our composability abstraction not right.. Possible Possible problems problems::THE ZERO OBJECT THE ZERO OBJECT If writing this is If writing this is di�cult di�cult, it's a good sign our , it's a good sign our composability abstraction
    0 码力 | 124 页 | 8.28 MB | 6 月前
    3
  • pdf文档 Back to Basics: Concurrency

    focus on std::thread for creating concurrent programs. ■ We will review briefly other methods of writing concurrent programs (e.g., std::async) ○ I’ll focus on the foundations, and my hope is this will focus on std::thread for creating concurrent programs. ■ We will review briefly other methods of writing concurrent programs (e.g., std::async) ○ I’ll focus on the foundations, and my hope is this will and Deadlock 73Problem with Threads -- Reading & Writing ● Data Race (or race condition) ○ Because data is shared--one or more thread could be writing to the same piece of memory at the same time ■
    0 码力 | 141 页 | 6.02 MB | 6 月前
    3
  • pdf文档 Embracing CTAD

    tutorial on writing your own deduction guides • CTAD take down or CTAD glorification • PopcornWhat isn’t in this talk • In depth explanation of CTAD rules • Extensive tutorial on writing your own tutorial on writing your own deduction guides • CTAD take down or CTAD glorification • PopcornWhat isn’t in this talk • In depth explanation of CTAD rules • Extensive tutorial on writing your own PopcornWhat isn’t in this talk • In depth explanation of CTAD rules • Extensive tutorial on writing your own deduction guides • CTAD take down or CTAD sales pitch • PopcornWhat is CTAD ?Deducing
    0 码力 | 98 页 | 4.62 MB | 6 月前
    3
  • pdf文档 Modern C++ Tutorial: C++11/14/17/20 On the Fly

    reading the book. Code Each chapter of this book has a lot of code. If you encounter problems when writing your own code with the introductory features of the book, you might as well read the source code beginning, later References for further reading The difference between C++98 and C99 is given). When writing C++, you should also avoid using program styles such as void* whenever possible. When you have to object-oriented functions, template programming, etc., before the runtime, it may happen when writing code or compiler compiling code. To this end, we usually talk about language usability, which refers
    0 码力 | 92 页 | 1.79 MB | 1 年前
    3
  • pdf文档 Using Modern C++ to Build XOffsetDatastructure

    to enable direct reading, writing and transmission. • Moreover, we‘re aiming for high performance across all operations: • serialization, deserialization, reading and writing, both in-place and non-in-place like the game industry. • What & Why We Want to Do • High-Performance • Free and direct reading/writing/transmission of data Fanchen Su, XOffsetDatastructure, CppCon 2024 41 XOffsetDatastructure3. What the diagram, our solution enables free and efficient flow of data through all stages: reading, writing, sending and receiving data. • The ability to freely and efficiently read, write, send, and receive
    0 码力 | 111 页 | 3.03 MB | 6 月前
    3
  • pdf文档 Leveraging a Functional Approach for More Testable and Maintainable ROS 2 Code

    documentation! ● ROS 2 documentation encourages an object-oriented paradigm that can lead to trouble writing code that achieves the goalWhy give this talk? ● Engineers at PickNik experiment with different documentation! ● ROS 2 documentation encourages an object-oriented paradigm that can lead to trouble writing code that achieves the goal ● Adopting functional programming techniques into our code has made program, global variables, or produce any observable interactions with the outside world, such as writing to files or displaying outputPure Functions ● A pure function is a function that ○ is deterministic:
    0 码力 | 200 页 | 1.77 MB | 6 月前
    3
  • pdf文档 Back to Basics Unit Testing

    -test-driven-development- 3d2f8dca71e5 Test Doubles (Mocks, Fakes, Stubs) are a technique for writing unit tests mainly to improve hermeticity of the test 29Test Doubles are accuracy / precision tradeoffs about what it does to your code, it's about what it does to your mind" -- Fedor Pikus "You're not writing the test first -- you're specifying what you want first" -- Kevlin Henney “If debugging is the and about a zillion others 85Part 3: Good Process Workflow Running unit tests is part of the writing code cycle; they need to run fast Design Good designs are testable, testable designs are good.
    0 码力 | 109 页 | 4.13 MB | 6 月前
    3
共 161 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 17
前往
页
相关搜索词
BridgingtheGapWritingPortableProgramsforCPUandGPUPythonBindingsC++LibrariesEasytousePerformanceExpressYourExpectationsFastCompliantJSONPullParserRobustApplicationsCOMPOSABLEBackBasicsConcurrencyEmbracingCTADModernTutorial11141720OnFlyUsingBuildXOffsetDatastructureLeveragingFunctionalApproachMoreTestableMaintainableROSCodeUnitTesting
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩