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

无数据

分类

全部后端开发(1322)Python(402)Java(356)Spring(298)C++(129)UML(94)Django(88)Julia(87)PHP(74)Conan(74)

语言

全部英语(1123)中文(简体)(114)西班牙语(13)法语(13)德语(12)韩语(12)日语(11)俄语(11)中文(繁体)(11)

格式

全部PDF文档 PDF(951)其他文档 其他(313)TXT文档 TXT(48)PPT文档 PPT(10)
 
本次搜索耗时 0.144 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Python
  • Java
  • Spring
  • C++
  • UML
  • Django
  • Julia
  • PHP
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 西班牙语
  • 法语
  • 德语
  • 韩语
  • 日语
  • 俄语
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Designing an ultra low-overhead multithreading runtime for Nim

    forms of multithreading Hardware vs Software multithreading Data parallelism, Task parallelism, Dataflow parallelism 2 13 Hardware-level multithreading ILP - Instruction-level Parallelism 1 CPU, IO-tasks futures) - Synchronization - Scheduling overhead - Thread-safe memory management 16 Dataflow parallelism - Alternative names - Pipeline parallelism - Graph parallelism - Stream parallelism keywords to expose different requirements Synchronization: - Channels / Shared memory for data - Dataflow parallelism for dependency - Or Barriers with “async/finish” model of Habanero Java - OpenMP barriers
    0 码力 | 37 页 | 556.64 KB | 1 年前
    3
  • pdf文档 The Next G of PHP--鸟哥@PHPCON2017

    Boosted · Released Two Years Ago THE FASTEST PHP PHP7.1 · Static Single Assignment IR(SSA) DATAFLOW ANALYSIS function calc($a, $b) { $a = $a * 2 % 1000; $b = $b * 3 % 1000; return //$b6: [LONG] $T7 = $a4 + $b6; //ZEND_ADD_LONG return $T7; } PHP7.2 · Hybrid Vm Engine (Default Vm) · Hybrid With Call+Goto · Based On GCC Computed Goto[1] · Less Instruction And
    0 码力 | 25 页 | 297.68 KB | 1 年前
    3
  • pdf文档 Go语言 - 一些简单的读书分享

    上游发出来的订单状态机顺序因为⽹络问题会发⽣乱序,影 响我的计算流程 • 上游的业务团队会调整发出来的业务消息,经常导致下游发 ⽣故障 Deprecation 章节 Dependa bot Dataflow Event time Window Watermark Schema Registry Data Valuation for machine learning 还有这篇 paper
    0 码力 | 16 页 | 9.09 MB | 1 年前
    3
  • ppt文档 Finding Bugs using Path-Sensitive Static Analysis

    SolverPerformance Precision ESP: Path-Sensitive Program Verification in Polynomial Time Path-Sensitive Dataflow Analysis with Iterative RefinementMSVC has both Path-sensitive • Use after move • Concurrency checks
    0 码力 | 35 页 | 14.13 MB | 6 月前
    3
  • pdf文档 BehaviorTree.CPP: Task Planning for Robots and Virtual Agents

    Dataflow between Nodes ● We need to share data between Nodes. ● We want to make this explicit and expose
    0 码力 | 59 页 | 7.97 MB | 6 月前
    3
  • pdf文档 C++ Memory Model: from C++11 to C++23

    com/in/alexdathskovsky From F. Yazdanpanah, C. Alvarez-Martinez, D. Jimenez-Gonzalez and Y. Etsion, "Hybrid Dataflow/von-Neumann Architectures," in IEEE Transactions on Parallel and Distributed Systems OOO ExecutionAlex
    0 码力 | 112 页 | 5.17 MB | 6 月前
    3
  • ppt文档 C++高性能并行编程与优化 - 课件 - Zeno 中的现代 C++ 最佳实践

    节点输入若干个对象,并输出若干个对象。 Zeno 节点系统 • 节点的输出可以连线到另一个节点的输入上,相当于函数的调用和返回。 • 众多节点的组合,可以形成更强大的功能,这就是 Zeno 的 dataflow-programming 。 节点在 UI 中的表现 节点在 UI 中的表现 节点在 UI 中的表现 节点在 UI 中的表现 main 函数第一个执行? • 众所周知, main 函数是
    0 码力 | 54 页 | 3.94 MB | 1 年前
    3
  • pdf文档 Julia 1.12.0 DEV Documentation

    missing]) missing Chapter 22 Networking and Streams Julia provides a rich interface to deal with streaming I/O objects such as terminals, pipes and TCP sock- ets. These objects allow data to be sent and String) to the contents as a string: julia> read("hello.txt", String) "Hello, World!" Advanced: streaming files The read and write methods above allow you to read and write file contents. Like many other synchronous writes Why do concurrent writes to the same stream result in inter-mixed output? While the streaming I/O API is synchronous, the underlying implementation is fully asynchronous. Consider the printed
    0 码力 | 2009 页 | 6.72 MB | 1 年前
    3
  • pdf文档 Julia 1.11.0 DEV Documentation

    missing]) missing Chapter 22 Networking and Streams Julia provides a rich interface to deal with streaming I/O objects such as terminals, pipes and TCP sock- ets. These objects allow data to be sent and String) to the contents as a string: julia> read("hello.txt", String) "Hello, World!" Advanced: streaming files The read and write methods above allow you to read and write file contents. Like many other synchronous writes Why do concurrent writes to the same stream result in inter-mixed output? While the streaming I/O API is synchronous, the underlying implementation is fully asynchronous. Consider the printed
    0 码力 | 2007 页 | 6.71 MB | 1 年前
    3
  • pdf文档 Julia 1.11.0 beta1 Documentation

    missing]) missing Chapter 22 Networking and Streams Julia provides a rich interface to deal with streaming I/O objects such as terminals, pipes and TCP sock- ets. These objects allow data to be sent and String) to the contents as a string: julia> read("hello.txt", String) "Hello, World!" Advanced: streaming files The read and write methods above allow you to read and write file contents. Like many other synchronous writes Why do concurrent writes to the same stream result in inter-mixed output? While the streaming I/O API is synchronous, the underlying implementation is fully asynchronous. Consider the printed
    0 码力 | 1997 页 | 6.68 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
DesigninganultralowoverheadmultithreadingruntimeforNimTheNextofPHP鸟哥PHPCON2017goReading01FindingBugsusingPathSensitiveStaticAnalysisBehaviorTreeCPPTaskPlanningRobotsandVirtualAgentsC++MemoryModelfrom11to23高性性能高性能并行编程优化课件Julia1.12DEVDocumentation1.11beta1
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩