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

无数据

分类

全部后端开发(91)Python(36)C++(29)Julia(18)Conda(14)云计算&大数据(11)VirtualBox(11)数据库(9)TiDB(9)PHP(6)

语言

全部英语(100)中文(繁体)(10)中文(简体)(7)

格式

全部PDF文档 PDF(110)其他文档 其他(4)PPT文档 PPT(2)DOC文档 DOC(1)
 
本次搜索耗时 0.232 秒,为您找到相关结果约 117 个.
  • 全部
  • 后端开发
  • Python
  • C++
  • Julia
  • Conda
  • 云计算&大数据
  • VirtualBox
  • 数据库
  • TiDB
  • PHP
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Implementing Particle Filters with Ranges

    std::ranges::to>(); while (true) { co_yield particles[dist(gen)]; } } 1 2 3 4 5 6 7 8 9 10 11 12 13 18SAMPLE VIEW std::generator (C++23) std::ranges::to>(); while (true) { co_yield particles[dist(gen)]; } } 1 2 3 4 5 6 7 8 9 10 11 12 13 template >(); 8 9 while (true) { 10 co_yield particles[dist(gen)]; 11 } 12 } 13 18.1SAMPLE VIEW std::generator (C++23) template
    0 码力 | 83 页 | 4.70 MB | 6 月前
    3
  • pdf文档 Tornado 6.5 Documentation

    the IOLoop that use callbacks. Futures are usually transformed into their result with the await or yield keywords. Examples Here is a sample synchronous function: from tornado.httpclient import HTTPClient tornado import gen @gen.coroutine def async_fetch_gen(url): http_client = AsyncHTTPClient() response = yield http_client.fetch(url) raise gen.Return(response.body) Coroutines are a little magical, but what “native corou- tines”). For compatibility with older versions of Python, you can use “decorated” or “yield-based” coroutines using the tornado.gen.coroutine decorator. Native coroutines are the recommended
    0 码力 | 272 页 | 1.12 MB | 3 月前
    3
  • epub文档 Tornado 6.5 Documentation

    the IOLoop that use callbacks. Futures are usually transformed into their result with the await or yield keywords. Examples Here is a sample synchronous function: from tornado.httpclient import HTTPClient gen @gen.coroutine def async_fetch_gen(url): http_client = AsyncHTTPClient() response = yield http_client.fetch(url) raise gen.Return(response.body) Coroutines are a little magical, but “native coroutines”). For compatibility with older versions of Python, you can use “decorated” or “yield-based” coroutines using the tornado.gen.coroutine decorator. Native coroutines are the recommended
    0 码力 | 437 页 | 405.14 KB | 3 月前
    3
  • pdf文档 Dependency Injection in C++

    Processor(CalculateYield yield_calc) : YieldCalculator_(std::move(yield_calc)){}; // ... auto process(Data& data){ // ... auto yield = YieldCalculator_(data, ...); // ... return yield; } private : CalculateYield captureTEST(Processor, test_yield) { auto y_calculator = [] (const YieldData& ydata){ return ydata.data_*0.01;}; YieldProcessor processor(y_calculator); YieldData rdata{100}; auto yield = processor.process(rdata); process(rdata); EXPECT_EQ(yield.realised, 1); } 32 Bloomberg Dependency Injection via type erasure Injection Dependency Testing VerificationCall any function satisfying a function signature – via
    0 码力 | 106 页 | 1.76 MB | 6 月前
    3
  • pdf文档 Combining Co-Routines and Functions into a Job System

    and Functions into a Job System - CppCon 2021 19 / 39 Coroutine Call Examples auto ro = c() co_yield resume() co_return auto ro = c1() co_await c2() co_await + resume() continuation! co_return 0.0f; } Coro coroTest(int i) { co_await thread_index_t{ 0 }; co_yield 10; co_return 0; }Helmut Hlavacs – Combining Co-Routines and Functions into a Job System - CppCon co_await promise.final_suspend(); } Coro coroTest(int i) { co_await thread_index_t{ 0 }; co_yield 10; co_return i; } Return Object Coro using promise_type = Coro_promise; Coroutine returning
    0 码力 | 39 页 | 1.23 MB | 6 月前
    3
  • pdf文档 Modern C++ Iterators

    11 C++ Iterating with Generic Code Iterator API provided by all containers: – begin() and end() yield iterators • to iterator over elements with ++, !=, *, ... // print all elements: for (auto pos = 12 C++ Iterating with Generic Code Iterator API provided by all containers: – begin() and end() yield iterators • to iterator over elements with ++, !=, *, ... template void printElems(const pos Iterating with Generic Code Iterator API provided by all containers: – begin() and end() yield iterators • to iterator over elements with ++, !=, *, ... template void printElems(const
    0 码力 | 24 页 | 1.93 MB | 6 月前
    3
  • pdf文档 Python 标准库参考指南 3.6.15

    'Fall'), (4, 'Winter')] 等价于: def enumerate(sequence, start=0): n = start for elem in sequence: yield n, elem n += 1 eval(expression, globals=None, locals=None) 实参是一个字符串,以及可选的 globals 和 locals。globals 如果是代码对象,它将被直接执行。在任 何情况下,被执行的代码都需要和文件输入一样是有效的(见参考手册中关于文件输入的章节)。请注 意即使在传递给exec() 函数的代码的上下文中,return 和 yield 语句也不能在函数定义之外使用。 该函数返回值是 None 。 无论哪种情况,如果省略了可选参数,代码将在当前范围内执行。如果提供了 globals 参数,就必须是 字典类型,而且会被用作全局和本地变量。如果同时提供了 for it in iterators: elem = next(it, sentinel) if elem is sentinel: return result.append(elem) yield tuple(result) 函数会保证可迭代对象按从左至右的顺序被求值。使得可以通过 zip(*[iter(s)]*n) 这样的惯用 形式将一系列数据聚类为长度为 n 的分组。这将重复 同样的迭代器
    0 码力 | 1886 页 | 8.95 MB | 10 月前
    3
  • pdf文档 Python 标准库参考指南 3.6.15

    'Fall'), (4, 'Winter')] 等价于: def enumerate(sequence, start=0): n = start for elem in sequence: yield n, elem n += 1 eval(expression, globals=None, locals=None) 实参是一个字符串,以及可选的 globals 和 locals。globals 如果是代码对象,它将被直接执行。在任 何情况下,被执行的代码都需要和文件输入一样是有效的(见参考手册中关于文件输入的章节)。请注 意即使在传递给exec() 函数的代码的上下文中,return 和 yield 语句也不能在函数定义之外使用。 该函数返回值是 None 。 无论哪种情况,如果省略了可选参数,代码将在当前范围内执行。如果提供了 globals 参数,就必须是 字典类型,而且会被用作全局和本地变量。如果同时提供了 for it in iterators: elem = next(it, sentinel) if elem is sentinel: return result.append(elem) yield tuple(result) 函数会保证可迭代对象按从左至右的顺序被求值。使得可以通过 zip(*[iter(s)]*n) 这样的惯用 形式将一系列数据聚类为长度为 n 的分组。这将重复 同样的迭代器
    0 码力 | 1886 页 | 8.95 MB | 10 月前
    3
  • pdf文档 Conda 25.1.x Documentation

    391 conda, Release 25.1.2.dev1 (continued from previous page) 16 with tmp_env() as prefix: 17 yield prefix 18 19 20 def test_conda_create(env_one: Path, conda_cli: CondaCLIFixture): 21 # verify success! In the fixture named env_one, we create a new environment using the tmp_env fixture. We yield to mark the end of the setup. Since the tmp_env fixture extends tmp_path no additional teardown is command(arguments: list[str]): print("Conda subcommand!") @conda.plugins.hookimpl def conda_subcommands(): yield conda.plugins.CondaSubcommand( name="example", action=command, summary="Example of a conda subcommand"
    0 码力 | 822 页 | 5.20 MB | 8 月前
    3
  • pdf文档 Conda 24.11.x Documentation

    389 conda, Release 24.11.3.dev2 (continued from previous page) 16 with tmp_env() as prefix: 17 yield prefix 18 19 20 def test_conda_create(env_one: Path, conda_cli: CondaCLIFixture): 21 # verify success! In the fixture named env_one, we create a new environment using the tmp_env fixture. We yield to mark the end of the setup. Since the tmp_env fixture extends tmp_path no additional teardown is command(arguments: list[str]): print("Conda subcommand!") @conda.plugins.hookimpl def conda_subcommands(): yield conda.plugins.CondaSubcommand( name="example", action=command, summary="Example of a conda subcommand"
    0 码力 | 818 页 | 5.21 MB | 8 月前
    3
共 117 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 12
前往
页
相关搜索词
ImplementingParticleFilterswithRangesTornado6.5DocumentationDependencyInjectioninC++CombiningCoRoutinesandFunctionsintoJobSystemModernIteratorsPython标准参考指南3.615Conda25.124.11
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩