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

无数据

分类

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

语言

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

格式

全部PDF文档 PDF(137)PPT文档 PPT(1)
 
本次搜索耗时 0.078 秒,为您找到相关结果约 138 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Plug-in Based Software Architecture for Robotics

    Outline ● What is plugin architecture? ● Why use plugin architecture? ● Designing a simplified plugin architecture ● Library used in robotics to implement plugin based system ○ Pluginlib ● Case study study for plugin architecture - MoveIt ● Limitations ● Summary 2Introduction •Abi Sivaraman •Robotics Engineer at PickNik Robotics •I work with robotic arms •MoveIt Maintainer 3What is plugin plugin architecture? Software Design Pattern that allows for developers to add functionality to a larger system without having to alter the source code of the system itself. Plug-ins are self-contained
    0 码力 | 75 页 | 2.40 MB | 6 月前
    3
  • pdf文档 High-Performance Cross-Platform Architecture: C++20 Innovations

    embedded software • Started using C++ in 1995 • First cross-platform project in 1994Cross-Platform Architecture Goals • Take advantage of all platforms • Focus on the compiler • Minimize boilerplate and unnecessary requiring implementations that differ depending upon the target machine architecture. • Features may be hardware: CPU architecture, SIMD instruction set, DMA controller, GPIO module, etc. • Features
    0 码力 | 75 页 | 581.83 KB | 6 月前
    3
  • pdf文档 Back To Basics Functions

    of the first things programmers learn, granting you the ultimate power to 'reuse' code and build modular programs. In this talk, we are going to provide an overview of functions from the start to the end think about them. ○ Let’s explore further! 23Functions An Abstraction for Writing Reusable and Modular Code At the very minimum -- “a command that returns a value” 24General Purpose of a Function in refactor the code to make it a little cleaner. ○ This is our motivation for functions as well...modular pieces of code so we don’t have to repeat ourselves! 46 Exercise: Try removing the loop and using
    0 码力 | 123 页 | 7.26 MB | 6 月前
    3
  • pdf文档 Building Safe and Reliable Surgical Robotics with C++

    Vulnerabilities What can we do then? 24 Explore Tooling Processes Architecture CultureArchitecture 25Control and reduce risk Risk Driven Architecture 26 SW System/Item (Class C) SW Item X (Class C) SW Reduce Coupling & Enhance CohesionSafety Critical Path vs Non-Real Time Domain Risk Driven Architecture 27 SW System/Item (Class C) SW Item X (Class C) SW Item Y (Class B) SW Item Z (Class Compliance and possibly being safety certified (3rd party vendors), ... ❖ What can help: ➢ Modular and decoupled architecture, Frequent tech debt reviews, Security/Compliance tracking, Established testing framework
    0 码力 | 71 页 | 4.02 MB | 6 月前
    3
  • pdf文档 Composing Ancient Mathematical Knowledge Into Powerful Bit-fiddling

    Finite Field Exponentiation (Modular Exponentiation) ● Core operation in public-key cryptography (RSA, Diffie-Hellman) ● Can be implemented by repeated application of modular multiplication. ● Enables
    0 码力 | 73 页 | 947.99 KB | 6 月前
    3
  • pdf文档 Exceptionally Bad: The Story on the Misuse of Exceptions and How to Do Better

    transaction is wiped Needs local handling to mitigate transaction wiping Pattern : External libraries, modular functionality expresses all problems via an Exception 38 Bloomberg Exceptional Pass the buckSome transaction wiped Needs local handling to mitigate transaction wiping Pattern : External libraries, modular functionality expresses all problems via an exception Conclusion : Prefer to use exceptions only
    0 码力 | 85 页 | 2.32 MB | 6 月前
    3
  • pdf文档 Conan 2.0 Documentation

    2 Decentralized package manager Conan is a decentralized package manager with a client-server architecture. This means that clients can fetch packages from, as well as upload packages to, different servers arbitrary number of binaries, one for each different platform and configuration: operating system, architecture, compiler, build type, etc. These binaries can be created and uploaded to a server with the same https://github.com/conan-io/tribe/blob/main/design/027-package_types.md 2.3 New public Python API A new modular Python API is made available, public and documented. This is a real API, with building blocks that
    0 码力 | 652 页 | 4.00 MB | 1 年前
    3
  • pdf文档 Conan 2.1 Documentation

    2 Decentralized package manager Conan is a decentralized package manager with a client-server architecture. This means that clients can fetch packages from, as well as upload packages to, different servers arbitrary number of binaries, one for each different platform and configuration: operating system, architecture, compiler, build type, etc. These binaries can be created and uploaded to a server with the same https://github.com/conan-io/tribe/blob/main/design/027-package_types.md 2.3 New public Python API A new modular Python API is made available, public and documented. This is a real API, with building blocks that
    0 码力 | 694 页 | 4.13 MB | 1 年前
    3
  • pdf文档 Leveraging a Functional Approach for More Testable and Maintainable ROS 2 Code

    parameters at run-time to change its behavior ● Each node should be responsible for a single, modular purpose, (e.g. controlling the wheel motors or publishing the sensor data from a laser range-finder)What parameters at run-time to change its behavior ● Each node should be responsible for a single, modular purpose, (e.g. controlling the wheel motors or publishing the sensor data from a laser range-finder)
    0 码力 | 200 页 | 1.77 MB | 6 月前
    3
  • pdf文档 Conan 2.3 Documentation

    2 Decentralized package manager Conan is a decentralized package manager with a client-server architecture. This means that clients can fetch packages from, as well as upload packages to, different servers arbitrary number of binaries, one for each different platform and configuration: operating system, architecture, compiler, build type, etc. These binaries can be created and uploaded to a server with the same https://github.com/conan-io/tribe/blob/main/design/027-package_types.md 2.3 New public Python API A new modular Python API is made available, public and documented. This is a real API, with building blocks that
    0 码力 | 748 页 | 4.65 MB | 1 年前
    3
共 138 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 14
前往
页
相关搜索词
PluginBasedSoftwareArchitectureforRoboticsHighPerformanceCrossPlatformC++20InnovationsBackToBasicsFunctionsBuildingSafeandReliableSurgicalwithComposingAncientMathematicalKnowledgeIntoPowerfulBitfiddlingExceptionallyBadTheStoryontheMisuseofExceptionsHowtoDoBetterConan2.0Documentation2.1LeveragingFunctionalApproachMoreTestableMaintainableROSCode2.3
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩