-
插入排序
/ * 插入排序升序排列 * /
#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
-
Buffer封装类,A buffer of memory that takes care of allocating and freeing itself, a...
Buffer封装类,A buffer of memory that takes care of allocating and freeing itself, and has methods for compression and encoding-Buffer Wrapper Class。A buffer of memory that takes care of allocating and freeing itself, and has methods for compression and encoding
- 2022-06-16 00:38:47下载
- 积分:1
-
1.上传所有文件到你的空间。
2.把数据库文件FORUM.sql导入数据库。
3.修改config.php 和 data文件夹属性为0777。
4....
1.上传所有文件到你的空间。
2.把数据库文件FORUM.sql导入数据库。
3.修改config.php 和 data文件夹属性为0777。
4.后台管理地址:/admin/login.php 初始管理账号: 用户名:admin 密码:admin -1. From all the files to your space.
2. FORUM.sql the database file into the database.
3. Config.php and modify attribute data for the 0777 folder.
4. Admin Address:/admin/login.php initial management of account: Username: admin Password: admin
- 2022-07-15 20:10:22下载
- 积分:1
-
改版反弹,增加关所有防火墙
改版反弹,增加关所有防火墙-Revision rebound increase in clearance of all the firewall
- 2022-10-01 02:40:03下载
- 积分:1
-
实现了一个功能简单的HTTP代理服务器,本章主要介绍多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程...
实现了一个功能简单的HTTP代理服务器,本章主要介绍多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。-achieved a simple function of the HTTP proxy server, this chapter introduces multi-threaded programming related knowledge, including initialization of critical and delete critical of the use of the completion of a number of critical thread on the critical resources of the exclusive visit, work to create threads, threads from work, definitions and setting events using multiple threads completed the synchronization and collaboration.
- 2022-08-16 07:31:26下载
- 积分:1
-
一个贺卡在线发送的ASP程序很有用哦,管理员密码是admin
一个贺卡在线发送的ASP程序很有用哦,管理员密码是admin-an online greeting card sent to the ASP procedures useful oh, administrators password is admin
- 2023-03-05 01:55:03下载
- 积分:1
-
personal photo management : the example of the use of ADO completed a personal p...
个人相册管理:本实例使用ADO技术完成一个个人相册管理程序,实现在数据库中存取位图图象等数据的功能。-personal photo management : the example of the use of ADO completed a personal photo album management procedures, to achieve access to the database, such as bitmap image data.
- 2022-01-21 22:29:11下载
- 积分:1
-
uploading and downloading of the whole station with the source code of ASP techn...
这是一个上传下载的整站的源代码
用ASP技术和ACCESS的数据库-uploading and downloading of the whole station with the source code of ASP technology and the ACCESS database
- 2023-08-14 20:50:05下载
- 积分:1
-
在同一个线程中实现异步套接字的聊天程序,用以音视频…
在同一个线程中使用异步套接字实现聊天室程序,避免了不读数据时出现阻塞-In the same thread realize the use of Asynchronous Sockets Chat procedures to avoid non-blocking when reading data
- 2022-01-22 02:10:31下载
- 积分:1
-
串口通信
串口通信-Serial Communication
- 2022-06-19 13:22:39下载
- 积分:1