-
插入排序
/ * 插入排序升序排列 * /
#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
-
映射网络硬盘驱动器的源代码 就是调用windows API函数
映射网络硬盘驱动器的源代码 就是调用windows API函数-map network drives for the source code is called Windows API function
- 2022-08-06 23:25:48下载
- 积分:1
-
vb写的源程序供参考
vb写的源程序供参考-vb source for information
- 2022-02-05 21:34:22下载
- 积分:1
-
socket编程指南,编纂socket是用函数信息.
socket编程指南,编纂socket是用函数信息.-socket programming guide is a compilation of socket function information.
- 2022-09-04 19:55:02下载
- 积分:1
-
端口到网络转换过程的例子,界面。可以杀死…
端口到网络进程pid的转换例子,有界面。可以杀死进程,过滤进程。-port to the network conversion process pid example, the interface. Can kill the process, filtration process.
- 2022-08-23 17:11:03下载
- 积分:1
-
一个简单的网络防火墙,从freevbcode找到
一个简单的网络防火墙,从freevbcode上找的-A simple network firewall, from freevbcode find the
- 2022-08-19 15:30:43下载
- 积分:1
-
模拟平程序,实现
模拟ping程序,实现-L,-N,-W,-T等参数,在Windows Visual C++下调试通过。
- 2022-09-06 19:30:03下载
- 积分:1
-
Window下的select方式网络程序的范例
Window下的select方式网络程序的范例-Window select the mode network programming paradigm
- 2022-07-12 10:04:35下载
- 积分:1
-
ping 命令工作原理详细解析
ping 命令工作原理详细解析-ping command detailed analytical work principle
- 2022-08-25 17:35:40下载
- 积分:1
-
聊天程序,主要系统调用,包括:套接字()
聊天程序,主要的系统调用包括:socket()-创建Socket;bind()-将创建的Socket与本地端口绑定;connect()与accept()-建立Socket连接;listen()-服务器监听是否有连接请求;send()-数据的可控缓冲发送;recv()-可控缓冲接收;closesocket()-关闭Socket。-Chat program, the main system calls, including: socket ()- Create Socket bind ()- will create a Socket with the local port binding connect () and accept ()- establish a Socket connection listen ()- server monitor whether there is connection requests send ()- data buffer to send controllable recv ()- controllable receiver buffer closesocket ()- Close Socket.
- 2023-06-10 19:15:03下载
- 积分:1