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

无数据

分类

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

语言

全部英语(176)中文(简体)(5)英语(1)

格式

全部PDF文档 PDF(175)PPT文档 PPT(5)TXT文档 TXT(2)
 
本次搜索耗时 0.100 秒,为您找到相关结果约 182 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Message Handling with Boolean Algebra

    Message Handling with Boolean Algebra Ben Deane / CppCon / 2024-09-16 1Alternative Title "The Unreasonable Effectiveness of Boolean Algebra in Software Design, Showing the Particular Application of of a Message Handling Library, with an Excursion into the Roots of Programming" 2Frontmatter No AI/LLM was used in the creation of this talk. Code is simplified for slides; may have some errors in this talk is about The workings of a message-handling library. How messages and the fields in them are specified. Efficiently identifying (with matchers) a message coming off the wire. The role of Boolean
    0 码力 | 103 页 | 4.37 MB | 5 月前
    3
  • pdf文档 BehaviorTree.CPP: Task Planning for Robots and Virtual Agents

    We need a system Orchestrator to implement the robot behaviorRobot Behaviors This Coordinator or Task Planner is also the highest level of abstraction of our system, where we focus on WHAT the robot (*value) * 2; return NodeStatus::SUCCESS; } else { std::cout << "missing [message]: ", value.error() << "\n"; return NodeStatus::FAILURE; } } }; ● Ports are an message="{A}"/> // prints "42" message="{B}"/> // prints "45.14" message="{msg}"/> // prints "hello world"
    0 码力 | 59 页 | 7.97 MB | 5 月前
    3
  • pdf文档 Rethinking Task Based Concurrency and Parallelism for Low Latency C++

    used when we created them.” - Albert EinsteinSo what is there to Rethink?Rethinking: Task Queues Problem #1 - Task Queues Do Not Scale Well: ● Contention: ○ Even the most meticulously designed lock-free problems: ○ Task starvation ○ Load balancing ○ Forfeits strict FIFO behaviour ○ Increases memory footprint (or requires allocations) ○ Terrible task selection “fairness” Task Thread Thread Thread Task Task Task Task Task Task Task Task Back Front Task Queue Execute Task() Thread Thread PoolRethinking: Task Queues Problem #2 - No Inherent Support For Prioritization: ● Priority queues address this but
    0 码力 | 142 页 | 2.80 MB | 5 月前
    3
  • pdf文档 Taro: Task graph-based Asynchronous Programming Using C++ Coroutine

    in a top-down task graph What is Task Graph-based Programming System (TGPS) Code 4• TGPS encapsulates function calls and their dependencies in a top-down task graph What is Task Graph-based Programming top-down task graph What is Task Graph-based Programming System (TGPS) Code A B C D B A C D 6• TGPS encapsulates function calls and their dependencies in a top-down task graph What is Task Graph-based sched; 2 task_a = sched.emplace([](&){ 3 // Code block A; 4 }); 5 task_b = sched.emplace([](&){ 6 // Code block B; 7 }); 8 task_c = sched.emplace([](&){ 9 // Code block C; 10 }); 11 task_d = sched
    0 码力 | 84 页 | 8.82 MB | 5 月前
    3
  • pdf文档 Building bridges: Leveraging C++ and ROS for simulators, sensor data and algorithms

    ROS2 messages Simulator commands request for sensor data Sensor data simulator’s specific API/protocol Standard ROS2 messages© 2023 Apex.AI, Inc. | All rights reserved. Apex.AI, Apex.OS, Apex.Grace execution2 will always run computations in the same order. • Deterministic communication2 is when, for a message going from process A to process B, communication is guaranteed to be complete always before or an application in a completely event-based approach (SIL). Events can be: a. Sending/receiving a message b. A timer that expired 6. Test simulation scenarios in the CI© 2023 Apex.AI, Inc. | All rights
    0 码力 | 38 页 | 2.17 MB | 5 月前
    3
  • pdf文档 Conan 1.26 Documentation

    auto field for url and/or revision and you have uncommitted changes in your repository a warning message will be printed: 40 Chapter 5. Creating Packages Conan Documentation, Release 1.26.1 $ conan export upload' command will prevent uploading recipes with 'auto' values in these␣ ˓→fields. As the warning message explains, the auto fields won’t be replaced unless you specify --ignore-dirty, and by default, the libs = ["hello"] Typically, pre-compiled binaries come for different configurations, so the only task that the build() method has to implement is to map the settings to the different URLs. 42 Chapter
    0 码力 | 669 页 | 5.51 MB | 1 年前
    3
  • pdf文档 Conan 1.25 Documentation

    auto field for url and/or revision and you have uncommitted changes in your repository a warning message will be printed: 40 Chapter 5. Creating Packages Conan Documentation, Release 1.25.2 $ conan export upload' command will prevent uploading recipes with 'auto' values in these␣ ˓→fields. As the warning message explains, the auto fields won’t be replaced unless you specify --ignore-dirty, and by default, the libs = ["hello"] Typically, pre-compiled binaries come for different configurations, so the only task that the build() method has to implement is to map the settings to the different URLs. 42 Chapter
    0 码力 | 655 页 | 5.45 MB | 1 年前
    3
  • pdf文档 Conan 1.23 Documentation

    auto field for url and/or revision and you have uncommitted changes in your repository a warning message will be printed: 40 Chapter 5. Creating Packages Conan Documentation, Release 1.23.0 $ conan export upload' command will prevent uploading recipes with 'auto' values in these␣ ˓→fields. As the warning message explains, the auto fields won’t be replaced unless you specify --ignore-dirty, and by default, the libs = ["hello"] Typically, pre-compiled binaries come for different configurations, so the only task that the build() method has to implement is to map the settings to the different URLs. 42 Chapter
    0 码力 | 637 页 | 5.04 MB | 1 年前
    3
  • pdf文档 Conan 1.24 Documentation

    auto field for url and/or revision and you have uncommitted changes in your repository a warning message will be printed: 40 Chapter 5. Creating Packages Conan Documentation, Release 1.24.1 $ conan export upload' command will prevent uploading recipes with 'auto' values in these␣ ˓→fields. As the warning message explains, the auto fields won’t be replaced unless you specify --ignore-dirty, and by default, the libs = ["hello"] Typically, pre-compiled binaries come for different configurations, so the only task that the build() method has to implement is to map the settings to the different URLs. 42 Chapter
    0 码力 | 647 页 | 5.31 MB | 1 年前
    3
  • pdf文档 Conan 1.22 Documentation

    auto field for url and/or revision and you have uncommitted changes in your repository a warning message will be printed: 40 Chapter 5. Creating Packages Conan Documentation, Release 1.22.3 $ conan export upload' command will prevent uploading recipes with 'auto' values in these␣ ˓→fields. As the warning message explains, the auto fields won’t be replaced unless you specify --ignore-dirty, and by default, the libs = ["hello"] Typically, pre-compiled binaries come for different configurations, so the only task that the build() method has to implement is to map the settings to the different URLs. 42 Chapter
    0 码力 | 629 页 | 4.98 MB | 1 年前
    3
共 182 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 19
前往
页
相关搜索词
MessageHandlingwithBooleanAlgebraBehaviorTreeCPPTaskPlanningforRobotsandVirtualAgentsRethinkingBasedConcurrencyParallelismLowLatencyC++TarographbasedAsynchronousProgrammingUsingCoroutineBuildingbridgesLeveragingROSsimulatorssensordataalgorithmsConan1.26Documentation1.251.231.241.22
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩