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

无数据

分类

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

语言

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

格式

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

    from state changing ❑ Find the const/pure functions • Refactor God classes ❑ Functionality clustered and pushed into tiered abstraction layers ❑ Lessen unnecessary dependencies • Refactor fragmented
    0 码力 | 106 页 | 1.76 MB | 6 月前
    3
  • pdf文档 Back to Basics: Exceptions

    exceptions result in a call to std::terminate() No stack unwinding No destructors are called Resources are potentially leakedHow Do Exceptions Work 25 void f() { std::string s{ “Some default initializer” exceptions result in a call to std::terminate() No stack unwinding No destructors are called Resources are potentially leakedHow Do Exceptions Work 26 void f() { std::string s{ “Some default initializer” exceptions result in a call to std::terminate() No stack unwinding No destructors are called Resources are potentially leakedHow Do Exceptions Work 27 void f() { std::string s{ “Some default initializer”
    0 码力 | 111 页 | 4.87 MB | 6 月前
    3
  • pdf文档 Better Code: Contracts

    operation has no effects. The basic guarantee: if an error occurs, invariants are upheld and no resources leak. 84© 2023 Adobe. All Rights Reserved. Three useful guarantees regarding errors The nothrow operation has no effects. The basic guarantee: if an error occurs, invariants are upheld and no resources leak. void pop_back() pre { size() < 0 } post [old_size = size()] { size() == old_size operation has no effects. The basic guarantee: if an error occurs, invariants are upheld and no resources leak. void pop_back() pre { size() < 0 } post [old_size = size()] { size() == old_size
    0 码力 | 204 页 | 4.46 MB | 6 月前
    3
  • pdf文档 Back to Basics: Move Semantics

    an rvalue Move constructor / assignment: One rvalue reference parameter Transfer ownership of resources Leave the source object in a valid state Quick summary29 David Olsen — Back to Basics: Move Semantics Constructor Transfer ownership of resources from existing object to object being constructed Use subojbect’s move constructor when possible Explicit transfer of resources otherwise How to write one79 David to Basics: Move Semantics — CppCon 2020 #include Move Constructor Transfer ownership of resources from existing object to object being constructed Use subojbect’s move constructor when possible
    0 码力 | 142 页 | 1.02 MB | 6 月前
    3
  • pdf文档 Cetting Started with C++

    through libraries Building correct, secure, and safe systems Planning for the future Agenda Resources for learning modern C++ 0501 Obtaining tools for your platform 02 03 04 Code reuse through through libraries Building correct, secure, and safe systems Planning for the future Agenda Resources for learning modern C++ 05Tools for your platform Build & project systems Editors & IDEs through libraries Building correct, secure, and safe systems Planning for the future Agenda Resources for learning modern C++ 0501 Obtaining tools for your platform 02 03 04 Code reuse through
    0 码力 | 95 页 | 4.71 MB | 6 月前
    3
  • pdf文档 Branchless Programming in C++

    Efficiency and performance ● Understanding the hardware and using it efficiently – Computing resources of a CPU – Pipelining – Branch prediction and hardware loop unrolling ● Conditional code vs use of hardware – use all available resources – at the same time – all the timeBranchless Computing 6 GLOSSARY OF HARDWAREBranchless Computing 7 COMPUTING RESOURCES OF A CPU unsigned long v1[N], v2[N]; Computing 8 COMPUTING RESOURCES OF A CPU unsigned long v1[N], v2[N]; unsigned long a = 0; for (size_t i = 0; i < N; ++i) { a += v1[i]*v2[i]; }Branchless Computing 9 COMPUTING RESOURCES OF A CPU register:
    0 码力 | 61 页 | 9.08 MB | 6 月前
    3
  • pdf文档 Delivering safe C++

    security violations from bad code in various language (incl. C++) and other causes • Diversion of resources from C++ to other languages • Discouraging people from learning C++ • Massive improvements are safer) styles of use • Except where it is not appropriate • Direct use of system and hardware resources • Need for ultimate efficiency • Implementation of code that cannot be proven safe (e.g., some linked Resource leaks: failing to delete resources (e.g., memory, file handles, and locks) potentially leading to the program grinding to a halt because of lack of available resources. • Concurrency errors: failing
    0 码力 | 74 页 | 2.72 MB | 6 月前
    3
  • pdf文档 Back to Basics: Concurrency

    to learn I hope this is a talk that you can revisit in the future and do a deep dive with the resources at the endWhat is Concurrency? And the possible motivation to work concurrently 9Human Psychology Multiple things can happen at once, the order matters, and sometimes tasks have to wait on shared resources. 2. Parallelism Definition: Everything happens at once, instantaneously 18Parallelism vs Concurrency Multiple things can happen at once, the order matters, and sometimes tasks have to wait on shared resources. 2. Parallelism Definition: Everything happens at once, instantaneously 19Parallelism vs Concurrency
    0 码力 | 141 页 | 6.02 MB | 6 月前
    3
  • pdf文档 The Roles of Symmetry And Orthogonality In Design

    complexity and size Adaptable: Remains manageable as system is adapted to new domains Efficient: Resources are spent wiselyCharley Bay - charleyb123 at gmail dot com The Roles of Symmetry And Orthogonality to “work-engine” composed of queues and threads) • Benefits: Greater scaling as threads/workers/resources are made available • Costs: Producer cannot directly monitor work progress (but indirect monitoring handling • Competition for Resources • CPU cache pressures • Cache line false sharing • System calls • File handles • Network traffic • Other OS resources • Other hardware resources Relationships can
    0 码力 | 151 页 | 3.20 MB | 6 月前
    3
  • pdf文档 C++ in the Developing World, Why it Matters

    world” software that has already been written in the language. • It will also touch on tooling and resources for programming on resource constrained systems. Definitions C++ • What is C++? 1• Probably available when the User Needs It) • To Have adequate KNOWLEDGE, to make the most of the computing resources available • To have All of the Above at a COMFORTABLE COST Developing • The process of “Growing Chromebooks, have been deployed in some countries as a solution to low spec, mass deployment of computing resources. • This however comes with the precondition of connectivity. • This solution cannot work in the
    0 码力 | 8 页 | 177.52 KB | 6 月前
    3
共 152 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 16
前往
页
相关搜索词
DependencyInjectioninC++BacktoBasicsExceptionsBetterCodeContractsMoveSemanticsCettingStartedwithBranchlessProgrammingDeliveringsafeConcurrencyTheRolesofSymmetryAndOrthogonalityInDesigntheDevelopingWorldWhyitMatters
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩