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

无数据

分类

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

语言

全部英语(173)中文(简体)(3)

格式

全部PDF文档 PDF(171)PPT文档 PPT(3)TXT文档 TXT(2)
 
本次搜索耗时 0.107 秒,为您找到相关结果约 176 个.
  • 全部
  • 后端开发
  • 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文档 Get off my thread: Techniques for moving k to background threads

    current thread? Many environments have a dedicated thread for processing events: GUIs Client-Server applications Performing extensive processing on the event thread prevents other events from being handled point, that one thread will complete its task. ⇒ for those cases, you need Lock-free allocators, message queues, etc.How do we move work off the current thread?How do we move work off the current thread thread is created 2 The event handler receives an event 3 The event handler reposts the event as a message to the dedicated threadDedicated threads A dedicated thread can be a reasonable idea. 1 The dedicated
    0 码力 | 90 页 | 6.97 MB | 5 月前
    3
  • pdf文档 Boosting Software Efficiency

    5 MB each, at the same time. The second one always failed. 88 Prepare& Send Message A Prepare& Send Message BImagine this issue on your system. How would you solve it? 89SOLVE ⊡ Changed Rewrote the message preparation function using C++ instead of Qt. ⊡ Used a static array instead of dynamic allocation. 90SOLVE 91 Prepare& Send Message A Prepare& Send Message B Prepare& Prepare& Send Message A Prepare& Send Message BSOLVE ⊡ Asynchronous to synchronous 92 5MB+5MB 5MB93 So, I am not crashing anymore. Can I stop here?SOLVE 94 7500 meters and not just 5000
    0 码力 | 180 页 | 1.65 MB | 5 月前
    3
  • pdf文档 Building bridges: Leveraging C++ and ROS for simulators, sensor data and algorithms

    ROS & simulators 7 ROS driver node ROS based visualization tool ROS based data processing publishes: /sensor topic reads: raw sensor's data subscribes: /sensor topic subscribes: /sensor 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文档 Using Modern C++ to Build XOffsetDatastructure

    counts. // The division into areas and lines allows for more granular control over game data and processing, but it also increases the need for efficient data transfer between these divisions. // As players • Despite their differences, these approaches share a common characteristic: they all require processing data field by field. • This common feature leads us to a key concept that summarizes all these Performance4.4 Message Size • The message size comparison is shown in the table below. The difference between the compressed message sizes is not significant. • The compressed message size is crucial
    0 码力 | 111 页 | 3.03 MB | 5 月前
    3
  • pdf文档 Continuous Regression Testing for Safer and Faster Refactoring

    Results { entries:[Result]; } table Message { metadata:Metadata; results:Results; metrics:Metrics; } table MessageBuffer { buf:[uint8] (nested_flatbuffer: "Message"); } table Messages { messages:[MessageBuffer]; root_type Messages;52 Aurora Innovation Data ingestion w/ async processing53 Aurora Innovation Data ingestion w/ on-demand processing54 Aurora Innovation Data Retention Local Filesystem Backup Con�gurable bler.c 10 3.2% 980Ki 1.1% 75.3Ki third_party/protobuf/src/google/protobuf/generated_message_reflection.cc 11 3.2% 965Ki 0.6% 40.7Ki third_party/protobuf/src/google/protobuf/descriptor_database
    0 码力 | 85 页 | 11.66 MB | 5 月前
    3
  • pdf文档 Conan 2.0 Documentation

    added a message to the CMakeLists.txt to output the CMake version: Listing 7: CMakeLists.txt cmake_minimum_required(VERSION 3.15) project(compressor C) find_package(ZLIB REQUIRED) message("Building ID does not exist in the local cache and remotes, Conan will fail with a “missing binary” error message, or will try to build that package from sources (this depends on the value of the --build argument) added a new function called compose_message() to the library sources so we can add some unit tests over this function. This function is just creating an output message based on the arguments passed. • As
    0 码力 | 652 页 | 4.00 MB | 1 年前
    3
  • pdf文档 Conan 2.1 Documentation

    to the profile you are using. Please check the profile doc for more information. We also added a message to the CMakeLists.txt to output the CMake version: Listing 7: CMakeLists.txt cmake_minimum_required(VERSION Conan Documentation, Release 2.1.0 (continued from previous page) find_package(ZLIB REQUIRED) message("Building with CMake version: ${CMAKE_VERSION}") add_executable(${PROJECT_NAME} src/main.c) tar ID does not exist in the local cache and remotes, Conan will fail with a “missing binary” error message, or will try to build that package from sources (this depends on the value of the --build argument)
    0 码力 | 694 页 | 4.13 MB | 1 年前
    3
  • pdf文档 Conan 2.7 Documentation

    to the profile you are using. Please check the profile doc for more information. We also added a message to the CMakeLists.txt to output the CMake version: 24 Chapter 4. Tutorial Conan Documentation, CMakeLists.txt cmake_minimum_required(VERSION 3.15) project(compressor C) find_package(ZLIB REQUIRED) message("Building with CMake version: ${CMAKE_VERSION}") add_executable(${PROJECT_NAME} src/main.c) tar ID does not exist in the local cache and remotes, Conan will fail with a “missing binary” error message, or will try to build that package from sources (this depends on the value of the --build argument)
    0 码力 | 779 页 | 4.93 MB | 10 月前
    3
  • pdf文档 Conan 2.8 Documentation

    to the profile you are using. Please check the profile doc for more information. We also added a message to the CMakeLists.txt to output the CMake version: 24 Chapter 4. Tutorial Conan Documentation, CMakeLists.txt cmake_minimum_required(VERSION 3.15) project(compressor C) find_package(ZLIB REQUIRED) message("Building with CMake version: ${CMAKE_VERSION}") add_executable(${PROJECT_NAME} src/main.c) tar ID does not exist in the local cache and remotes, Conan will fail with a “missing binary” error message, or will try to build that package from sources (this depends on the value of the --build argument)
    0 码力 | 785 页 | 4.95 MB | 10 月前
    3
共 176 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 18
前往
页
相关搜索词
MessageHandlingwithBooleanAlgebraGetoffmythreadTechniquesformovingtobackgroundthreadsBoostingSoftwareEfficiencyBuildingbridgesLeveragingC++andROSsimulatorssensordataalgorithmsUsingModernBuildXOffsetDatastructureContinuousRegressionTestingSaferFasterRefactoringConan2.0Documentation2.12.72.8
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩