-
插入排序
/ * 插入排序升序排列 * /
#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
-
该程序关于ACE的编成例子 用C++ 编写 简单易懂 该例子侧重客户端和服务端的编写 在Visual Studio .Net2003下编译通过...
该程序关于ACE的编成例子 用C++ 编写 简单易懂 该例子侧重客户端和服务端的编写 在Visual Studio .Net2003下编译通过 -the procedures on the formation of ACE examples in C++ easily understood examples focus on the client and server-side in the preparation of Visual Studio. Under compile Net2003
- 2022-03-07 07:21:59下载
- 积分:1
-
使用Ws2_32.DLL中的函数而不是ICMP.DLL中的函数来实现Ping
使用Ws2_32.DLL中的函数而不是ICMP.DLL中的函数来实现Ping -Implementing Ping using the function in ICMP.DLL not the function in Ws2_32.D
- 2022-03-06 13:55:28下载
- 积分:1
-
Apache 2.0.39源代码
Apache 2.0.39源代码-Apache 2.0.39 source code
- 2022-02-19 23:47:11下载
- 积分:1
-
网络开发工具包,包含三个类:服务器,客户端和消息队列
网络开发工具包,包含三个类:服务器,客户端和消息队列 -Tool lib for network development, contains three class : server, client and message queen
- 2022-03-07 09:06:46下载
- 积分:1
-
a sip of the signaling protocol stack agency services program, realized through...
一个关于sip协议栈的信令代理服务程序, 实现穿越nat功能.配合媒体流使用.-a sip of the signaling protocol stack agency services program, realized through nat function. With the use of streaming media.
- 2022-01-25 21:10:56下载
- 积分:1
-
FesendCMS(网站信息管理系统)所有Asp源代码
FesendCMS(网站信息管理系统)所有Asp源代码-FesendCMS (site information management system) all Asp source code
- 2022-03-05 01:26:37下载
- 积分:1
-
网络五子棋,可以进行局域网和广域网的互联游戏,具有悔棋,保存,等功能。欢迎下载!...
网络五子棋,可以进行局域网和广域网的互联游戏,具有悔棋,保存,等功能。欢迎下载!-network, LAN and WAN connectivity games, with he never cheat in spain, preservation, and other functions. Welcome to download!
- 2022-09-05 23:05:03下载
- 积分:1
-
一个关于网络版的即时通讯聊天系统源代码。
一个VisualC++版本的Network即时消息聊天系统的源码。-a VisualC Network version of the instant messaging chat system source code.
- 2022-03-30 09:06:28下载
- 积分: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