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

无数据

分类

全部后端开发(881)Python(290)Java(177)Spring(148)C++(96)UML(96)Julia(83)Conan(74)Jupyter(62)Scrapy(62)

语言

全部英语(757)中文(简体)(38)西班牙语(13)法语(13)德语(12)日语(12)韩语(12)俄语(12)中文(繁体)(10)英语(2)

格式

全部PDF文档 PDF(662)其他文档 其他(215)PPT文档 PPT(4)
 
本次搜索耗时 0.129 秒,为您找到相关结果约 881 个.
  • 全部
  • 后端开发
  • Python
  • Java
  • Spring
  • C++
  • UML
  • Julia
  • Conan
  • Jupyter
  • Scrapy
  • 全部
  • 英语
  • 中文(简体)
  • 西班牙语
  • 法语
  • 德语
  • 日语
  • 韩语
  • 俄语
  • 中文(繁体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Plug-in Based Software Architecture for Robotics

    plugin architecture. Required functionality ● Given start and end robot state, create a motion plan 11Core System contains the Interface class #pragma once #include #include ~IMotionPlanner() = default; virtual bool initialize() = 0; virtual std::vector plan (RobotState start, RobotState goal) = O; }; } This is an abstract class 12Core System contains ~IMotionPlanner() = default; virtual bool initialize() = 0; virtual std::vector plan (RobotState start, RobotState goal) = O; }; } The Robot State comprises of the joint names
    0 码力 | 75 页 | 2.40 MB | 6 月前
    3
  • pdf文档 Cooperative C++ Evolution

    metafunctions, … Simplification through generalization Compatibility for C++ Why • What kind • What plan3 green-field language invent new idioms/styles new modules new ecosystem/packagers compatibility metafunctions, … Simplification through generalization Compatibility for C++ Why • What kind • What plan10 Simplicity Efficiency Safety These are not always in tension Judicious abstraction  directly metafunctions, … Simplification through generalization Compatibility for C++ Why • What kind • What plan45 I do believe that there is real value in pursuing functional programming, but it would be irresponsible
    0 码力 | 85 页 | 5.73 MB | 6 月前
    3
  • pdf文档 Conda 25.1.x Documentation

    anaconda.org Fetching package metadata: .......... Solving package specifications: ......... Package plan for installation in environment /Users/username/anaconda/envs/cxfreeze_py34: The following packages conda.plan._get_best_prec_match as pending deprecation. Use conda.misc. _get_best_prec_match instead. (#12421) • Mark conda.plan._handle_menuinst as pending deprecation. (#12421) • Mark conda.plan._in deprecation. (#12421) • Mark conda.plan._plan_from_actions as pending deprecation. (#12421) • Mark conda.plan.add_defaults_to_specs as pending deprecation. (#12421) • Mark conda.plan.add_unlink as pending deprecation
    0 码力 | 822 页 | 5.20 MB | 8 月前
    3
  • pdf文档 Conda 24.11.x Documentation

    anaconda.org Fetching package metadata: .......... Solving package specifications: ......... Package plan for installation in environment /Users/username/anaconda/envs/cxfreeze_py34: The following packages conda.plan._get_best_prec_match as pending deprecation. Use conda.misc. _get_best_prec_match instead. (#12421) • Mark conda.plan._handle_menuinst as pending deprecation. (#12421) • Mark conda.plan._in deprecation. (#12421) • Mark conda.plan._plan_from_actions as pending deprecation. (#12421) • Mark conda.plan.add_defaults_to_specs as pending deprecation. (#12421) • Mark conda.plan.add_unlink as pending deprecation
    0 码力 | 818 页 | 5.21 MB | 8 月前
    3
  • pdf文档 Conda 24.9.x Documentation

    anaconda.org Fetching package metadata: .......... Solving package specifications: ......... Package plan for installation in environment /Users/username/anaconda/envs/cxfreeze_py34: The following packages conda.plan._get_best_prec_match as pending deprecation. Use conda.misc. _get_best_prec_match instead. (#12421) • Mark conda.plan._handle_menuinst as pending deprecation. (#12421) • Mark conda.plan._in deprecation. (#12421) • Mark conda.plan._plan_from_actions as pending deprecation. (#12421) • Mark conda.plan.add_defaults_to_specs as pending deprecation. (#12421) • Mark conda.plan.add_unlink as pending deprecation
    0 码力 | 799 页 | 5.26 MB | 8 月前
    3
  • pdf文档 Conda 24.7.x Documentation

    anaconda.org Fetching package metadata: .......... Solving package specifications: ......... Package plan for installation in environment /Users/username/anaconda/envs/cxfreeze_py34: The following packages conda.plan._get_best_prec_match as pending deprecation. Use conda.misc. _get_best_prec_match instead. (#12421) • Mark conda.plan._handle_menuinst as pending deprecation. (#12421) • Mark conda.plan._in deprecation. (#12421) • Mark conda.plan._plan_from_actions as pending deprecation. (#12421) • Mark conda.plan.add_defaults_to_specs as pending deprecation. (#12421) • Mark conda.plan.add_unlink as pending deprecation
    0 码力 | 808 页 | 4.97 MB | 8 月前
    3
  • pdf文档 Conda 24.5.x Documentation

    anaconda.org Fetching package metadata: .......... Solving package specifications: ......... Package plan for installation in environment /Users/username/anaconda/envs/cxfreeze_py34: The following packages conda.plan._get_best_prec_match as pending deprecation. Use conda.misc. _get_best_prec_match instead. (#12421) • Mark conda.plan._handle_menuinst as pending deprecation. (#12421) • Mark conda.plan._in deprecation. (#12421) • Mark conda.plan._plan_from_actions as pending deprecation. (#12421) • Mark conda.plan.add_defaults_to_specs as pending deprecation. (#12421) • Mark conda.plan.add_unlink as pending deprecation
    0 码力 | 794 页 | 5.01 MB | 8 月前
    3
  • pdf文档 Leveraging a Functional Approach for More Testable and Maintainable ROS 2 Code

    and Partial Applications ● Here is more code that shows closures and partial applications Path plan(Position const& start, Position const& goal, Map const& map) { /* Variable setup */ auto is_occupied goal){ return plan(start, goal, map); }; auto const plan = planner(Position{0, 0}, Position{2, 2}); /* More implementation code */ }Closures and Partial Applications Path plan(Position const& auto const planner = [map](auto const& start, auto const& goal){ return plan(start, goal, map); }; auto const plan = planner(Position{0, 0}, Position{2, 2}); /* More implementation code */ }
    0 码力 | 200 页 | 1.77 MB | 6 月前
    3
  • pdf文档 Don’t print, Go debug!

    How to print? How to print? plan plan 1 First steps plan 1 2 First steps Run to cursor plan 1 2 3 First steps Run to cursor Don’t debug. Print! plan 1 2 3 4 First steps Run to cursor Don’t debug. Print! Attach to process plan 1 2 3 4 5 First steps Run to cursor Don’t debug. Print! Attach to process Debug Goroutines plan Superpower! 1 2 3 4 5 6 First steps Debug Goroutines plan Superpower! 1 2 3 4 5 6 First steps Run to cursor Don’t debug. Print! Attach to process Debug Goroutines Debug! What’s instead? First steps! plan Superpower! 1
    0 码力 | 36 页 | 1.15 MB | 1 年前
    3
  • pdf文档 Conda 23.11.x Documentation

    anaconda.org Fetching package metadata: .......... Solving package specifications: ......... Package plan for installation in environment /Users/username/anaconda/envs/cxfreeze_py34: The following packages for enhanced response.json() exception handling. (#13346) • Apply callback=reset_context in conda.plan to resolve conda-build + conda-libmamba-solver in- compatibilities. (conda-libmamba-solver#393 and conda.github.io/conda-libmamba-solver. For more information about the conda-libmamba-solver rollout plan, please also see our blog post from earlier this year. Enhancements • Provide --platform and --subdir
    0 码力 | 781 页 | 4.79 MB | 8 月前
    3
共 881 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 89
前往
页
相关搜索词
PluginBasedSoftwareArchitectureforRoboticsCooperativeC++EvolutionConda25.1Documentation24.1124.924.724.5LeveragingFunctionalApproachMoreTestableandMaintainableROSCodeDonprintGodebug23.11
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩