-
一个windows SOCKET client端测试程序,与Remote Server 连接后可以发送和接收TCP Packet。在作网络程序开发时,我们用它做...
一个windows SOCKET client端测试程序,与Remote Server 连接后可以发送和接收TCP Packet。在作网络程序开发时,我们用它做网络测试程序。基于microsoft visual studio 开发。-A windows SOCKET client-side test procedure, with the Remote Server connections can send and receive TCP Packet. In program development for the network, we use it to do network testing procedures. Development based on microsoft visual studio.
- 2022-04-27 23:42:54下载
- 积分:1
-
完整串口通信程序Vc++源代码,能够实现windows下的串口通信。
完整串口通信程序Vc++源代码,能够实现windows下的串口通信。-Integrity of the serial communication program Vc++ Source code, to realize the serial communication under windows.
- 2022-05-07 02:00:17下载
- 积分:1
-
WIN32 API写的第一个函数,只是传一个字符串就结束了,但是体现了socket的连接建立过程...
WIN32 API写的第一个函数,只是传一个字符串就结束了,但是体现了socket的连接建立过程-WIN32 API to write a function of just one-on the end of a string, but the embodiment of the socket connection establishment process
- 2022-08-22 16:15:41下载
- 积分:1
-
这是一个关于winsock的网络编程的程序。是一客户端VC视频会议代码,希望对你们有用。...
这是一个关于winsock的网络编程的程序。是一客户端VC视频会议代码,希望对你们有用。-winsock on the network programming procedures. Is a client code VC Video Conference, and I hope to you useful. Ha ha!
- 2022-03-06 20:03:03下载
- 积分:1
-
DOS serial communication procedures to document transmission C source code can a...
DOS下串口通信程序来传送文件的C源代码,能实现文件传送-DOS serial communication procedures to document transmission C source code can achieve file transfer
- 2022-01-26 02:02:00下载
- 积分:1
-
EthernetSpy Debugger di rete per Windows NT 网络数据包拦截
EthernetSpy Debugger di rete per Windows NT 网络数据包拦截-EthernetSpy Debugger per Rete di Windows NT network packet interception
- 2022-02-26 12:26:29下载
- 积分:1
-
LSP
LSP-FIX - Winsock 2 repair utility-LSP-FIX- Winsock 2 repair utility
- 2022-06-28 00:37:06下载
- 积分:1
-
一个简单的聊天系统, 是别人写的。 可以参考一下哦。
一个简单的聊天系统, 是别人写的。 可以参考一下哦。-A simple chat system, written by someone else. Oh, for reference.
- 2022-01-27 18:45:03下载
- 积分:1
-
通过VC++编写客户端,测试FastCgi程序
通过VC++编写客户端,测试FastCgi程序-Through the VC++ to prepare the client, test procedures FastCgi
- 2022-01-30 12:16:09下载
- 积分: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