-
通讯程序的server端,可以管理很多消息。对初学边写服务器的人有帮助。推荐大家下载。...
通讯程序的server端,可以管理很多消息。对初学边写服务器的人有帮助。推荐大家下载。-Client server communication process, you can manage a lot of news. Learning to write the server side of those who have helped. Recommend everyone to download.
- 2022-02-24 12:03:01下载
- 积分:1
-
用VB tracert路由源
Tracert route source with vb
- 2022-12-16 07:45:04下载
- 积分:1
-
在网络中,使用IPC$拷贝文件并添加系统任务,在指定时间内执行。...
在网络中,使用IPC$拷贝文件并添加系统任务,在指定时间内执行。-the network, the use of the IPC $ copy files and add the system and to the implementation within the specified time.
- 2022-03-30 16:13:17下载
- 积分:1
-
聊天程序客户端源代码
聊天程序客户端源代码-Chat Client source code
- 2023-01-16 02:45:03下载
- 积分:1
-
socket套接字的客户端程序,向服务器端发送并接受信息。若发送或接收信息失败则显示相应的错误信息。...
socket套接字的客户端程序,向服务器端发送并接受信息。若发送或接收信息失败则显示相应的错误信息。
- 2022-07-02 14:30:39下载
- 积分:1
-
This is compiled jrtplib Treasury, together with the compiler works, in the hope...
这是编译好的jrtplib库,同时附上编译工程,希望对大家有用。
如果关注jrtplib请访问
http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jrtplib-This is compiled jrtplib Treasury, together with the compiler works, in the hope that useful to everyone. If the concern jrtplib please visit http://research.edm.uhasselt.be/ ~ jori/page/index.php? N = CS.Jrtplib
- 2023-05-15 05:25:04下载
- 积分:1
-
网络多播程序--vc实现!学习socket的好例子
网络多播程序--vc实现!学习socket的好例子-network multicast procedures-- vc achieve! Learning good examples of socket
- 2022-07-25 19:34:26下载
- 积分:1
-
目录UDP点对点聊天是一个UDP的点对点聊天程序,程序运行测试的时候,需要改变侦听端口,如果要在同一台机器上测试,需要改变一下程序设置...
目录UDP点对点聊天是一个UDP的点对点聊天程序,程序运行测试的时候,需要改变侦听端口,如果要在同一台机器上测试,需要改变一下程序设置-directory is a peer-to-peer chatting UDP peer-to-peer chat program, running tests, the interception of ports need to change, if the same test machine, the need to change the program
- 2022-05-18 16:35:48下载
- 积分:1
-
网络文件拷贝动态连接库 实现共享文件夹和FTP文件夹拷贝
网络文件拷贝动态连接库 实现共享文件夹和FTP文件夹拷贝-network file copy DLL shared folders and folders to copy FTP
- 2022-03-20 01:31:40下载
- 积分:1
-
插入排序
/ * 插入排序升序排列 * /
#include < stdio.h >
#include < stdlib.h >
#include < time.h >
int main)
{
int n、 数组 [1000],c,d,t ;
printf ("Enter elementsn 数") ;
scanf ("%d",& n);
printf ("Enter %d integersn",n) ;
为 (c = 0 ; c < n
- 2022-05-31 05:23:44下载
- 积分:1