搜索资源列表
multi_thread_socket_filetrans
- 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能. 在局域网中测试达到极限速度. 支持断点续传. 服务端可同时接收多个文件. 传输文件的同时可以发送网络消息.-multi-threaded socket file transfer / support HTTP / transceiver news / obstruction use point-to-multipoint modes of socket, m
21920013
- 界面类outlook[pop3emaildevelop.rar] - 基于pop3的邮件收发软件,可以进行邮件的收发功能,并有收发附件的功能 [NET_GETMESDLG.rar] - 简单的邮件客户端程序,能够登陆并显示邮箱中邮件数目。 [Emailsndrecv.zip] - 一个电子邮件收发程序 [eping.zip] - email的 客户段~毕业设计 功能完善 [KLMail.zip] - KLMail收邮件 用pop3收邮件。用到socket/base64+p
多线程socket文件传输
- 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能.在局域网中测试达到极限速度.支持断点续传.服务端可同时接收多个文件.传输文件的同时可以发送网络消息.-multi-threaded socket file transfer / support HTTP / transceiver news / obstruction use point-to-multipoint modes of socket, multi-threaded,
多线程socket文件传输
- 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能. 在局域网中测试达到极限速度. 支持断点续传. 服务端可同时接收多个文件. 传输文件的同时可以发送网络消息,Multi-threaded socket file transfer/support HTTP/send and receive information/point-to-multipoint mode of using blocking socket, the use o
thread-m
- linux下多线程网络应用实例,很实用的哦。-linux network under the multi-threaded application examples, it is useful oh.
clientServer_linux_multithread
- Linux下server与client的通信实现。Server支持多线程。附有makefile可供编译。Linux下调试通过。-Under Linux the server and client communication. Server support for multi-threaded. A makefile for compiling. The adoption of Linux under the debugger.
VCSocketReceSend
- 多线程socket文件传输/支持断点续传/收发消息/点对多点-Multi-threaded socket file transfer/support HTTP/send and receive messages/to-multipoint
zq92345
- 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能.在局域网中测试达到极限速度.支持断点续传.服务端可同时接收多个文件.传输文件的同时可以发送网络消息.-multi-threaded socket file transfer/support HTTP/transceiver news/obstruction use point-to-multipoint modes of socket, multi-threaded, high p
RTUTESTNEW
- VC socket收发数据并生成文档,运用多线程技术,能往目标ip发送数据-The VC socket to send and receive data and generate documentation
Web-application-source-code
- 使用Visual C++ 或Visual Studio集成开发环境与Socket API,使用C++编程语言,设计并实现了一个简单的点对点的多线程网络聊天软件,使用多线程实现数据的收发-Using Visual c++ or Visual Studio integrated development environment and the Socket API, using c++ programming language, designed and implemented a simple po
TCP-socket-server
- 简单TCP服务器端,实现收发数据,多线程实现-Simple TCP server, send and receive data, multi-threaded implementation
socket--multhread--udp
- 多线程实现基于UDP协议的网络收发编程,基于mfc框架,-multi thread socket udp
Multithreading
- 实验3 TCP和UDP套接字综合应用 要求:(1)TCP、UDP (2)C/S (3)多线程编程 摘要:设计简单的客户/服务器,服务器实现并发同时响应客户的UDP通信要求,也能响应客户端发过来的TCP通信要求。 TCP客户: 客户创建流套接字,向服务器发起TCP连接。 连接创建成功后,通过套接字向服务器持续发送或是接收数据。 (3)输入或是收到命令”end”,结束收发数据,并断开与服务器的连接。 UDP客户: (1)客户创建数据报套接字,通过该套
chatClientandchatServer
- 基于java的多客户端通信小程序源码,典型的 C/S 架构,有界面。主要分为两部分,服务器端和客户端。使用 TCP/IP 协议通过 Socket 进行通信。 服务器端主要完成登录验证和消息收发的功能。启动服务器后提供一个网 络端口,等待客户端发出请求,登录到此服务端,然后进行网络通讯和消息的 转发。要实现多客户端之间的通信,则必须构建多线程机制。 客户端主要完成登录验证和消息收发和显示功能,客户端可通过服务器端 的 IP 地址发送连接请求,然后登陆聊天室。成员列表栏中会显示在线的所有 人名