搜索资源列表
8972_SendFile
- 使用C编写的socket发送文件的程序.包括客户端和服务端.-C socket prepared by the procedure of this document. Including the client and server.
p2p(socket)
- 用C#Socket实现点对点的文件传输,利用4个类的建立来实现-C# Socket point-to-point file transfer, using four categories to achieve the establishment
c++
- socket通讯 文件传输转载
Socket
- 在C++中使用socket实现文件传输,有服务端与客户端, TCP模式
文件接收发送
- C#关于socket的文件接收发送
非常成熟的 HTTP 文件上传类,方便简单
- 非常成熟的C++类,实用方便简单 本类一个类独立传输一个块或文件 经过大量的使用, YHttpUpLoad tt; tt.upload(pLocalFileName, TCHAR* pAspURL,TCHAR* subdata,TCHAR* backTxt=NULL,int backS=0);
Detailed-notes-C-P-P-in-depth
- C++深入详解笔记 Lesson1: Windows程序运行原理及程序编写流程 Lesson2: 掌握C++基本语法 Lesson3: MFC框架程序剖析 Lesson4: 简单绘图 Lesson5: 文本编程 Lesson6: 菜单编程 Lesson7: 对话框编程 Lesson9: 定制应用程序的外观 Lesson10: 绘图控制 Lesson11 图形的保存和重绘 Lesson12 文件操作 Lesson 13: 文档串行化 Les
Socket
- C#异步实现客户端和服务器端通讯,直接带项目文件,可以直接用VS2008打开修改为自己需要的功能-C# Asynchronous implementation of client and server-side communications, directly with a project file, you can directly modify the VS2008 to open the functionality required for their own
WCFTranFile2
- C#大文件传输之SOCKET同步、异步、WCF同步、异步-C# SOCKET large file transfer of synchronous, asynchronous, WCF synchronous, asynchronous
Socket
- 控制台socket文件传输程序,使用C++编写. 打开server端后,只要在client端输入server端IP即可使用。 程序具有上传、下载、查看目录文件、更改目录等功能-Console socket file transfer program, using C++ prepared to open the server side, client side input server-side IP can be used. Program upload, download
SocketSendFile
- 一个.net下用socket传送文件的例子,C#开发-1. Net transfer files using socket example, C# Development
netmsg
- 1.说明 类似于QQ的局域网聊天软件,包括服务器端和客户端程序,采用tcp/ip socket多线程编程,服务器端主要负责客户端用户的注册登陆,用户资料的获取.客户端负责与其他客户端进行信息控制与传递(包括聊天和传送文件). 2.特点 a.采用tcp非udp的socket编程,保证传输的稳定性和实时性. b.在同步操作时大多数采用了多线程和超时控制.例如:在传送文件的同时能继续聊天. c.服务器只负责用户登陆,查询,修改用户的基本信息和实时的在线用户列表.而不参与客户端之间
Socket
- 用C++实现客户端与服务器通信.可以实现文件传输.语言通信-C++ implementation with client and server communication. Can achieve file transfer. Language Communication
socket
- 一个简单的局域网通信软件,可以实现两个人之间的文本通信以及文件传输-A simple local area network communication software, you can achieve both the text of communication between people, as well as file transfer
socket
- C#写的socket服务,可以在客户端向服务端发送消息或文件。-C# to write the socket service can be of service on the client side to send a message or document.
socket
- 自己用C做的非阻塞多线程socket文件传输程序,由于时间紧存在一定的问题,但对于socket入门者可以学习到一定东西的-Own use C to do non-blocking multi-threaded socket file transfer process, due to tight schedule, there are some problems, but beginners can learn the socket to a certain thing
socket-telecommunication
- 双机之间的通信,有具体文档及c++文件实现-The communication between the two-plane, the specific document and c++ of documents to achieve
C
- C语言 HTTP协议下载文件,实现断点续传,socket通讯,目前只支持ip和port方式连接,有兴趣的读者可完善域名方式。 -C language HTTP protocol to download files, to achieve HTTP, socket communication, currently only supports ip and port connected, interested readers may improve its domain name.
socket
- 在C++中使用socket实现文件传输,有服务端与客户端-In the C++ Realize the use of socket file transfer, has client and client
新建文件夹 (3)
- 基于socket通信,实现的简易聊天应用(Simple socket chat application)