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

无数据

分类

全部后端开发(104)Python(45)C++(39)Julia(18)Conda(16)云计算&大数据(11)VirtualBox(11)数据库(8)TiDB(8)Django(7)

语言

全部英语(112)中文(繁体)(10)中文(简体)(4)韩语(1)英语(1)

格式

全部PDF文档 PDF(122)其他文档 其他(5)PPT文档 PPT(1)
 
本次搜索耗时 0.201 秒,为您找到相关结果约 128 个.
  • 全部
  • 后端开发
  • Python
  • C++
  • Julia
  • Conda
  • 云计算&大数据
  • VirtualBox
  • 数据库
  • TiDB
  • Django
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 韩语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Rethinking Task Based Concurrency and Parallelism for Low Latency C++

    An array of Work Contracts (each with their own logic and, if needed, data, queue, etc) ○ A Signal Tree (which has as many leaf nodes as there are work contracts in the group) ● Threads are brought Logic(Data) Execute Logic(Data) Thread Thread Pool Thread ThreadThread Thread Thread Back Front The Signal Tree: ● Lock Free with most operations also wait free ○ Allows MT traversal without locks and therefore An array of Work Contracts (each with their own logic and, if needed, data, queue, etc) ○ A Signal Tree (which has as many leaf nodes as there are work contracts in the group) ● Threads are brought
    0 码力 | 142 页 | 2.80 MB | 6 月前
    3
  • pdf文档 Sender Patterns to Wrangle Concurrency in Embedded Devices

    template 7 constexpr auto signal(auto ...) -> void { 8 handled = true; 9 } 10 }; 11 12 } 13 template <> 14 template 7 constexpr auto signal(auto ...) -> void { 8 handled = true; 9 } 10 }; 11 12 } 13 template <> 14 template constexpr auto signal(auto ...) -> void { handled = true; } }; } 1 2 template
    0 码力 | 106 页 | 26.36 MB | 6 月前
    3
  • pdf文档 Quickly Testing Qt Desktop Applications With Approval Tests

    Basic steps: – Arrange – Act – Assert33 Arrange: Set up Widget TEST_CASE("GoToLineTool emits signal when Go button clicked") { // -------------------------------------------------------- // Arrange &GoToLineTool::activated) Qt Signal = “special method for announcing changes” Qt Slot = “special method for responding to changes”36 Arrange: Listen to activate() signal // Enable tracking of one signal // New-style &GoToLineTool::activated); REQUIRE(activatedSpy.isValid()); // Qt4-style code //QSignalSpy activatedSpy(&widget, SIGNAL(activated(int))); //REQUIRE(activatedSpy.isValid());37 Act: Generate user events 1 7 // -----
    0 码力 | 77 页 | 6.96 MB | 6 月前
    3
  • pdf文档 Godot Game Development for Beginners

    we can see all the signals that the node can emit. We want to double click on the body_entered signal. Press enter and it should create a new function in the Enemy script. This book is brought select the Area2D node, in the Inspector go to the Node tab and double-click on the body_entered signal to attach it to the script. Back in the script, we can fill in the function to check if and over in the inspector, click on the Node tab to see all of the signals that the node emits. A signal is like an event which can call a function when something happens. In our case, we want to connect
    0 码力 | 199 页 | 12.53 MB | 10 月前
    3
  • pdf文档 Python 标准库参考指南 2.7.18

    —套接字对象的 TLS/SSL 封装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 703 17.4 signal —设置异步事件处理程序 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 727 17.5 popen2 将被引发。关联的值是一个指明究竟发生了什么问题的 字符串。 exception StopIteration Raised by an iterator’s next() method to signal that there are no further values. This is derived from Exception rather than StandardError, since a > b ==> Decimal('1') 228 Chapter 9. 数字和数学模块 The Python Library Reference, 发布 2.7.18 compare_signal(other[, context]) 除了所有 NaN 信号之外,此操作与compare() 方法相同。也就是说,如果两个操作数都不是信 令 NaN,那么任何静默的 NaN 操作数都被视为信令
    0 码力 | 1552 页 | 7.42 MB | 9 月前
    3
  • pdf文档 Python 标准库参考指南 2.7.18

    —套接字对象的 TLS/SSL 封装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 703 17.4 signal —设置异步事件处理程序 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 727 17.5 popen2 将被引发。关联的值是一个指明究竟发生了什么问题的 字符串。 exception StopIteration Raised by an iterator’s next() method to signal that there are no further values. This is derived from Exception rather than StandardError, since a > b ==> Decimal('1') 228 Chapter 9. 数字和数学模块 The Python Library Reference, 发布 2.7.18 compare_signal(other[, context]) 除了所有 NaN 信号之外,此操作与compare() 方法相同。也就是说,如果两个操作数都不是信 令 NaN,那么任何静默的 NaN 操作数都被视为信令
    0 码力 | 1552 页 | 7.42 MB | 9 月前
    3
  • pdf文档 Python 标准库参考指南 2.7.18

    —套接字对象的 TLS/SSL 封装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 703 17.4 signal —设置异步事件处理程序 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 727 17.5 popen2 将被引发。关联的值是一个指明究竟发生了什么问题的 字符串。 exception StopIteration Raised by an iterator’s next() method to signal that there are no further values. This is derived from Exception rather than StandardError, since a > b ==> Decimal('1') 228 Chapter 9. 数字和数学模块 The Python Library Reference, 发布 2.7.18 compare_signal(other[, context]) 除了所有 NaN 信号之外,此操作与compare() 方法相同。也就是说,如果两个操作数都不是信 令 NaN,那么任何静默的 NaN 操作数都被视为信令
    0 码力 | 1552 页 | 7.42 MB | 9 月前
    3
  • pdf文档 Tornado 6.5 Documentation

    %s URLs." % (time.time() - start, len(fetched))) print("Unable to fetch %s URLs." % len(dead)) # Signal all the workers to exit. for _ in range(concurrency): await q.put(None) await workers if __name__ next I/O loop iteration. It is safe to call this method from any thread at any time, except from a signal handler. Note that this is the only method in IOLoop that makes this thread-safety guarantee; all add_callback_from_signal(callback: Callable, *args: Any, **kwargs: Any) → None Calls the given callback on the next I/O loop iteration. Intended to be afe for use from a Python signal handler; should not
    0 码力 | 272 页 | 1.12 MB | 3 月前
    3
  • pdf文档 Powered by AI: A Cambrian Explosion for C++ Software Development Tools

    /test/test-failed-assert.cpp:9: float fact(float): Assertion `x != 0.0' failed. Program received signal SIGABRT, Aborted. __pthread_kill_implementation (threadid=281474842450080, signo=signo@entry=6 /test/test-failed-assert.cpp:9: float fact(float): Assertion `x != 0.0' failed. Program received signal SIGABRT, Aborted. __pthread_kill_implementation (threadid=281474842450080, signo=signo@entry=6 /test/test-failed-assert.cpp:9: float fact(float): Assertion `x != 0.0' failed. Program received signal SIGABRT, Aborted. __pthread_kill_implementation (threadid=281474842450080, signo=signo@entry=6
    0 码力 | 128 页 | 23.40 MB | 6 月前
    3
  • epub文档 Tornado 6.5 Documentation

    (time.time() - start, len(fetched))) print("Unable to fetch %s URLs." % len(dead)) # Signal all the workers to exit. for _ in range(concurrency): await q.put(None) await workers update_handler() IOLoop.remove_handler() Callbacks and timeouts IOLoop.add_callback() IOLoop.add_callback_from_signal() IOLoop.add_future() IOLoop.add_timeout() IOLoop.call_at() IOLoop.call_later() IOLoop.remove_timeout() next I/O loop iteration. It is safe to call this method from any thread at any time, except from a signal handler. Note that this is the only method in IOLoop that makes this thread-safety guarantee; all
    0 码力 | 437 页 | 405.14 KB | 3 月前
    3
共 128 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 13
前往
页
相关搜索词
RethinkingTaskBasedConcurrencyandParallelismforLowLatencyC++SenderPatternstoWrangleinEmbeddedDevicesQuicklyTestingQtDesktopApplicationsWithApprovalTestsGodotGameDevelopmentBeginnersPython标准参考指南2.718Tornado6.5DocumentationPoweredbyAICambrianExplosionSoftwareTools
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩