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

无数据

分类

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

语言

全部英语(187)中文(简体)(12)中文(繁体)(1)英语(1)

格式

全部PDF文档 PDF(190)PPT文档 PPT(8)TXT文档 TXT(3)
 
本次搜索耗时 0.102 秒,为您找到相关结果约 201 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Cache-Friendly Design in Robot Path Planning

    systems 4About Me Other interests: Game engines Meta-programming 5Robot path planning 6Robot path planning Path planning 7Path planning How an (autonomous) agent figures out how to get from one location 28High level goals of this talk Implement cache-friendly path planning code in C++ 29High level goals of this talk Implement cache-friendly path planning code in C++ Do so using the STL 30High level talk Implement cache-friendly path planning code in C++ Do so using the STL Try to keep our choices simple 31High level goals of this talk Implement cache-friendly path planning code in C++ Do so using
    0 码力 | 216 页 | 10.68 MB | 5 月前
    3
  • ppt文档 Finding Bugs using Path-Sensitive Static Analysis

    Finding Bugs using Path-Sensitive Static Analysis Gábor Horváth Gabor.Horvath@microsoft.com @XazaxHunWelcome to CppCon 2021! Join #visual_studio channel on CppCon Discord https://aka.ms/cppcon/discord the latest announcements Take our survey https://aka.ms/cppconAgenda • Intro to path-sensitive static analysis • Path-sensitive checks in MSVC • A look under the hood • Upcoming features • Lessons taking branch 3 • All warnings on infeasible paths are noise • Need info on the whole state! void path_sensitive(int *p, bool cond) { int var = 0; // branch 1 if (p != nullptr) { var =
    0 码力 | 35 页 | 14.13 MB | 5 月前
    3
  • pdf文档 Leveraging a Functional Approach for More Testable and Maintainable ROS 2 Code

    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, given an occupancy map Clip from https://www PathGenerator( rclcpp::NodeOptions const& options = rclcpp::NodeOptions{}) : Node("path_generator", options); private: void set_map_service( const std::shared_ptr equest> request, std::shared_ptr response); void generate_path_service( const std::shared_ptr request, std::shared_ptr
    0 码力 | 200 页 | 1.77 MB | 5 月前
    3
  • pdf文档 LLVM's Realtime Safety Revolution: Tools for Modern Mission Critical Systems

    Performance constraints 5. Comparing and contrastingPerformance constraint compilation flags -Wfunction-effects -Wperf-constraint-implies-noexceptPerformance constraint function attributes [[clang::nonallocating]] [-Wfunction-effects] 16 | float* v = new float[100]; 1. Add [[clang::nonallocating]] to a function. 2. Compile with warning flags [[clang::nonallocating]] -Wfunction-effects -Wperf-con 'std::mutex::lock' [-Wfunction-effects] 5 | m.lock(); [[clang::nonblocking]] 1. Add [[clang::nonblocking]] to a function. 2. Compile with warning flags -Wfunction-effects -Wperf-constraint-implie
    0 码力 | 153 页 | 1.38 MB | 5 月前
    3
  • pdf文档 Design and Implementation of Highly Scalable Quantifiable Data Structures in C++

    Structure is Quantifiably Correct Visibility Point ▶ Identify an instruction in which the entire effects of the method become visible ▶ Demonstrates: ▶ Atomicity ▶ Isolation Method Call Conservation call completes its operation on the successful code path ▶ A method call’s pending request is stored in the data structure on the unsuccessful code path ▶ A method call’s pending request is fulfilled by the result? (not binary) Problem Existing metrics are not capable of measuring the performance effects of a correctness condition because they neglect the delays in method calls. Design and Implementation
    0 码力 | 51 页 | 4.08 MB | 5 月前
    3
  • pdf文档 Compile-Time Validation

    Encapsulates computations with context, allowing for the chaining of operations while managing side effects or state through a standardized interface.Composition - Return Values Compose two functions (f1 https://godbolt.org/z/xn7vb3EbvMultiple Control Flows Validate each control flow path separately template struct control_flow_path { int action_index; std::vector actions; };Find Control control flow paths in a function while (path.action_index != actions.size()) { auto action = actions[path.action_index]; if (is_branch(action)) { auto other = path; other.next_index = skip_branch(actions
    0 码力 | 137 页 | 1.70 MB | 5 月前
    3
  • pdf文档 Conan 1.36 Documentation

    complete list of dedicated Conan courses, see the Conan series page here: • https://academy.jfrog.com/path/conan Finally, here is a brief video introducing the series: 7 Conan Documentation, Release 1.36 restart (shell restart, or logout/system if not enough) after installation, so Conan is found in the path. • In Windows, Python 3 installation can fail installing the wrapt dependency because of a bug in usually a new directory is created for it. However, the directory is not appended automatically to the PATH and the conan commands do not work. This can usually be solved restarting the session of the terminal
    0 码力 | 765 页 | 5.71 MB | 1 年前
    3
  • pdf文档 Conan 1.35 Documentation

    complete list of dedicated Conan courses, see the Conan series page here: • https://academy.jfrog.com/path/conan Finally, here is a brief video introducing the series: 7 Conan Documentation, Release 1.35 restart (shell restart, or logout/system if not enough) after installation, so Conan is found in the path. • In Windows, Python 3 installation can fail installing the wrapt dependency because of a bug in usually a new directory is created for it. However, the directory is not appended automatically to the PATH and the conan commands do not work. This can usually be solved restarting the session of the terminal
    0 码力 | 759 页 | 5.70 MB | 1 年前
    3
  • pdf文档 Conan 1.34 Documentation

    complete list of dedicated Conan courses, see the Conan series page here: • https://academy.jfrog.com/path/conan Finally, here is a brief video introducing the series: 7 Conan Documentation, Release 1.34 restart (shell restart, or logout/system if not enough) after installation, so Conan is found in the path. • In Windows, Python 3 installation can fail installing the wrapt dependency because of a bug in usually a new directory is created for it. However, the directory is not appended automatically to the PATH and the conan commands do not work. This can usually be solved restarting the session of the terminal
    0 码力 | 747 页 | 5.66 MB | 1 年前
    3
  • pdf文档 Conan 1.33 Documentation

    complete list of dedicated Conan courses, see the Conan series page here: • https://academy.jfrog.com/path/conan Finally, here is a brief video introducing the series: 7 Conan Documentation, Release 1.33 restart (shell restart, or logout/system if not enough) after installation, so Conan is found in the path. • In Windows, Python 3 installation can fail installing the wrapt dependency because of a bug in usually a new directory is created for it. However, the directory is not appended automatically to the PATH and the conan commands do not work. This can usually be solved restarting the session of the terminal
    0 码力 | 739 页 | 5.47 MB | 1 年前
    3
共 201 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 21
前往
页
相关搜索词
CacheFriendlyDesigninRobotPathPlanningFindingBugsusingSensitiveStaticAnalysisLeveragingFunctionalApproachforMoreTestableandMaintainableROSCodeLLVMRealtimeSafetyRevolutionToolsModernMissionCriticalSystemsImplementationofHighlyScalableQuantifiableDataStructuresC++CompileTimeValidationConan1.36Documentation1.351.341.33
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩