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

无数据

分类

全部后端开发(19)Julia(10)系统运维(9)C++(9)存储(9)云计算&大数据(8)VirtualBox(5)综合其他(2)人工智能(2)Istio(2)

语言

全部英语(15)中文(繁体)(10)中文(简体)(8)zh(2)西班牙语(1)日语(1)zh-cn(1)中文(简体)(1)

格式

全部PDF文档 PDF(39)
 
本次搜索耗时 0.251 秒,为您找到相关结果约 39 个.
  • 全部
  • 后端开发
  • Julia
  • 系统运维
  • C++
  • 存储
  • 云计算&大数据
  • VirtualBox
  • 综合其他
  • 人工智能
  • Istio
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • zh
  • 西班牙语
  • 日语
  • zh-cn
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Curve Cloud Native

    • Dashboard-driven configuration after minimal Curve installFeature list for cluster • CurveBS mirroring configured with CRDs • Different Curve clusters may share MDS and ETCD server • Replication
    0 码力 | 9 页 | 2.85 MB | 5 月前
    3
  • pdf文档 Distributed Ranges: A Model for Building Distributed Data Structures, Algorithms, and Views

    access the desired data using remote pointers begin end Rank 0’s Segment begin end Rank 1’s Segment begin end Rank n-1’s Segment . . .Distributed Data Structures template class distributed_vector operator[](size_t pos) { auto&& seg = segments_[pos / segment_size_]; return seg[pos % segment_size_]; } … private: std::size_t segment_size_; vector> segments_; }; - Data Data structure stores a number of segments - Access data through corresponding segment - We can build iteration on top of this (although it may be slow)Distributed Data Structures - Data structure
    0 码力 | 127 页 | 2.06 MB | 5 月前
    3
  • pdf文档 13 Istio 流量管理原理与协议扩展 赵化冰

    [Todo] Header based routing [Todo] Rate limit [Todo] RDS 需数据面配合 Redis [Todo] Sharding [Todo] Traffic mirroring [Todo] MySql [Todo] MongoDB [Todo] Postgres [Todo] RocketMQ [Todo] ZooKeeper 16 THANK YOU! 感谢聆听!
    0 码力 | 20 页 | 11.31 MB | 5 月前
    3
  • pdf文档 Apache Pulsar,云原生时代的消息平台 - 翟佳

    Guangzhou streamnative.io ⼤数据处理中统⼀的存储的抽象 — Segmented Stream Segment0 Segment1 Segment2 Segment3 Producer Consumer Time Segment 5 Segment4 Segment Readers Segmented
 Stream streamnative.io 基础决定上层:Cloud-Native
    0 码力 | 39 页 | 12.71 MB | 5 月前
    0.03
  • pdf文档 CurveBS IO Processing Flow

    two-level mapping and introduced segment. 2. Segment is also the granularity of space allocation. Multiple chunks are aggregated into one segment. The default segment size can be 1GB. it only requires offset in chunk = 0, length in Chunk = 4096). If the currently segment written is not allocated, the client request the MDS to allocate segment. As mentioned earlier, segments are allocated with a default default size of 1GB (configurable >=1GB), so client requests MDS for new segment infrequently. For random write scenarios, it is possible to allocate space frequently at the beginning, but after the allocation
    0 码力 | 13 页 | 2.03 MB | 5 月前
    3
  • pdf文档 POCOAS in C++: A Portable Abstraction for Distributed Data Structures

    Process 2 Process 3 - Partitioned - each process has its own shared segment - Global address space - each proc’s shared segment can be referenced by other processesPGAS Model Process 0 Process 1 Process 2 Process 3 - Partitioned - each process has its own shared segment - Global address space - each proc’s shared segment can be referenced by other processesPGAS Model Process 0 Process 1 Process 2 Process 3 - Partitioned - each process has its own shared segment - Global address space - each proc’s shared segment can be referenced by other processesAdvantages of PGAS - Asynchronous
    0 码力 | 128 页 | 2.03 MB | 5 月前
    3
  • pdf文档 Julia 1.11.4

    true Arithmetic operations with Julia's integer types inherently perform modular arithmetic, mirroring the char- acteristics of integer arithmetic on modern computer hardware. In scenarios where overflow sequencing (packets are ordered by the operating system before they are given to the application), segment size, and session setup and teardown. UDP provides no such features. A common use for UDP is in likely change each evaluation. To fix this, buffers that are specific to the task may be used to segment the sum into chunks that are race- free. Here sum_single is reused, with its own internal buffer
    0 码力 | 2007 页 | 6.73 MB | 3 月前
    3
  • pdf文档 Julia 1.11.5 Documentation

    true Arithmetic operations with Julia's integer types inherently perform modular arithmetic, mirroring the char- acteristics of integer arithmetic on modern computer hardware. In scenarios where overflow sequencing (packets are ordered by the operating system before they are given to the application), segment size, and session setup and teardown. UDP provides no such features. A common use for UDP is in likely change each evaluation. To fix this, buffers that are specific to the task may be used to segment the sum into chunks that are race- free. Here sum_single is reused, with its own internal buffer
    0 码力 | 2007 页 | 6.73 MB | 3 月前
    3
  • pdf文档 Julia 1.11.6 Release Notes

    true Arithmetic operations with Julia's integer types inherently perform modular arithmetic, mirroring the char- acteristics of integer arithmetic on modern computer hardware. In scenarios where overflow sequencing (packets are ordered by the operating system before they are given to the application), segment size, and session setup and teardown. UDP provides no such features. A common use for UDP is in likely change each evaluation. To fix this, buffers that are specific to the task may be used to segment the sum into chunks that are race- free. Here sum_single is reused, with its own internal buffer
    0 码力 | 2007 页 | 6.73 MB | 3 月前
    3
  • pdf文档 Robotics at Compile-Time: Optimizing Robotics Algorithms with C++'s Compile-Time Features

    R(ø) Reference Frame i Reference Frame i + 1Forward Kinematics Base Link Handle Segment 1 Segment 2 Segment 3 CameraOne way of solving this problem… using Transform = Eigen::Isometry3d; using
    0 码力 | 45 页 | 20.73 MB | 5 月前
    3
共 39 条
  • 1
  • 2
  • 3
  • 4
前往
页
相关搜索词
CurveCloudNativeDistributedRangesModelforBuildingDataStructuresAlgorithmsandViews13Istio流量管理原理协议扩展赵化冰ApachePulsarCurveBSIOProcessingFlowPOCOASinC++PortableAbstractionJulia1.11DocumentationReleaseNotesRoboticsatCompileTimeOptimizingwithFeatures
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩