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

搜索资源列表

  1. 20041017144736_vczx_chatroom

    0下载:
  2. 网络聊天室室程序,分为客户端和服务器,实现的功能比较多,可以下载看一下-Internet chat room room procedures, divided into client and server, the functions more, can be downloaded to look at
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:133.45kb
    • 提供者:孙正
  1. filetransferclass

    0下载:
  2. SOCKET 多线程传输文件的源代码,分为客户端和服务器端,欢迎大家提供修改意见。-SOCKET multithreading transfer files of source code, is divided into client and server side, Welcome to provide revisions.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:28.32kb
    • 提供者:罗翔
  1. WSFileTransfer_src

    0下载:
  2. 实现TCP文件传输功能。分成服务端和客户端两个部分-TCP file transfer function. Divided into server and client in two parts
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:18.15kb
    • 提供者:jakeyzhou
  1. TCP

    0下载:
  2. 初学VC,这是一个简单的TCP连接例子.分为Server和Client两个程序。-novice VC, This is a simple example of the TCP connection. Server and Client divided into two procedures.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:50.26kb
    • 提供者:leencadrew
  1. filetransfer.rar

    0下载:
  2. 用Winsock2 编写的一个文件传输的核心例程。 分为客户端和服务器端两部分,当客户端连接到服务器后,它们之间可以互传文件。,Winsock2 prepared using a file transfer of the core routines. Divided into client and server in two parts, when the client to connect to the server, they can be to each other between th
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:2.4kb
    • 提供者:Edward zhang
  1. TCP_File_Transfer.rar

    0下载:
  2. 基于TCP的文件传输,分为服务器端和客户端,客户端可以传输任意大小、任意格式的文件到服务器端,该源代码很好使,也易懂!,TCP-based file transfer, is divided into server-side and client, the client can transfer any size, any format of documents to the server side, the source code very well so that is also easy
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:81.85kb
    • 提供者:郝祥根
  1. udp

    0下载:
  2. 滑动窗口协议实现,分为客户端和服务器两部分。另外包含一个udp.cpp是利用udp协议传输文件。-Sliding window protocol is divided into two parts of the client and server. Another contains a udp.cpp is to use the udp protocol to transfer files.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:6.96kb
    • 提供者:zhang chen
  1. socketUDP

    0下载:
  2. 计算机网络UDP socket编程代码,分为客户端和服务端-Computer network UDP socket programming code, divided into client and server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-14
    • 文件大小:2.77kb
    • 提供者:风琴
  1. VC_netU

    0下载:
  2. 1、该程序为一个可实现的网络邮盘系统 2、分为客户端和服务器端 3、使用TCP传输。 4、拥有帐号密码验证系统。 5、实现原理:将数据放入到服务器端。提供客户端进行上传和下载。-1, the program can be realized as a network disk system Post 2, is divided into client and server 3, the use of TCP transmission. 4, has a password authe
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-09
    • 文件大小:1.03mb
    • 提供者:李宇
  1. chatroom

    0下载:
  2. 用MFC编写的基于udp的聊天室程序,分为客户端和服务器两个部-MFC prepared using udp-based chat room procedures, client and server is divided into two departments
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-06-01
    • 文件大小:8.11mb
    • 提供者:苏永昌
  1. PostPic

    0下载:
  2. 程序分为两个部分:客户端和服务器,实现了在他们之间传输图片。-Procedures are divided into two parts: client and server implementation in the picture transmission between them.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-24
    • 文件大小:105.46kb
    • 提供者:
  1. prg10_1

    0下载:
  2. 聊天室实例。其分为服务器和客户两部分。客户首先与服务器建立TCP连 接,并发送客户名称给服务器,然后就可以通过服务器发信息给其他已连接的客户,同时通 过服务器接收其他客户的信息。-Examples of chat rooms. Divided into two parts, server and client. First of all, the establishment of client and server TCP connection, and send the custome
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:13.6kb
    • 提供者:zjm
  1. TCPtalk

    0下载:
  2. 该软件是基于TCP协议的聊天软件,分为客户端和服务器端,能进行聊天,传输文件-The software is based on the TCP protocol chat software, divided into client and server side, can chat, transfer files
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:693.81kb
    • 提供者:dina
  1. transfile

    0下载:
  2. vc++写的一个TCP异步传输文件的程序,分为客户端,服务端,可做为编写网络程序参考-vc++ to write a TCP asynchronous transfer the file, is divided into client, server, network program can be used as reference preparation
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-10
    • 文件大小:2.16mb
    • 提供者:cygnus
  1. server_and_client

    0下载:
  2. 基于TCP/IP的聊天室程序,分为客户端和服务器端。很适合做这方面开发的高手拜读。-Based on TCP/IP in the chat room program, divided into client and server side. Development of this area is very suitable for a master read.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:1.12mb
    • 提供者:帐号
  1. chatroom

    0下载:
  2. 本次上传内容是基于TCP/IP的socket网络编程,可以实现多人聊天,分为客户端和服务器两部分。-The uploaded content is based on TCP/IP socket network programming, people can chat, client and server is divided into two parts.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-29
    • 文件大小:10.81mb
    • 提供者:小熊
  1. UDP

    0下载:
  2. UDP通信协议的实现,分为服务器和客户端,使用VC编写-UDP communication protocol implementation, divided into server and client, written using VC
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:3.16kb
    • 提供者:泡面
  1. TCP_File_Transfer

    0下载:
  2. 程序分为发送端和接收端。首先在传输文件数据之前,发送端会把将装有文件名称和文件长度等 信息的数据包发送至接收端。接收端收到文件名称和文件长度信息后会创建好空白文件。接着开始传输 文件数据。-Program is divided into the sender and the receiver. First in a transmission file data before, the sender will put with the name of the document and fi
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:3.34kb
    • 提供者:任立松
  1. windows-socket-program

    0下载:
  2. c语言实现socket单线程通信,程序分为客户端和服务端,实现通信需正确配置vc++6.0-c language to achieve single-threaded socket communication program is divided into client and server, the need to communicate properly configured vc++6.0
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-16
    • 文件大小:3.97mb
    • 提供者:jason
  1. Demo-FileTransfer

    0下载:
  2. vc++6.0环境下实现各种类型的文件传输,程序采用CS架构,分为客户端和服务端,客户端向服务端请求文件名后下载文件-vc+ to achieve various types of file transfer 6.0 environment, the program uses CS architecture, divided into client and server, the client requests to the server to download the file filenam
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-12
    • 文件大小:2.61mb
    • 提供者:jason
« 12 »
搜珍网 www.dssz.com