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

无数据

分类

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

语言

全部英语(182)中文(简体)(7)中文(繁体)(1)

格式

全部PDF文档 PDF(182)PPT文档 PPT(7)TXT文档 TXT(1)
 
本次搜索耗时 0.017 秒,为您找到相关结果约 190 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Custom Views for the Rest of Us

    1Custom Views for the Rest of Us — Jacob Rice jacob.rice.cpp@gmail.com 2🎉🎆🎊 using namespace std::views; for (int i : iota(2) | filter(even) | transform(square)) std::cout << i << ' '; 1
    0 码力 | 187 页 | 13.25 MB | 5 月前
    3
  • pdf文档 Building Effective Embedded Systems: Architectural Best Practices

    0 码力 | 241 页 | 2.28 MB | 5 月前
    3
  • pdf文档 Named Optional Parameters - JavaScript Style

    Named Optional Parameters - JavaScript Style Brian Davidson (briandavidson@meta.com) Summary C++ developers often run into the situation where we have multiple parameters in a function with the same
    0 码力 | 1 页 | 3.17 MB | 5 月前
    3
  • pdf文档 Design Patterns

    draw( Square const& square ) const override; private: 71 A Classic Object-Oriented Solution Architectural Boundary High level (stable, low dependencies) Low level (volatile, malleable, high dependencies){ create( filename ); drawAllShapes( shapes ); } 72 A Classic Object-Oriented Solution Architectural Boundary My Code Your Codevoid createAndDrawShapes( ShapesFactory const& factory, std::string_view filename ) { Shapes shapes = factory.create( filename ); drawAllShapes( shapes ); } Architectural Boundary My Code Your Code class Rectangle : public Shape { public: Rectangle( double
    0 码力 | 136 页 | 7.95 MB | 5 月前
    3
  • pdf文档 Breaking Dependencies: The SOLID Principles

    are isolated from one another, you know that you can change one without having to worry about the rest.” (Andrew Hunt, David Thomas, The Pragmatic Programmer)16 The Single-Responsibility Principle (SRP) Controller Architectural Boundary Inversion of Dependencies!90 The Dependency Inversion Principle (DIP) Model Dependencies View Dependencies Controller Architectural Boundary91
    0 码力 | 96 页 | 2.14 MB | 5 月前
    3
  • pdf文档 Just-in-Time Compilation - J F Bastien - CppCon 2020

    JiTs can benefit from this size saving by only compiling the code that matters, and leaving the rest in a compressed form.3. Interpreted programs tend to be more portable. Assuming a machine- independent with varying accuracy. You might want to only simulate architectural state (registers and memory), or simulate details such as non-architectural state (shadow registers, etc), timing of instructions,
    0 码力 | 111 页 | 3.98 MB | 5 月前
    3
  • pdf文档 Back to Basics: Design Patterns

    UML diagram (as a quick refresher), a refresher on inheritance vs composition, and then spend the rest of the time on walking through the implementation of several design patterns. Attendees will leave et al. presents 253 patterns, covering advice on use of materials, physical arrangements of architectural elements, etc. 24Design Patterns Book ● In 1994 a book came out collecting heavily used patterns
    0 码力 | 96 页 | 2.10 MB | 5 月前
    3
  • pdf文档 Design Patterns: Facts and Misconceptions

    How are big entities depending on each other? Design decisions that are hard to change Architectural patterns Examples: Client-Server Architecture Micro-Services MVC, … Design How are small factoryMethod() ConcreteProduct return new ConcreteProduct(); product = factoryMethod(); Architectural Boundary High-level (stable) Low-level (malleable, volatile) Inversion of dependencies39 );3. The Iterator Design Pattern 653. The Iterator Design Pattern 66 High-level Low-level Architectural Boundary Iterator Concepts Container Algorithms4. The Adapter Design Pattern 67 template<
    0 码力 | 88 页 | 17.31 MB | 5 月前
    3
  • pdf文档 Solving Technical Debt

    group of junior developers o Ask for just 20% of allocation • Have them work together on a few architectural projects • Rinse & Repeat!© 2021 Cadence Design Systems, Inc. All rights reserved. 9 • Get
    0 码力 | 10 页 | 2.48 MB | 5 月前
    3
  • pdf文档 Design and Implementation of Highly Scalable Quantifiable Data Structures in C++

    Design and Implementation of Quantifiable Stack/Queue Live Demonstration Drivers for Change ▶ Architectural demands to utilize multicore resources ▶ General acceptance of relaxed semantics ▶ The intractable
    0 码力 | 51 页 | 4.08 MB | 5 月前
    3
共 190 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 19
前往
页
相关搜索词
CustomViewsfortheRestofUsBuildingEffectiveEmbeddedSystemsArchitecturalBestPracticesNamedOptionalParametersJavaScriptStyleDesignPatternsBreakingDependenciesTheSOLIDPrinciplesJustinTimeCompilationBastienCppCon2020BacktoBasicsFactsandMisconceptionsSolvingTechnicalDebtImplementationHighlyScalableQuantifiableDataStructuresC++
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩