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

无数据

分类

全部后端开发(62)C++(43)系统运维(11)云计算&大数据(11)VirtualBox(11)Julia(10)Python(8)Django(6)网络与安全(6)存储(5)

语言

全部英语(71)中文(繁体)(10)中文(简体)(6)英语(2)JavaScript(1)日语(1)

格式

全部PDF文档 PDF(81)其他文档 其他(5)DOC文档 DOC(3)PPT文档 PPT(2)
 
本次搜索耗时 0.245 秒,为您找到相关结果约 91 个.
  • 全部
  • 后端开发
  • C++
  • 系统运维
  • 云计算&大数据
  • VirtualBox
  • Julia
  • Python
  • Django
  • 网络与安全
  • 存储
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 英语
  • JavaScript
  • 日语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • 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
    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文档 How Meta Made Debugging Async Code Easier with Coroutines and Senders

    unifex::static_thread_pool pool; io_uring_context ctx; unifex::task task = async_main({argv + 1, argc - 1}, pool, ctx); unifex::sync_wait(std::move(task)); return 0; }int main(int argc, char** argv) { unifex::static_thread_pool pool; io_uring_context ctx; unifex::task task = async_main({argv + 1, argc - 1}, pool, ctx); unifex::sync_wait(std::move(task)); return 0; }int main(int argc, char** argv) { unifex::static_thread_pool pool; io_uring_context ctx; unifex::task task = async_main({argv + 1, argc - 1}, pool, ctx); unifex::sync_wait(std::move(task)); return 0; }int main(int argc, char** argv) {
    0 码力 | 131 页 | 907.41 KB | 5 月前
    3
  • pdf文档 Coroutines and Structured Concurrency in Practice

    careA typical async framework class Task { ... } represents a unit of background work Task::join() explicit call to suspend the current task until another task completes, and returns its result propagates uncaught exceptions Task::detach() allows the task to run alongside the rest of the programDetached tasks considered harmful // don’t do this void bad(tcp::socket& s) { std::array asio::use_awaitable); }, asio::detached); } No way to figure out task lifetime => no automatic object lifetime managementDetached tasks considered harmful // don’t do
    0 码力 | 103 页 | 1.98 MB | 5 月前
    3
  • pdf文档 Building a Coroutine-Based Job System Without Standard Library

    understanding the general behavior only. template struct task; task sum(int a, int b) { int result = a + b; co_return result; } task sum4(int a, int b, int c, int d) { int ab = co_await initial_suspend_awaitable_t initial_suspend_awaitable; final_suspend_awaitable_t final_suspend_awaitable; }; }; task sum(int a, int b) { auto frame = make_unique<__sum_frame>(a, b); decltype(auto) returnObject release())); return returnObject; } template struct task; task sum(int a, int b) { int result = a + b; co_return result; } task sum4(int a, int b, int c, int d) { int ab = co_await
    0 码力 | 120 页 | 2.20 MB | 5 月前
    3
  • pdf文档 Julia 1.12.0 Beta3

    . . . . . . . . . . . 311 23 Parallel Computing 313 24 Asynchronous Programming 314 24.1 Basic Task operations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 314 24.2 Communicating Communicating with Channels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 315 24.3 More task operations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 319 24.4 Tasks and events Caveats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 330 25.8 Task Migration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 330 25.9 Safe
    0 码力 | 2057 页 | 7.44 MB | 3 月前
    3
  • pdf文档 Julia 1.12.0 RC1

    . . . . . . . . . . . 311 23 Parallel Computing 313 24 Asynchronous Programming 314 24.1 Basic Task operations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 314 24.2 Communicating Communicating with Channels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 315 24.3 More task operations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 319 24.4 Tasks and events Caveats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 330 25.8 Task Migration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 330 25.9 Safe
    0 码力 | 2057 页 | 7.44 MB | 3 月前
    3
  • pdf文档 Julia 1.12.0 Beta4

    . . . . . . . . . . . 311 23 Parallel Computing 313 24 Asynchronous Programming 314 24.1 Basic Task operations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 314 24.2 Communicating Communicating with Channels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 315 24.3 More task operations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 319 24.4 Tasks and events Caveats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 330 25.8 Task Migration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 330 25.9 Safe
    0 码力 | 2057 页 | 7.44 MB | 3 月前
    3
  • pdf文档 julia 1.13.0 DEV

    . . . . . . . . . . . 311 23 Parallel Computing 313 24 Asynchronous Programming 314 24.1 Basic Task operations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 314 24.2 Communicating Communicating with Channels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 315 24.3 More task operations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 319CONTENTS v 24.4 Tasks Caveats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 330 25.8 Task Migration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 330 25.9 Safe
    0 码力 | 2058 页 | 7.45 MB | 3 月前
    3
共 91 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 10
前往
页
相关搜索词
BehaviorTreeCPPTaskPlanningforRobotsandVirtualAgentsRethinkingBasedConcurrencyParallelismLowLatencyC++TarographbasedAsynchronousProgrammingUsingCoroutineHowMetaMadeDebuggingAsyncCodeEasierwithCoroutinesSendersStructuredinPracticeBuildingJobSystemWithoutStandardLibraryJulia1.12Beta3RC1Beta4julia1.13DEV
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩