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

无数据

分类

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

语言

全部英语(174)中文(简体)(11)中文(繁体)(1)

格式

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

    The Absurdity of Error Handling: Finding a Purpose for Errors in Safety-Critical SYCL Erik Tomusk CppCon 2023 October 5, 2023© 2023 Codeplay Software Ltd. Codeplay Corporate Slide 2© 2023 Codeplay explicitly stated© 2023 Codeplay Software Ltd. Outline • Definition of Safety • Definition of Error Handling • Case Study • Why is this Important? • Is it Really so bad? • What does this mean for SYCL execution time (in mainstream compilers) 17Definition of Error Handling 18© 2023 Codeplay Software Ltd. Definition of Error Handling • Exceptions and error codes are sometimes used for reporting or
    0 码力 | 43 页 | 1.39 MB | 5 月前
    3
  • 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 ] SVG diagrams for resolution-independence 4What this talk is about The workings of a message-handling library. How messages and the fields in them are specified. Efficiently identifying (with matchers)
    0 码力 | 103 页 | 4.37 MB | 5 月前
    3
  • pdf文档 Modern C++ Error Handling

    Modern C++ Handling Phil Nash Error2018 2019series disappointments of a (total) Part 1int parse_int(std::string_view number)// TODO: +, -, digit separators? int acc = 0; for(char c versions Correct-by-construction Throwing violation-handler No noexcept PreconditionsModern C++ Handling Phil Nash Error
    0 码力 | 66 页 | 36.65 MB | 5 月前
    3
  • pdf文档 Design patterns for error handling in C++ programs using parallel algorithms and executors

    Design patterns for error handling in C++ programs using parallel algorithms and executors Mark Hoemmen* mhoemmen@stellarscience.com CppCon 2020 * hoʊ’mən, or hœm’mən; he/himWho am I? • > 10 years Started new job at Stellar Science in March Eschew raw pointersOutline • Parallelism makes error handling harder… • …C++ parallel algorithms and tasks specifically • Message Passing Interface (MPI): 3 decades Jurvetson)Parallel hinders error handling • … because parallelism relaxes execution order – Deliberately, to improve performance • Errors interrupt execution; handling constrains order • Errors could
    0 码力 | 32 页 | 883.27 KB | 5 月前
    3
  • pdf文档 Leveraging a Functional Approach for More Testable and Maintainable ROS 2 Code

    The robot knows its location in the occupancy map at all times ● Solution: The robot will send a request to a ROS 2 service that generates a path from the robot’s current location and goal location, ::SetMap::Request> request, std::shared_ptr response); void generate_path_service( const std::shared_ptrRequest> request, std::sha ::SetMap::Request> request, std::shared_ptr response); void generate_path_service( const std::shared_ptrRequest> request, std::sha
    0 码力 | 200 页 | 1.77 MB | 5 月前
    3
  • pdf文档 Exceptionally Bad: The Story on the Misuse of Exceptions and How to Do Better

    goals/ideals of exception handling • Look at the mechanics of throw/catch • Look at Exceptions in both their use and design as seen in real code • Better thinking on the handling of error use cases • Better reporting from error handling • Exceptions can’t be passively ignored * • Simpler way for handling constructor and operator errors • Modern and “recommended” way of error handling in the language • Endorsed apply(me); } catch (const MyStatus& s) { std::cout << "error : " << s << std::endl; } ... } } Error handling Happy Path (clean) Function signature changed } catch (...) { std::cout << "Unknown error
    0 码力 | 85 页 | 2.32 MB | 5 月前
    3
  • pdf文档 Exceptional C++

    interesting stuff happens. But there are also plenty of exciting things happening on the error handling flow, too. Although not universally loved/used, exceptions are a powerful mechanism of maneuvering crash. We’ll poke into these mechanisms and see how we can leverage them in our application error handling. Did I mention threads? Routing exceptions between threads… oh my!2021 Victor Ciura | @ciura_victor Exceptional C++ 6 Exceptional C++ But there are also plenty of exciting things happening on the error handling flow, too2021 Victor Ciura | @ciura_victor - Exceptional C++ 7 Exceptional C++ Although not
    0 码力 | 113 页 | 24.39 MB | 5 月前
    3
  • pdf文档 Get off my thread: Techniques for moving k to background threads

    the current thread? We don’t just need to move the work, we need to prevent blocking on our event-handling threads. void event_handler(){ auto handle=spawn_background_task(); handle.wait(); // no benefit resources The handling of the event is disconnected from the eventDedicated threads: downsides Downsides to dedicated threads: The thread is long-lived and consumes resources The handling of the event The handling of the event is disconnected from the eventThread pools: downsides Downsides to thread pools: The tasks are run in an arbitrary order as they are picked up by the pool The handling of the
    0 码力 | 90 页 | 6.97 MB | 5 月前
    3
  • pdf文档 Things Happening in SG14

    SG14 contributors will try to help bring these other papers to fruition • In the cases where the request can be served with existing facilities or that other approaches would serve the stated goals better SG14 contributors will try to help bring these other papers to fruition • In the cases where the request can be served with existing facilities or that other approaches would serve the stated goals better Compile-Time Computing • Memory Allocation and Deterministic Behavior • Attributes • Move Semantics • Handling Disappointment • Pattern Matching • Tooling and Ease-of-Coding • Networking • Parallel and Concurrent
    0 码力 | 148 页 | 1009.97 KB | 5 月前
    3
  • pdf文档 Building Effective Embedded Systems: Architectural Best Practices

    Application Layer Drivers handling LayerProcesses & Logics Separate the logic layer from the hardware layer Application Layer Drivers handling LayerProcesses & Logics Hardware Handling Separate the logic logic layer from the hardware layer Application Layer Drivers handling LayerHow are we going to test it?Probably, we’re not…Logic GetNextTrafficLightLogic SetTrafficLightLogic Hardware SetTrafficLightA Embedded Unit B SPI I2C UART CAN bus EtherentSend status request Status message Box A Box BSend logs request Send status request Box A Box B Log messages Status messageDepending on your low
    0 码力 | 241 页 | 2.28 MB | 5 月前
    3
共 186 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 19
前往
页
相关搜索词
TheAbsurdityofErrorHandlingMessagewithBooleanAlgebraModernC++DesignpatternsforerrorhandlinginprogramsusingparallelalgorithmsandexecutorsLeveragingFunctionalApproachMoreTestableMaintainableROSCodeExceptionallyBadStoryontheMisuseExceptionsHowtoDoBetterExceptionalGetoffmythreadTechniquesmovingbackgroundthreadsThingsHappeningSG14BuildingEffectiveEmbeddedSystemsArchitecturalBestPractices
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩