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

搜索资源列表

  1. colar

    0下载:
  2. 一个分布式网路爬虫框架,用户只要编写爬虫,提交到框架上,即可多台电脑联合采集数据-A distributed network reptiles framework, users can write reptiles, submitted to the frame, you can collect data combined with multiple computers
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:108510
    • 提供者:张颖
  1. STP2

    0下载:
  2. 分布式生成树协议模拟算法实现 研究生网络的课程作业-Distributed Spanning Tree Protocol network simulation algorithm graduate coursework
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-27
    • 文件大小:13025
    • 提供者:wjmcmcmc
  1. grpc-common-master

    0下载:
  2. In gRPC a client application can directly call methods on a server application a different machine as if it was a local object, making it easier for you to create distributed applications and services. As in many RPC systems, gRPC is based around the
  3. 所属分类:Web Server

    • 发布日期:2017-04-16
    • 文件大小:213531
    • 提供者:Reza Ghalavand
  1. Stackelberg-Game-for-Distributed-

    0下载:
  2. 对于linux初学者有很大帮助,关于linux的入门和进阶学习,非常有帮助-Beginners are very helpful for linux, linux on the introductory and advanced learning, very helpful
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:661395
    • 提供者:123
  1. OverbyteIcsV6beta

    0下载:
  2. ICS是为构建客户端/服务器和因特网应用的组建集.它支持所有主要的TCP/IP协议,例如TCP,UDP,SMTP,POP3,NNTP,HTTP,PING,TELNET,FINGER等. ICS兼容所有Delphi和C++Builder版本(16位和32位).ICS是多线程安全的,仅需要用事件驱动,它无须为实现非阻塞模式而创建多线程. 您可以通过以下邮箱和作者联系:francois.piette@overbyte.be 此控件完全免费且附有源代码.同时还可支持Kylix和DotNET.- The
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-03
    • 文件大小:627795
    • 提供者:fire
  1. ftp

    0下载:
  2. fe 分布式连接Amazon linux 服务器FTP上传下载功能的实现-Distributed Implementation fe FTP upload function
  3. 所属分类:Linux Network

    • 发布日期:2017-05-03
    • 文件大小:1015617
    • 提供者:Victor
  1. http_base64

    0下载:
  2. 与base 64有关的网络编程,internet编程,http编程-http_base64.h Header file for base64 function(s). * Created: Christopher Blizzard <blizzard@appliedtheory.com>, 20-Nov-1998 * * Copyright (C) 1998 Free Software Foundation * * This library is free so
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:1455
    • 提供者:王永雄
  1. http_date

    0下载:
  2. 与date有关的网络编程,C++编程,http编程-http_date.h Routines for parsing and generating http dates * Created: Christoper Blizzard <blizzard@appliedtheory.com>, 16-Aug-1998 * * Copyright (C) 1998 Free Software Foundation * * This library is free so
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2177
    • 提供者:王永雄
  1. http_hdrs

    0下载:
  2. 与hdrs有关的网络编程,http编程,HDRS编程-http_hdrs.h This file contains declarations for http headers * Created: Christopher Blizzard <blizzard@appliedtheory.com>, 3-Aug-1998 * * Copyright (C) 1998 Free Software Foundation * * This library is free
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:2855
    • 提供者:王永雄
  1. RSSBus

    0下载:
  2. 该信息收集处理平台是一个基于 RSSBus的应用,可以按照分布式的方式部署在网络中,通过RSSBus所提供的 Web Service接口来暴露服务,系统之间通过网络互相调用。-This information is collected RSSBus processing platform is based on applications that can be deployed in a distributed manner network, provided by RSSBus Web Ser
  3. 所属分类:Linux Network

    • 发布日期:2017-04-29
    • 文件大小:303970
    • 提供者:张海珠
  1. mpich2-1.5.tar

    0下载:
  2. 并行计算编译器,分布式内存,c和fortran编译器-Parallel computing compiler, distributed memory, c and fortran compiler
  3. 所属分类:Linux Network

    • 发布日期:2017-06-14
    • 文件大小:22826035
    • 提供者:吴忠元
  1. cola-master

    0下载:
  2. Cola是一个分布式的爬虫框架,用户只需编写几个特定的函数,而无需关注分布式运行的细节。任务会自动分配到多台机器上,整个过程对用户是透明的。-Cola is a distributed crawler frame, users only need to write a few specific functions, without attention to detail distributed operation. Tasks are automatically assigned to mult
  3. 所属分类:Search Engine

    • 发布日期:2017-04-23
    • 文件大小:142111
    • 提供者:费仕忆
  1. cku302.tar

    0下载:
  2. Kermit is a computer file transfer/management protocol and a set of communications software tools primarily used in the early years of personal computing in the 1980s it provides a consistent approach to file transfer, terminal emulation, scr ipt pro
  3. 所属分类:Linux Network

    • 发布日期:2017-05-14
    • 文件大小:3122219
    • 提供者:fred
  1. FileTransfer2

    0下载:
  2. 基于Socket使用TCP进行文件传输程序设计,Client-Server分布式应用软件结构和工作原理-a programmer using TCP based on Socket to transfer files, of which structure and principle is Client-Server distributed application software.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-28
    • 文件大小:8260
    • 提供者:jiushibuzhidao
  1. Security-of-Cloud-Storage-NAC--TLE-and-VPD-approa

    0下载:
  2. The main goal of this project is establishing Two Layer Encryption (TLE) and Virtual Private Database (VPD) for a invulnerable data storage system that allow multiple functions when the storage system is distributed and has no central authority and u
  3. 所属分类:Cloud Computing

    • 发布日期:2017-04-29
    • 文件大小:8193
    • 提供者:nayas
  1. Privacy-Preserving-Delegated-Access-Control-in-Pu

    0下载:
  2. The main objective of this project is establishing Two Layer Encryption (TLE) and Virtual Private Database (VPD) for a invulnerable data storage system that allow multiple functions when the storage system is distributed and has no central authority.
  3. 所属分类:Cloud Computing

    • 发布日期:2017-04-29
    • 文件大小:7695
    • 提供者:nayas
  1. skymvc_v3.0

    0下载:
  2. skymvc是一款轻量、简单的php mvc框架,采用数据持久化,支持主从数据库,支持多数据库连接,支持分布式,采用类smarty模板引擎等应用技术,组件式结构,扩展容易。非严格mvc ,模板 里强大的 {get} 和 {api} 方法,数据调用方便,作为一个程序员希望有自己的开发 简单高效的框架,支持多模板及APP的api技术,轻松开发PC\wap\app。-Skymvc is a lightweight, simple MVC PHP framework, the use of data p
  3. 所属分类:Linux Network

    • 发布日期:2017-05-07
    • 文件大小:1257829
    • 提供者:BOB
  1. Chat

    0下载:
  2. 分布式计算 基于TCP/IP的多人聊天室-Distributed computing TCP/IP based multiplayer chat room
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:32957
    • 提供者:柏杨
  1. su

    0下载:
  2. ** Copyright 2010, Adam Shanks (@ChainsDD) ** Copyright 2008, Zinx Verituse (@zinxv) ** ** Licensed under the Apache License, Version 2.0 (the License ) ** you may not use this file except in compliance with the License. ** You may obt
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:7963
    • 提供者:gerranzu
  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 2 ... 9 10 11 12 13 1415 16 »
搜珍网 www.dssz.com