搜索资源列表

  1. pointtopointTransfer

    0下载:
  2. 点对点的文件传输,利用SOCKET编程,简单容易使用。VC-the peer-to-peer file transfer, using Socket Programming, simple and easy to use. VC
  3. 所属分类:P2P编程

    • 发布日期:2024-05-17
    • 文件大小:53248
    • 提供者:xaviersue
  1. SOCKET-TCP

    0下载:
  2. SOCKET多线程,使用TCP连接,当有一个连接请求时候,建立一个线程。共有两个文件,一个Server,还有一个是Client-SOCKET multithreading, the use of TCP connections, when a link request, the establishment of a thread. A total of two documents, one Server, there is a Clie
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-17
    • 文件大小:1200128
    • 提供者:的三分
  1. FileTransfer_socket

    0下载:
  2. Socket通信实现文件传输的vc代码。采用MFC CSocket类实现两台电脑之间的文件传输。-Socket Communication document transmission vc code. MFC CSocket used to achieve between the two computer file transfer.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:93184
    • 提供者:kanlihua
  1. 2005011919093120626

    0下载:
  2. 1服务端接收文件,客户端发送文件。 2 每个Socket连接同时只能够传输一个文件。 3 可同时发送网络消息 -receiving a document server, the client this document. Socket two each while only link to a document transmission. 3 can also send news network
  3. 所属分类:并行运算

    • 发布日期:2024-05-17
    • 文件大小:136192
    • 提供者:张鹏
  1. winsocket-transpot

    0下载:
  2. MFC类下的winsock多线程实现文件传输,在vc++6.0下通过调试。-MFC category under the winsock multithreading document transmission, the 6.0 vc through debugging.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:umbroumbro
  1. FileSendRecv1_0

    0下载:
  2. 从点到点的文件传输,文件传输是指发送方将文件数据读入缓冲区,然后简单的调用socket的发送函数将数据传输到接收方,接收方收到数据后重组文件的过程。-from point-to-point file transfer, file transfer refers to this document will be read into the data buffer then a simple call of this function so
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:53248
    • 提供者:刘哲
  1. CUtils

    0下载:
  2. Linux环境下常用功能的实现,有XML解析器,SOCKET操作,文件操作等常用功能的源码实现-Linux environment commonly used functions, and it is an XML parser, Socket operation, file manipulation functions, such as the common source to achieve
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:32768
    • 提供者:天涯
  1. UseSocket

    0下载:
  2. 可以聊天,传送文件,异步调用,Socket类.-can chat, and transmission of documents, asynchronous call, Socket class.
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:15360
    • 提供者:Zero
  1. server_new

    0下载:
  2. linxu socket 的服务端,实现了二进制文件的传输,没有实现非二进制文件的传输-linxu socket server and realized the binary file transmission, not realizing non-binary transmission
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:tangjing
  1. p2p(socket)

    0下载:
  2. 用C#Socket实现点对点的文件传输,利用4个类的建立来实现-C# Socket point-to-point file transfer, using four categories to achieve the establishment
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:张少先
  1. PToPFileTransfer

    0下载:
  2. 基于CSocket(提供了阻塞式的访问方式)的点对点文件传输实例-based CSocket (obstruction-of the interviews) peer-to-peer file transfer case
  3. 所属分类:文件操作

    • 发布日期:2024-05-17
    • 文件大小:53248
    • 提供者:wangxinfeng
  1. duo_xian_cheng_socket_file_transport

    0下载:
  2. TCP文件传输组件设计 1服务端接收文件,客户端发送文件。 2 每个Socket连接同时只能够传输一个文件。 3 可同时发送网络消息 网络消息的消息格式为: @+nnnnn+消息内容,其中@为消息头,nnnnn为消息内容的长度。 -TCP file transfer component design a server receiving the document, the client this document
  3. 所属分类:进程与线程

    • 发布日期:2024-05-17
    • 文件大小:134144
    • 提供者:水依
  1. 85375558ChatCSocket

    0下载:
  2. 一个实现P2P文件传输、文字聊天的程序。-achieve a peer-to-peer file transfer, text chat procedures.
  3. 所属分类:远程控制编程

    • 发布日期:2024-05-17
    • 文件大小:65536
    • 提供者:bighippo
  1. SocketDemo

    0下载:
  2. 本程序是网络编程部分,Socket编程实现文件传输,用java语言实现。-this procedure is part of network programming, Socket Programming file transfer, using java language.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:17408
    • 提供者:孤鸿影
  1. MyTelnet

    0下载:
  2. telnet服务器的实现: 1.客户端通过telnet连接后,服务器返回系统的一些信息(自己定义,至少应该包括程序作者的学号),之后显示提示符"login:"提示用户输入用户名进行登录 2.要求对用户名和密码进行验证。用户名和密码均为学号的后3位。如果用户名和密码错误则返回invalid user or passwd并提示重新输入 3.服务器端至少支持如下命令(命令不带参数) author:返回程序作者的相关信息
  3. 所属分类:Telnet服务器

    • 发布日期:2024-05-17
    • 文件大小:70656
    • 提供者:张某某
  1. socketfiletransfer

    0下载:
  2. 一个简单的文件传输程序,基于tcp/ip-A simple file transfer program, based on the tcp/ip
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-17
    • 文件大小:3824640
    • 提供者:唐艳
  1. winsock_program_code

    0下载:
  2. socket是因特网上进行程序设计的常用方法,用socket方法编写的网络聊天、广播、多播、路由跟踪及网络文件传输多个程序代码。
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-17
    • 文件大小:5906432
    • 提供者:gonbc
  1. WinSocket_TCP

    0下载:
  2. WinSock实现网络文件传输程序,包含基本socket编程,利用缓冲区读写,实现文件收发-WinSock network file transfer procedures, including the basic socket programming, the use of buffer to read and write, send and receive files
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:陈兴锋
  1. c++

    0下载:
  2. socket通讯 文件传输转载-socket file transfer communications reprint
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:1973248
    • 提供者:
  1. 200477132761

    0下载:
  2. 程序中使用socket实现了文件的传输。 在VC6.0中编译通过-Procedures for the use of socket realize the file transfer. In VC6.0 compiled through
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-17
    • 文件大小:39936
    • 提供者:ccllbb
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org