-
网络编程入门的一个实践好程序,正在学VC的朋友可以看一下
网络编程入门的一个实践好程序,正在学VC的朋友可以看一下-Network Programming entry of a good practice procedures, is studying VC friends can look at the
- 2022-05-07 03:00:21下载
- 积分:1
-
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听list...
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听listen()。如果有客户端连接请求,则在数组中选择一个空Socket,将客户端地址赋给这个Socket。然后登录成功的客户就可以在服务器上聊天了。-Server-side through the socket () system call to create a Socket after the array (that is set to receive the maximum number of connected customers), with a specified local port to bind bind (), will be able to listen on port listen (). If the client has to connect the request, then select an empty array Socket, the client address assigned to the Socket. And then sign in the success of customers can chat on the server.
- 2023-08-19 03:20:03下载
- 积分:1
-
Socket多线程处理代码
双线程处理Socket,一个线程负责发一个负责 ,TCPDemo在具体实现时,设计了一个CTCPListener类专门用于服务器对特定TCP端口的侦听。另外,设计了一个CStreamSocket类专门用于TCP数据的传输。CStreamSocket作为基类,服务器程序从它派生出另一个类CSocketSender专门用于数据的发送,客户机程序从它派生出CSocketReceiver类专门用于数据的接收。这些类的继承结构如图3
- 2022-01-22 15:43:47下载
- 积分:1
-
一个简单实用的抓包说明,对初学网络抓包有极大的帮助。
一个简单实用的抓包说明,对初学网络抓包有极大的帮助。 -a simple and practical capturing Packet Note for beginners capturing Packet networks are of great help.
- 2022-01-26 07:08:32下载
- 积分:1
-
Socket5代理的源代码,通过VC6验证
Socket5代理的源代码,通过VC6验证
- 2022-04-28 16:02:34下载
- 积分:1
-
Network chat, network applications, windows development, system integration
网络聊天,网络应用,windows开发,系统集成-Network chat, network applications, windows development, system integration
- 2022-07-05 12:53:52下载
- 积分:1
-
threading and XML documents to achieve the download and update. DLL files
使用线程和XML文件实现程序的下载和更新.DLL文件-threading and XML documents to achieve the download and update. DLL files
- 2022-09-25 01:25:03下载
- 积分:1
-
through reading his network programming to understand the new technologies and a...
通过阅读他能了解网络编程的新技术和应用,好处-through reading his network programming to understand the new technologies and applications, many benefits
- 2022-04-12 01:33:49下载
- 积分:1
-
java 通信类库 包装了各种通信的协议
java 通信类库 包装了各种通信的协议-communications packaging of the various communications agreement
- 2022-05-07 10:02:18下载
- 积分:1
-
用VC写的winsock聊天程序,分服务器和客户机俩个程序,是学习winsock很好的源码!...
用VC写的winsock聊天程序,分服务器和客户机俩个程序,是学习winsock很好的源码!- Winsock writes which with VC chats the procedure, divides the
server and a client pairs procedure, studies the winsock very good
source code!
- 2023-02-28 07:35:03下载
- 积分:1