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

无数据

分类

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

语言

全部英语(96)

格式

全部PDF文档 PDF(95)PPT文档 PPT(1)
 
本次搜索耗时 0.053 秒,为您找到相关结果约 96 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Breaking Dependencies: The SOLID Principles

    Single-Responsibility Principle (SRP) ”A class should have only one reason to change.” (Robert C. Martin, Agile Software Development)18 The Single-Responsibility Principle (SRP) explicit Circle( double rad ”Clients should not be forced to depend on methods that they do not use.” (Robert C. Martin, Agile Software Development)66 The Interface Segregation Principle (ISP) ”Many client specific interfaces Abstractions should not depend on details. Details should depend on abstractions.” (Robert C. Martin, Agile Software Development)Drawing Geometry 84 The Dependency Inversion Principle (DIP) Circle DrawCircle
    0 码力 | 96 页 | 2.14 MB | 5 月前
    3
  • pdf文档 Implementing C++ Modules: Lessons Learned, Lessons Abandoned

    winrt::impl::make_agile_delegate(struct winrt::Windows::Foundation::AsyncActionCompletedHandler const &)" (??$make_agile_delegate@UAsync
    0 码力 | 53 页 | 1.33 MB | 5 月前
    3
  • pdf文档 Back to Basics Testing

    code It compiles successfullyWhat is a test? 15 Acceptance Accessibility Active Ad-hoc Age Agile All-pairs Alpha API Application Assertion Automated Backward Compatibility Basis Path Benchmark
    0 码力 | 79 页 | 25.86 MB | 5 月前
    3
  • pdf文档 Session Types in C++

    ~Channel Can we do something like this? 42How can we practically use Session types? 43Three approaches Language type The code Protocol description 1) generate code Write and verify protocol buy(OrderAck) from Seller to Buyer; } or { quote(OutOfStock) from Seller to Buyer; } } 45Three approaches Language type The code Protocol description 1) Language type The code Protocol description generate code Write the code Verify protocol Use type Infer type Extract protocol 46Three approaches Language type The code Protocol description 1) Language type The code Protocol description
    0 码力 | 89 页 | 1.55 MB | 5 月前
    3
  • pdf文档 Many Ways to Kill an Orc (or a Hero)

    appropriate foes 170Bataille royale • Now, for a « concepts and variants » approach • Reminder: approaches are not mutually exclusive and can be combined in innovative ways 171Bataille royale import this example, this will come from the way client code is written, but we could have used other approaches (a type list of monsters; an empty base class common to all monster types; a tag type used royale • Interestingly, we end up with the same code (syntactically) for client code with both approaches • At least once the containers have been constructed • Some of the auxiliary functions have to
    0 码力 | 202 页 | 1.26 MB | 5 月前
    3
  • pdf文档 Using Modern C++ to Build XOffsetDatastructure

    (serialization data structure) into a memory data structure. • Despite their differences, these approaches share a common characteristic: they all require processing data field by field. • This common deserialization are extremely important processes in many industries. • Current Solutions • These existing approaches don't fully meet the demands of high-performance environments like the game industry. • What XOffsetDatastructure, CppCon 2024 875.4 Auto-Resizing Mechanisms • We've implemented two main approaches for managing memory allocation in our XOffsetDatastructure: • 1. Pre-allocation With Trimming:
    0 码力 | 111 页 | 3.03 MB | 5 月前
    3
  • pdf文档 Lifetime Safety in C++: Past, Present and Future

    incrementallyCarbon Language Successor Strategy: From C++ Interop to Memory Safety - Chandler Carruth - CppNow 23Approaches to safety Safe Unsafe Hybrid approach • Suggest safer constructs • Find bugsApproaches to safety adventureApproaches to safety C++ is getting safer The lifetime safety toolbox What comes next?Approaches to safety C++ is getting safer The lifetime safety toolbox What comes next?C++ is getting proaches to safety C++ is getting safer The lifetime safety toolbox What comes next?Approaches to safety C++ is getting safer The lifetime safety toolbox What comes next?Statement-local
    0 码力 | 124 页 | 2.03 MB | 5 月前
    3
  • pdf文档 Conan 1.7 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 5.8 Packaging Approaches . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 5.9 Package developing and packaging your own library, and not one from a third-party. There are two different approaches: • Using the exports sources attribute of the conanfile to export the source code together with examples. 5.8 Packaging Approaches Package recipes have three methods for controlling the package’s binary compatibility and for implementing different packaging approaches: package_id(), build_id()
    0 码力 | 433 页 | 2.95 MB | 1 年前
    3
  • pdf文档 Conan 1.8 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 5.8 Packaging Approaches . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 5.9 Package developing and packaging your own library, and not one from a third-party. There are two different approaches: • Using the exports sources attribute of the conanfile to export the source code together with examples. 5.8 Packaging Approaches Package recipes have three methods for controlling the package’s binary compatibility and for implementing different packaging approaches: package_id(), build_id()
    0 码力 | 458 页 | 3.03 MB | 1 年前
    3
  • pdf文档 Conan 1.9 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 5.8 Packaging Approaches . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 5.9 Package developing and packaging your own library, and not one from a third-party. There are two different approaches: • Using the exports sources attribute of the conanfile to export the source code together with examples. 5.8 Packaging Approaches Package recipes have three methods for controlling the package’s binary compatibility and for implementing different packaging approaches: package_id(), build_id()
    0 码力 | 470 页 | 3.05 MB | 1 年前
    3
共 96 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 10
前往
页
相关搜索词
BreakingDependenciesTheSOLIDPrinciplesImplementingC++ModulesLessonsLearnedAbandonedBacktoBasicsTestingSessionTypesinManyWaysKillanOrcorHeroUsingModernBuildXOffsetDatastructureLifetimeSafetyPastPresentandFutureConan1.7Documentation1.81.9
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩