CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - 分布式 存储

搜索资源列表

  1. hanhua_0425

    0下载:
  2. 面向Internet的分布式海量 文件存储系统研究韩 华北京大学计算机科学技术系网络与分布式系统实验室2002-4-25-Internet-oriented Massive Distributed File Storage System Hanwha Beijing University of Science and Technology Department of Computer Networks and Distributed Systems Laboratory 2002-4-25
  3. 所属分类:搜索引擎

    • 发布日期:2008-10-13
    • 文件大小:316063
    • 提供者:kekeko
  1. 监测

    0下载:
  2. 温度监测分布式调试系统 数据采集是指将温度、压力、流量、位移等模拟量采集、转换成数字量后,再由计算机进行存储、处理、显示或打印的过程-Distributed Debugging temperature monitoring system data acquisition refers to the temperature, pressure, flow, displacement of analog acquisition, converted into digital and then by
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:97410
    • 提供者:王钰
  1. P2P.rar

    3下载:
  2. C++语言实现的p2p文件共享与分布式存储,p2p
  3. 所属分类:P2P编程

    • 发布日期:2016-12-23
    • 文件大小:4216799
    • 提供者:李浩
  1. network-codesdistributed-storage

    0下载:
  2. 分布式存储中的网络编码,适合新手学习看看,主要是总结及综述-network codes for distributed storage
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-04
    • 文件大小:833654
    • 提供者:王庆斌
  1. FastDFS_v1.18.tar

    0下载:
  2. FastDFS是一个开源的高性能分布式的文件系统, 它的主要功能包括: 文件存储,文件同步,文件存取,还有负载均衡-FastDFS is an open source high performance distributed file system (DFS). It s major functions include: file storing, file syncing and file accessing, and design for high capacity and load bal
  3. 所属分类:Web Server

    • 发布日期:2017-11-30
    • 文件大小:145390
    • 提供者:杜建
  1. chord

    0下载:
  2. p2p结构化经典算法,用C语言实现,应用于分布式存储,流媒体点播等多种途径-p2p structured classical algorithm, using C language, used in distributed storage, on-demand streaming media, such as a variety of ways
  3. 所属分类:P2P

    • 发布日期:2017-03-30
    • 文件大小:82892
    • 提供者:liufendou
  1. StorageServer

    0下载:
  2. 分布式存储系统 存储服务器端 文件存储 codeblock环境-Distributed storage systems storage server-side file storage environment codeblock
  3. 所属分类:Grid Computing

    • 发布日期:2017-04-02
    • 文件大小:147830
    • 提供者:mj
  1. OceanStore_Sim

    0下载:
  2. 本源码是在PeerSim仿真平台下对OceanStore分布式存储系统的路由协议所进行的方针代码,有注释,可以作为学习PeerSim仿真平台使用的小例子。-This source file is about the simulation of router protocol of OceanStore distributed storage system with the PeerSim simulation platform.This source file contains explanat
  3. 所属分类:Grid Computing

    • 发布日期:2017-04-05
    • 文件大小:752562
    • 提供者:huangkerui
  1. XtreemFS-1.3.0.tar

    0下载:
  2. XtreemFS 是一个为互联网存储系统设计的分布式文件系统。-It allows you to mount an XtreemFS volume from anywhere, given the right permissions. It includes support for POSIX ACLs and extended attributes (xattrs). As an object-based parallel file system, it allows you to strip
  3. 所属分类:Linux Network

    • 发布日期:2017-06-03
    • 文件大小:15101225
    • 提供者:寒风
  1. memcached-1.4.5

    0下载:
  2. Memcached 是一个高性能的分布式内存对象缓存系统,用于动态Web应用以减轻数据库负载。它通过在内存中缓存数据和对象来减少读取数据库的次数,从而提供动态、数据库驱动网站的速度。Memcached基于一个存储键/值对的hashmap。其守护进程(daemon )是用C写的,但是客户端可以用任何语言来编写,并通过memcached协议与守护进程通信。但是它并不提供冗余(例如,复制其hashmap条目);当某个服务器S停止运行或崩溃了,所有存放在S上的键/值对都将丢失。-Memcached is
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:340589
    • 提供者:liutp
  1. scribe-2.0

    0下载:
  2. 分布式日志系统,可以支持center+slaves之间的日志存储-Distributed logging system that can support the storage of logs between center+slaves
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:128084
    • 提供者:葛军
  1. FastDFS_v3.05.tar

    0下载:
  2. FastDFS 分布式存储 快速 安全 -FastDFS distributed storage quickly and securely
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:349051
    • 提供者:Tony
  1. ketama

    1下载:
  2. 一致性哈希算法(Consistent Hashing Algorithm)是一种分布式算法,常用于负载均衡。Memcached client也选择这种算法,解决将key-value均匀分配到众多Memcached server上的问题。它可以取代传统的取模操作,解决了取模操作无法应对增删Memcached Server的问题(增删server会导致同一个key,在get操作时分配不到数据真正存储的server,命中率会急剧下降),-Consistency hash algorithm (Cons
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-10
    • 文件大小:42392
    • 提供者:yuy
  1. 10.82.81.2_Home_Code_Ti

    0下载:
  2. 云存储的概念与云计算类似,它是指通过集群应用、网格技术或分布式文件系统等功能,将网络中大量各种不同类型的存储设备通过应用软件集合起来协同工作,共同对外提供数据存储和业务访问功能的一个系统。-this file is about cloud storage which is part of the cloud computing
  3. 所属分类:Linux Network

    • 发布日期:2017-04-09
    • 文件大小:248068
    • 提供者:Li Wenqian
  1. kfs-0.5.tar

    0下载:
  2. KosmosFS c++ 写的 适合存储不常...负载均衡,高可靠性等问题呢。今天简单介绍一下最近研究学习的分布式文件系统 -feng bu shi wen jian xi tong
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-01
    • 文件大小:638818
    • 提供者:yuanlin
  1. X-chat

    0下载:
  2. 采用了比较先进的XMLHTTP技术+XML文档对象模式(DOM)来实现分布式的计算或存储,具有速度快,高稳定性,占用系统资源少,支持超大容量用户,用户界面友好等特点,具备了几乎目前国内较流行的聊天室的所有特点和功能-Using more advanced technology XMLHTTP+ XML Document Object Model (DOM) to implement distributed computing or storage, high speed, high stabil
  3. 所属分类:Web Server

    • 发布日期:2017-05-09
    • 文件大小:1731139
    • 提供者:guhang
  1. X-chat3

    0下载:
  2. 一套专门针对中小型网站开发的聊天系统,内核采用了比较先进的XMLHTTP技术+XML文档对象模式(DOM)来实现分布式的计算或存储,服务器端以较通用的ASP技术作基础(这是一种非常适合少量数据快速传输处理的Web应用的模式,查看该技术的优越性,请点击这里),具有速度快,高稳定性,占用系统资源少,支持超大容量用户,用户界面友好等特点-Set specially developed for small and medium website chat system, the kernel uses a
  3. 所属分类:Web Server

    • 发布日期:2017-05-11
    • 文件大小:2406765
    • 提供者:kigi
  1. mscms

    0下载:
  2. 魅力网站内容管理系统 2010 SP3 介绍: 一、企业级CMS系统,可建大型门户,行业网站,网上商城,各类中小型网站。 二、超强站群系统,支持虚拟主机,服务器。允许站群分布与一个空间或多个空间,或多台服务器。 三、当前唯一支持分布式存储的CMS系统,支持web均衡负载,让网站不再有局限性,实现真正意义上门户级存储。-Charm Web Content Management System 2010 SP3 Introduction: First, the enterprise-l
  3. 所属分类:Web Server

    • 发布日期:2017-05-25
    • 文件大小:8703780
    • 提供者:合约
  1. phpsay_v2.1

    0下载:
  2. PHPSay是一套基于PHP+Mysql开发的开放式社区系统,性能卓越,百分百开源! PHPSay还拥有一个VIP版,采用TTS+MEMCACHE+MYSQL作为存储,支持分布式扩展。-PHPSay is set based on PHP+ Mysql development of open community systems, high performance, full of open source! PHPSay also has a VIP version using TTS+ MEMC
  3. 所属分类:Web Server

    • 发布日期:2017-05-04
    • 文件大小:492078
    • 提供者:nwld
  1. memcached-1.4.39.tar

    0下载:
  2. Memcached 是一个高性能的分布式内存对象缓存系统,用于动态Web应用以减轻数据库负载。它通过在内存中缓存数据和对象来减少读取数据库的次数,从而提高动态、数据库驱动网站的速度。Memcached基于一个存储键/值对的hashmap。其守护进程(daemon )是用C写的,但是客户端可以用任何语言来编写,并通过memcached协议与守护进程通信。(Memcached is a high-performance distributed memory object caching system
  3. 所属分类:网络

    • 发布日期:2018-04-23
    • 文件大小:403456
    • 提供者:dannisww
搜珍网 www.dssz.com