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

无数据

分类

全部后端开发(87)Python(67)Celery(37)Django(30)其它语言(10)C++(6)Julia(2)Node.js(1)Pascal(1)

语言

全部英语(87)

格式

全部PDF文档 PDF(43)其他文档 其他(41)PPT文档 PPT(3)
 
本次搜索耗时 0.171 秒,为您找到相关结果约 87 个.
  • 全部
  • 后端开发
  • Python
  • Celery
  • Django
  • 其它语言
  • C++
  • Julia
  • Node.js
  • Pascal
  • 全部
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • ppt文档 C++20's

    Process • Implementing in the Open • Organization of Work • Part II: Calendrical Types • Part III: Clocks • Part IV: Leap Seconds • What are leap seconds? • How did we implement them in MSVC? • Part Feature branch (feature/chrono) for rapid development and collaboration • Code Review Videos! • clocks, clock_cast, leap_seconds (https://youtu.be/WX3OmVu4lAs) • time_zone and time_zone_link (https://youtu clients of them! Plus, the types often end up boiling down to constants anyway!18 Part III: Clocks19 What is a clock? #include #include using namespace std::chrono; class MyClock
    0 码力 | 55 页 | 8.67 MB | 6 月前
    3
  • ppt文档 A Crash Course in Calendars, Dates, Time, and Time Zones

    Compile-Time Rational Numbers  Durations  Clocks  Time Points  Dates  Time Zones 4 Agenda  Compile-Time Rational Numbers  Durations  Clocks  Time Points  Dates  Time Zones5 = ratio<1'000'000'000'000'000'000, 1>;9 Agenda  Compile-Time Rational Numbers  Durations  Clocks  Time Points  Dates  Time Zones10 Durations  Interval between two points in time  Represented // 1.519 Agenda  Compile-Time Rational Numbers  Durations  Clocks  Time Points  Dates  Time Zones20 Clocks  Several clocks available in :  std::system_clock: wall clock time from
    0 码力 | 43 页 | 551.60 KB | 6 月前
    3
  • pdf文档 Node.js Client & Web Bridge Ready for ROS 2.0

    QoS policy ● Timer -- periodical notification/callback ● Time/Time Source -- different type of clocks ● Actionlib w/ RethinkRobotics* -- preemptable task management ● Message Gen (idl) -- dynamic
    0 码力 | 19 页 | 2.09 MB | 1 年前
    3
  • pdf文档 ethercat stack

    EtherCAT Video Michael Caisse Using C libraries in your Modern C++ Embedded Project Distributed Clocks Sync0 Sync0/Sync1 DC Jitter System jitter is significantly less than 1us. ciere
    0 码力 | 65 页 | 2.54 MB | 6 月前
    3
  • pdf文档 Compile-Time Compression and Resource Generation with C++20

    the processor starts Fixed locations in Flash memory, �lled with bit- mapped magic values Sets up clocks, memory segments, watchdog timer JTAG debug, code security, and much more 8 . 1/ Config Fuses
    0 码力 | 59 页 | 1.86 MB | 6 月前
    3
  • ppt文档 C++20: An (Almost) Complete Overview

    weeks w { 1 }; // 1 week days d { w }; // Convert 1 week into days62 Calendars & Timezones  New clocks (besides system_clock, steady_clock, high_resolution_clock):  utc_clock: represents Coordinated
    0 码力 | 85 页 | 512.18 KB | 6 月前
    3
  • epub文档 Celery v5.0.1 Documentation

    Tuple heap_multiplier = 4 itertasks(limit=None)[source] rebuild_taskheap(timetuple=clocks.timetuple'>)[source] task_count = 0 task_event(type_, fields)[source] Deprecated, use event() syncing state with neighbor workers. At startup, or upon consumer restart, this will: Sync logical clocks. Sync revoked tasks. compatible_transport(app)[source] compatible_transports = {'amqp', 'redis'} syncing state with neighbor workers. At startup, or upon consumer restart, this will: Sync logical clocks. Sync revoked tasks. compatible_transport(app)[source] compatible_transports = {'amqp', 'redis'}
    0 码力 | 2313 页 | 2.13 MB | 1 年前
    3
  • epub文档 Celery 3.0 Documentation

    anymore, and must make sure to remove it. Events are now ordered using logical time Keeping physical clocks in perfect sync is impossible, so using time-stamps to order events in a distributed system isn’t difference between the senders time and the internal time is greater than 15 seconds, suggesting that the clocks are out of sync. Monotonic clock support. A monotonic clock is now used for timeouts and scheduling heap_multiplier = 4 State.itertasks(limit=None)[source] State.rebuild_taskheap(timetuple=clocks.timetuple'>) [source] State.task_count = 0 State.task_event(type_, fields)[source] Deprecated
    0 码力 | 2110 页 | 2.23 MB | 1 年前
    3
  • epub文档 Celery v4.0.0 Documentation

    anymore, and must make sure to remove it. Events are now ordered using logical time Keeping physical clocks in perfect sync is impossible, so using time-stamps to order events in a distributed system isn’t difference between the senders time and the internal time is greater than 15 seconds, suggesting that the clocks are out of sync. Monotonic clock support. A monotonic clock is now used for timeouts and scheduling heap_multiplier = 4 State.itertasks(limit=None)[source] State.rebuild_taskheap(timetuple=clocks.timetuple'>) [source] State.task_count = 0 State.task_event(type_, fields)[source] Deprecated
    0 码力 | 2106 页 | 2.23 MB | 1 年前
    3
  • epub文档 Celery v5.0.2 Documentation

    Tuple heap_multiplier = 4 itertasks(limit=None)[source] rebuild_taskheap(timetuple=clocks.timetuple'>)[source] task_count = 0 task_event(type_, fields)[source] Deprecated, use event() syncing state with neighbor workers. At startup, or upon consumer restart, this will: Sync logical clocks. Sync revoked tasks. compatible_transport(app)[source] compatible_transports = {'amqp', 'redis'} syncing state with neighbor workers. At startup, or upon consumer restart, this will: Sync logical clocks. Sync revoked tasks. compatible_transport(app)[source] compatible_transports = {'amqp', 'redis'}
    0 码力 | 2313 页 | 2.14 MB | 1 年前
    3
共 87 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 9
前往
页
相关搜索词
C++20ChronoCrashCourseinCalendarsDatesTimeandZonesNodejsClientWebBridgeReadyforROS2.0ethercatstackCompileCompressionResourceGenerationwithAnAlmostCompleteOverviewCeleryv50.1Documentation3.0v40.00.2
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩