-
一个使用socket传输文件的实例,包含最基础的socket使用方法,初学者适用。...
一个使用socket传输文件的实例,包含最基础的socket使用方法,初学者适用。-a socket to transfer files using examples include the most basic use of the socket, beginners apply.
- 2022-02-05 12:34:13下载
- 积分:1
-
WAP综合整站(带数据带采集)
WapDomain 说明
ASP+WAP的域名查询程序,该程序只提供域名是否已被注册信息,不提供WHOIS信息,...
WAP综合整站(带数据带采集)
WapDomain 说明
ASP+WAP的域名查询程序,该程序只提供域名是否已被注册信息,不提供WHOIS信息,如用户需要,可自己添加此功能.此源码基于WapClass Ver 1(文件位置:inc/wapclass.asp)开发,用WAP类开发,提高开发效率.该查询程序采用万网(http://whois.hichina.com/)的查询域名接口.
程序基本原理:提交要查询的域名,然后判断该域名的合法性,再使用"先锋海盗类"(文件位置:inc/clsThief.asp)数据查询.
-WAP ZHONGHE
- 2022-03-07 21:39:21下载
- 积分:1
-
与原始套接字的源代码
用Raw Socket实现ping的程序源代码-with Raw Socket ping of source code
- 2022-03-29 14:28:16下载
- 积分:1
-
一个简单的多任务的FTP服务器及相应的客户端程序FTP client/server...
一个简单的多任务的FTP服务器及相应的客户端程序FTP client/server -a simple multi-task of FTP servers and corresponding client FTP client/se Tiger
- 2022-09-10 14:40:02下载
- 积分:1
-
adhoc仿真,OMNeT++编写,欢迎交流
adhoc仿真,OMNeT++编写,欢迎交流-ADHOC simulation, OMNeT++ prepared to welcome the exchange of
- 2022-01-31 11:33:41下载
- 积分:1
-
WINDOWS网络编程一书的配套源码
WINDOWS网络编程一书的配套源码-WINDOWS network programs a book the necessary source code
- 2023-02-11 17:35:03下载
- 积分:1
-
The program standard BitSpoder category realize, realize multi
该程序采用标准的BitSpoder类实现,实现BitTorrent多点下载。-The program standard BitSpoder category realize, realize multi-point BitTorrent download.
- 2022-03-19 16:14:42下载
- 积分:1
-
一个简单的聊天工具,可以实现多个用户同时上线聊天,目前已实现在局域网可以聊天.这是客户端程序....
一个简单的聊天工具,可以实现多个用户同时上线聊天,目前已实现在局域网可以聊天.这是客户端程序.-A simple chat tool, multiple users can chat on-line at the same time, the current can be realized in the local area network chat. This is the client program.
- 2022-09-06 06:30:03下载
- 积分:1
-
Based on the communication terminal equipment and the gateway server, interface...
基于通信终端设备与网关服务器的接口协议,实现协议转换 转码 译码 功能。-Based on the communication terminal equipment and the gateway server, interface protocols, protocol conversion, transcoding decoding capabilities.
- 2022-10-29 16:05:03下载
- 积分: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