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

无数据

分类

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

语言

全部英语(210)中文(简体)(2)英语(1)

格式

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

    loop is repeated, and • is not separated from the loop by a function interface?result_type function_name ( parameter_list ) interface { // preconditions… implementation; // postconditions… } The The calling function is responsible for the top part of the interface. The called function is responsible for the bottom part of the interface.😈 Let’s call that sort of reason a local reason. Does the ensure that a and b remain stable during the operation. bool operator==( const int a, const int b ) interface { extend_stability a, b; discern a, b; implementation; transfer_stability result; discern result;
    0 码力 | 134 页 | 1.30 MB | 5 月前
    3
  • pdf文档 A (Short) Tour of C++ Modules

    MODULES a short recap 5source.cpp library.h translation unit object file library.h library interface library.cpp library.h library implementation library object file 6 . 1 some header.h other export module library; library interface unit module library; library implementation library implementation object file import library; program library interface object file 7 . 1 export .. declarations macros compiler options predefined, commandline defaults, commandline none module interface unit files object file BMI file discarded 7 . 2// mod.h #pragma once; struct S { int value
    0 码力 | 62 页 | 4.20 MB | 5 月前
    3
  • pdf文档 Neighborhoods Banding Together: Reasoning Globally about Programs

    void foo() implementation { … … … bar(); … … … } void bar() interface { … …prologue … implementation; … …epilogue … } void foo() interface { … …prologue … implementation; … …epilogue … } See “The Truth Procedure”void foo() implementation { … … … bar(); … … … } void bar() interface { … …prologue … implementation; … …epilogue … } void foo() interface { … …prologue … implementation; … …epilogue … } 🙂 😈 🙂 interactions with low-complexity algorithms.fits many functions Indirect caller’s interface int Nondecreasing( const int x ) interface { claim usable( x ); implementation; claim x <= result; claim usable(
    0 码力 | 49 页 | 1.03 MB | 5 月前
    3
  • pdf文档 C++20 Modules: The Packaging and Binary Redistribution Story

    to locate and load the binary module interface (BMI) 👇:Binary module interfaces export module fmt; export namespace fmt { … } fmt.cc fmt.o Module interface unit Other file extensions: .ixx (msvc) pcm BMI file extensions: .pcm (clang) .gcm (gcc) .ifc (msvc) BMI: Binary module interface libfmt.aModule interface unit export module fmt; export namespace fmt { … } import fmt; int main() { delta.cxx foxtrot.cxx golf.cxx alpha.o bravo.o charlie.o delta.o foxtrot.o golf.o Module interface units need to be compiled before any of the importers import fmt; fmt.cxx fmt.pcm fmt.oCompilation
    0 码力 | 76 页 | 2.09 MB | 5 月前
    3
  • pdf文档 Object Oriented Programming

    final Template method Destructor Interfaces Liskov substitution principle Inheritance (interface versus implemenation) Covariant return type Duck Typing Traps Virtual in con- /destructor final Template method Destructor Interfaces Liskov substitution principle Inheritance (interface versus implemenation) Covariant return type Duck Typing Traps Virtual in con- /destructor its members and member functions from the outside world. Information hiding Separation from interface and implementationObject-Oriented Programming Key Ideas Class Inheritance Polymorphism Early
    0 码力 | 38 页 | 752.99 KB | 5 月前
    3
  • pdf文档 Custom Views for the Rest of Us

    requires std::ranges::forward_range class all_pairs_view : public std::ranges::view_interface> // CRTP! { private: TBase _vw; public: class iterator { /* ... */ requires std::ranges::forward_range class all_pairs_view : public std::ranges::view_interface> // CRTP! { private: TBase _vw; public: class iterator { /* ... */ all_pairs_view all_pairs_view : : public public std::ranges::view_interface> std::ranges::view_interface> // CRTP! // CRTP! 1 2 3 { 4 private: 5
    0 码力 | 187 页 | 13.25 MB | 5 月前
    3
  • pdf文档 COMPOSABLE C++

    composabilitySO WE HAVE AN INTERFACE SO WE HAVE AN INTERFACE What classes should we write to this interface, to enable higher-level composability? What classes should we write to this interface, to enable higher-level just that interface, we can implement: With just that interface, we can implement:CASE STUDY: ALLOCATORS CASE STUDY: ALLOCATORS With just that interface, we can implement: With just that interface, we can fails, try B)CASE STUDY: ALLOCATORS CASE STUDY: ALLOCATORS With just that interface, we can implement: With just that interface, we can implement: fallback allocator (try A, if it fails, try B) stack allocatorCASE
    0 码力 | 124 页 | 8.28 MB | 5 月前
    3
  • pdf文档 Plug-in Based Software Architecture for Robotics

    4Components of plugin architecture 1. Core - Defines how the system operates and provides interface 2. Plugins - Stand-alone independent components that contain implementation of core application’s Reduce dependencies in the core system 6Why use plugin architecture? ● More testable code ○ Interface can be mocked to test core system ○ Plugins can be individually tested ● Simplifies integration functionality ● Given start and end robot state, create a motion plan 11Core System contains the Interface class #pragma once #include #include namespace motion planner { struct
    0 码力 | 75 页 | 2.40 MB | 5 月前
    3
  • pdf文档 Breaking Dependencies: The SOLID Principles

    Principle Interface Segregation Principle Dependency Inversion Principle9 The SOLID Principles Single-Responsibility Principle Open-Closed Principle Liskov Substitution Principle Interface Segregation Guideline: Make sure to adhere to the required concept.63 Questions?64 The Interface Segregation Principle (ISP)65 The Interface Segregation Principle (ISP) ”Clients should not be forced to depend on methods Martin, Agile Software Development)66 The Interface Segregation Principle (ISP) ”Many client specific interfaces are better than one general-purpose interface.” (Wikipedia)class Shape { public:
    0 码力 | 96 页 | 2.14 MB | 5 月前
    3
  • pdf文档 Code Generation from Unified Robot Description Format for Accelerated Robotics

    _kinematics.cpp:1:9: rning: #pragma once in main fitLe 1 | 拖pragma once 4 THE CODE 35 fk_interface { fx = 9; niter = 6; grad_ norm = 6; SuccesS = std: :string what < T> KinematicInterfaceConstraint joints()>::Random(); fk_interface::ForwardKinematicsInterface fk_interfacei start = std::chrono::high_resotution_ctock::now(); (int k = 9; k < muttiptiery kt+) { (int = 9; < iterations; i++r) { fk_interface.set_joints(rand set_joints(rand vatues[il); fk_interface.forward kinematics(); stop = std::chrono: :high_resotution_ ctocks:now(); duration = std::chrono::duration_cast(stop - start); cout <<
    0 码力 | 93 页 | 9.29 MB | 5 月前
    3
共 213 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 22
前往
页
相关搜索词
WhyLoopsEndShortTourofC++ModulesNeighborhoodsBandingTogetherReasoningGloballyaboutPrograms20ThePackagingandBinaryRedistributionStoryObjectOrientedProgrammingCustomViewsfortheRestUsCOMPOSABLEPluginBasedSoftwareArchitectureRoboticsBreakingDependenciesSOLIDPrinciplesCodeGenerationfromUnifiedRobotDescriptionFormatAccelerated
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩