-
服务器为多个并发客户端通过使用线程
服务器服务多个客户机同时使用线程。 每次到服务器的 clientconnects,创建一个线程来处理客户端请求客户端程序导致您的服务器 somehowbecome 有效地或完全地反应迟钝。
- 2022-11-16 22:05:03下载
- 积分:1
-
年龄别生育率ASFRecorder在改进版,基础可以:与巴…
ASFR+是在ASFRecorder的基础上的改进版本,它可以: ◇支持中文文件名. ◇多线程下载ASF文件. ◇断点续传,自动重试. ◇支持MMS(TCP)协议和HTTP协议(自动探测). ◇在下载时修正数据,确保100%与原文件相同.-ASFR ASFRecorder is on the basis of the improved version, it could : With the backing file. With the multi-threaded download ASF. Over HTTP, automatic retry. With the support of MMS (TCP) protocol and the HTTP protocol (automatic detection). With the amendments to the download data to ensure that 100% of the same original document.
- 2022-01-26 03:57:39下载
- 积分:1
-
dns 解析源代码
dns 解析源代码-dns source code analysis
- 2022-08-15 10:44:15下载
- 积分:1
-
在局域网环境下实现屏幕广播的思想和方法…
在局域网环境内实现屏幕广播方法思路和源程序-In the LAN environment to achieve the screen broadcasting method of thinking and source code
- 2023-07-21 19:10:04下载
- 积分:1
-
百兆以太网mac和mii的vhdl源程,作IPcore的时候非常有用
百兆以太网mac和mii的vhdl源程,作IPcore的时候非常有用-Fast Ethernet MII and the VHDL source way for IPcore very useful when
- 2023-03-21 00:35:04下载
- 积分:1
-
jsp精彩实例,不用多说了,下吧,学习的好助手
jsp精彩实例,不用多说了,下吧,学习的好助手 -jsp wonderful examples Needless to say, are you, a good learning Help
- 2023-06-10 20:45:11下载
- 积分:1
-
一个局域网聊天工具的源码
采用UDP
一个局域网聊天工具的源码
采用UDP-LanChat
- 2023-01-13 08:10:04下载
- 积分:1
-
mfc socket
mfc socket服务器通讯,一对多通信,mfc socket服务器通讯,一对多通信,mfc socket服务器通讯,一对多通信,mfc socket服务器通讯,一对多通信,mfc socket服务器通讯,一对多通信,mfc socket服务器通讯,一对多通信,
- 2023-05-20 07:55:07下载
- 积分:1
-
network and equipment for basic training in the knowledge of your real scenery i...
网络及设备基本知识培训 让你真正的风光 你就是网络工程师-network and equipment for basic training in the knowledge of your real scenery is your network engineer
- 2022-01-21 22:28:25下载
- 积分:1
-
简单的socket通信
流式套接字(SOCK_STREAM),数据报套接字(SOCK_DGRAM)及原始套接字。1.流式套接字提供面向连接、可靠的数据传输服务,数据按字节流、按顺序收发,保证在传输过程中无丢失、无冗余。TCP协议支持该套接字。2.数据报套接字,提供面向无连接的服务,数据收发无序,不能保证数据的准确到达。UDP协议支持该套接字。3.原始套接字原始套接字主要用于一些协议的开发,可以进行比较底层的操作。它功能强大,但是没有上面介绍的两种套接字使用方便,一般的程序也涉及不到原始套接字。
- 2023-06-05 11:30:03下载
- 积分:1