积分充值
 首页
前端开发
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(63)

语言

全部英语(93)中文(简体)(4)中文(繁体)(1)

格式

全部PDF文档 PDF(97)PPT文档 PPT(1)
 
本次搜索耗时 0.013 秒,为您找到相关结果约 98 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 C++ in the Cloud

    C++ in the Cloud One NIF at a Time with Elixir Sakshi Verma | Senior Software Engineerhttps://www.linkedin.com/in/sakverma Functional, concurrent language built for scalability. Ideal for managing managing large-scale cloud applications. Built on the Erlang VM, ensuring resilience and fault tolerance. What is Elixir?https://www.linkedin.com/in/sakverma The Smooth Sailing…https://www.linkedin
    0 码力 | 14 页 | 609.86 KB | 6 月前
    3
  • pdf文档 Back to Basics: Debugging Techniques

    next = Clone(curr); while (ReproduceProblem(next) && ResourcesAvailableToRepair(next)) { auto insight = async(launch::async, &MyJob::UnderstandProblem, this, next); auto location = async(launch::async this, next); auto category = async(launch::async, &MyJob::ClassifyProblem, this, next); WaitFor(insight, location, category); next = AttemptToRepair(next); } return (ProblemFixed()) ? Deliver(next) next = Clone(curr); while (ReproduceProblem(next) && ResourcesAvailableToRepair(next)) { auto insight = async(launch::async, &MyJob::UnderstandProblem, this, next); auto location = async(launch::async
    0 码力 | 44 页 | 470.68 KB | 6 月前
    3
  • pdf文档 What Volatile Means (and Doesn't Mean)

    cv-qualifiers starts with understanding the structure of declarations… 29 The Structure of Declarations Insight: Every object and function declaration has two main parts:  a sequence of one or more declaration []mean “array”  ()mean “function” 31 Type vs. Non-type Specifiers Insight: Type specifiers modify other type specifiers. Insight: Non-type specifiers apply directly to the declarator-id. static unsigned (and Doesn't Mean) Copyright © 2024 by Ben Saks and Dan Saks 0-15 volatile is a Type-Specifier Insight: The order of the declaration specifiers doesn’t matter to the compiler.  These two declarations
    0 码力 | 32 页 | 901.80 KB | 6 月前
    3
  • pdf文档 Performance Engineering: Being Friendly to Your Hardware

    } Let the HW do the right thing • Microcoded subroutine • Aware of platform specifics • Has insight into internal machine stateExample – memcpy: ERMS 92 0000000000001260 <_Z11memcpy_ermsPvPKvm>: } Let the HW do the right thing • Microcoded subroutine • Aware of platform specifics • Has insight into internal machine state Will this universally be the best option? Only representative performance
    0 码力 | 111 页 | 2.23 MB | 6 月前
    3
  • pdf文档 C++20 镶 SQL

    ftsd::get<"item">(row) << " "; std::cout << get<"discount_code">(row).value_or("") << "\n"; }Key Design Insight u For types with SQL, you only need to worry about input and out u If you can just annotate the
    0 码力 | 46 页 | 775.02 KB | 6 月前
    3
  • pdf文档 Mastering C++ Modules

    Software Solutions6 Where did CMake come from? • Kitware was the lead engineering team for the Insight Segmentation and Registration Toolkit (ITK) http://www.itk.org – tasked with making it build on
    0 码力 | 77 页 | 9.07 MB | 6 月前
    3
  • pdf文档 Practical memory pool based allocators for Modern C++

    unpractical to do for a real application ○ It would lack the call site information which would limit the insight users can get about where and why allocations happen, making the debugging and reasoning harder
    0 码力 | 49 页 | 986.95 KB | 6 月前
    3
  • pdf文档 min max and More

    Copyright © 2020-2021 by W alter E. Brown. All rights reserved. 20 An important insight • Given two values a and b, in that order: � Unless we find a reason to the contrary, … � min should
    0 码力 | 8 页 | 2.48 MB | 6 月前
    3
  • pdf文档 Deciphering C++ Coroutines

    of caution I will at times lead you astray. This is intentional and will hopefully deepen your insight. We will be largely ignoring multithreading for this talk. This is not a best-practice talk.16/55
    0 码力 | 156 页 | 1.79 MB | 6 月前
    3
  • pdf文档 Irksome C++

    Copyright © 2022-2024 by Walter E. Brown. All rights reserved. I greatly appreciated the issue’s insight … • … and the resulbng improvements in the specificabon of my nonesuch type. • In addibon, I now
    0 码力 | 15 页 | 3.03 MB | 6 月前
    3
共 98 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 10
前往
页
相关搜索词
C++intheCloudBacktoBasicsDebuggingTechniquesWhatVolatileMeansandDoesnMeanPerformanceEngineeringBeingFriendlyYourHardware20SQLMasteringModulesPracticalmemorypoolbasedallocatorsforModernminmaxMoreDecipheringCoroutinesIrksome
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩