搜索资源列表
HikPlaySrv
- Winsocket DLL 封装,该类是SOCKET通讯综合模型,该类完成后将包装各种SOCKET通讯模式(阻塞select,异步窗口,异步事件,重叠I/O,完成I/O)等.它可以被各种通讯程序方便采用.尤其是基于SERVER/CLIENT的SERVER程序会提高大幅度性能.如果使用人要完成特定的通讯功能可以从该类继承,增加对线程池的支持功能。-Winsocket DLL package, such communication is SOCKET integrated model, such c
TenyQQ
- TenyQQ是一款业余挂QQ的小工具。使用它,您再也不必为了挂QQ,开 多个QQ客户端而占用过多系统资源而烦恼。TenyQQ使用了多线程的工作方 式,确保每个正在登陆的QQ互不干扰,稳定运行。同时TenyQQ支持自动回 复,可以告知您的好友您本人不在。消息记录功能,可以将好友发来的信 息记录下来,这样,一些重要的信息便不会遗失。TenyQQ还会记录下请求 加为好友的系统信息,如果您愿意,您还可以将程序设置为自动接受好友 请求,非常方便。TenyQQ支持TCP方式登陆,更加
QQ
- 实现多线程服务器和客户端的通信的qq聊天程序-Multi-threaded server and client side communications qq chat program
liaotianchengxu
- 主要是单机版的客户端和服务器的聊天程序,主要体现多线程的具体使用。-Are mainly stand-alone version of the client and server chat program, mainly reflected the specific use of multi-threading.
SocketSet
- 此工程为通信系统TC/IP协议 主要技术是纯java 主要用到的io流,输入流如:InputStream,InputStreamReader,BufferedReader等。输出流如:OutputStream,OutputStreamWriter,PrintWriter等 功能:主要是通过服务器端,客户端的通信,符合多线程的开发,请使用者放心使用 描述:此小项目用到了各种io流,对于学习流的人有极大帮助。-This works for communications systems
experimental
- 设计UDP服务器程序,在完成绑定、监听等操作后,利用线程函数接收客户端的连接请求,并为利用发送线程进行信息发送。利用局域网测试程序,可以进行网络聊天。-Design UDP server program, in complete binding, monitoring, etc, using thread function after receiving the client connection requests, and using information for sending messa
Windows
- 模拟windows下资源管理器,可实现各个磁盘文件的读取,实现客户端和服务器的通讯功能,多线程的运用,远程代码控制复制,进程间通讯等各种基本功能学习大有帮助-Simulated windows Explorer, read each disk file, the client and server communication, the use of multi-threading, remote code control copy, inter-process communication and
VCPP_Server_Client
- VC++编写一款可边下载、边聊天的多线程下载服务端、客户端程序,都可顺利编译,可指定IP进行连接,连接成功后,可进行对话,单对单的聊天,比较简单。服务端和客户端基于多线程,支持多任务。-VC++ prepared a chat while downloading, multi-threaded download server, the client program, can be successfully compiled, you can specify IP connection, afte
multitfreided-design-client
- TCP网络编程客户端测试程序,多线程设计,面向事件触发机制,(TCP network programming the client test program, multi-threaded design, face the event trigger mechanism,)
FNILXTZ9
- 用的C语言socket实现的文件下载,服务器多线程,客户端有命令参数控制(Socket with the C language implementation of file downloads, multithreading server, the client has a command parameter control)
QtMultiThreadTcpServer-master
- Qt多线程实现多个客服端和服务器进行通信,使用的类QTcpServer和QTcpSocket以及线程(Multithreading realizes the communication between multiple client terminals and servers)