-
Based on UDP protocol socket programming, is a Client
基于UDP协议的socket programming,是Client端的程序,可以作为初学者的学习参考-Based on UDP protocol socket programming, is a Client-side program can be used as reference for beginners to learn
- 2023-07-23 12:05:03下载
- 积分:1
-
high
高速,高容量,多种网络之间E-MAIL电子邮件的储存.修补等的C语言开发的软件,共有31种功能-high-speed, high-capacity, multi-network E-MAIL e-mail storage. Patch the development of the C-language software, there are 31 functions
- 2022-03-24 22:18:03下载
- 积分:1
-
winsocket的小程序
winsocket的小程序-winsocket script
- 2023-05-31 22:00:02下载
- 积分:1
-
非常有用的构造并发送IP/UDP/ICMP数据包的程序
非常有用的构造并发送IP/UDP/ICMP数据包的程序-A useful program which can construct and send IP/UDP/ICMP data packets
- 2023-04-03 03:00:04下载
- 积分:1
-
UDP examples of socket programming examples
socket编程实例UDP实例,112335456612-UDP examples of socket programming examples
- 2022-05-27 12:37:54下载
- 积分:1
-
实现服务器和客户端的通信,利用PB做的控制界面,基于Socket通信...
实现服务器和客户端的通信,利用PB做的控制界面,基于Socket通信-server and client communications, the use of PB do control interface, based on Socket Communications
- 2023-04-09 11:05:03下载
- 积分:1
-
局域网中查看各个终端的磁盘信息的小程序。主要是网络socket编程...
局域网中查看各个终端的磁盘信息的小程序。主要是网络socket编程-See all LAN terminals disk information applets. Network socket programming is mainly
- 2022-08-03 01:22:06下载
- 积分:1
-
ARP防火墙,一款很好用的ARP防火墙,编译通过
ARP防火墙,一款很好用的ARP防火墙,编译通过-ARP firewall, a good firewall to use the ARP, the compiler through
- 2022-02-25 13:56:34下载
- 积分:1
-
对WINSOCKET的完成端口模型进行封装的类,Delphi写的,效率不错!
对WINSOCKET的完成端口模型进行封装的类,Delphi写的,效率不错!
-WinSocket the completion of the port model of the type of package, Delphi written good efficiency!
- 2022-07-08 20:51:55下载
- 积分: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