-
To achieve LAN communications and file transfer capabilities
实现局域网通信以及文件传输的功能,具有添加好友功能。-To achieve LAN communications and file transfer capabilities
- 2022-06-28 01:01:04下载
- 积分:1
-
利用TCPIP实现简单的客服务器模式,用C语言实现
利用TCPIP实现简单的客服务器模式,用C语言实现-TCPIP simple use of the passenger server model, with C language
- 2022-06-15 08:14:20下载
- 积分:1
-
实现wap中url返回上级的功能
实现wap中url返回上级的功能-achieve wap url had returned to the higher level of function
- 2022-05-26 11:41:38下载
- 积分:1
-
Crawler网络爬虫
我的第一个Winsock程序,使用c++语言,实现了在Internet上爬取一个文件的功能,并非真正意义上的网络爬虫,起功能还有待扩展。本代码可以帮助初次接触Winsock和网络爬虫的同学,代码很简单。
- 2022-11-04 17:30:03下载
- 积分:1
-
一个TELNET客户端
一个TELNET客户端-A TELNET client
- 2022-03-25 20:47:31下载
- 积分:1
-
very good source code procedures
非常好的源代码程序-very good source code procedures
- 2022-08-24 15:54:57下载
- 积分:1
-
ftp类库,用C++开发时可以调用进行ftp传输文件。
ftp类库,用C++开发时可以调用进行ftp传输文件。-ftp library, using C++ developers can call to ftp to transfer files.
- 2023-03-15 18:20: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
-
Socket using a small program written in VC, there are client and server, the two...
用VC编写的socket小程序,有客户端和服务端,两者3次握手建立连接,用到了最基本的socket,bind,listen,send,receive,函数,非常适合初学者,我就是用这个例子学习的socket编程,很经典的例子有,还有小界面-Socket using a small program written in VC, there are client and server, the two three-way handshake to establish a connection, use the most basic socket, bind, listen, send, receive, function, very suitable for beginners, but I just use this example to learn socket programming, it is the classic case in point, there is a small interface
- 2022-02-21 08:12:34下载
- 积分:1
-
简单的网络编程下的窗口程序,功能强大
vc的简单网络编程,windows下ping程序,功能强大-vc simple network programming under windows ping procedures, powerful
- 2022-06-22 04:43:27下载
- 积分:1