-
排序程序冒泡排序、 unsort、 部分排序
#define PARTIALLYSORTED_30 3
#define PARTIALLYSORTED_50 4
#define PARTIALLYSORTED_70 5
#define RANDOMIZE_QSORT 1
#define MERGE_SORT 2
#define SELECTION_SORT 3
#define BUBBLE_SORT 4
/ *---随机化快速排序---* /
int random_partition (int * arr、 int 开始,int 结束) ;
void random_quick_sort (int * arr、 int 开始,int 结束) ;
/*----------------------------------------------*/
/*-----------Merge Sort--------------------------*/
空的分区 (int arr [],int 低,int 高) ;
void 归并 (int arr [],int 低,年年高 int int) ;
/*------------------------------------------------*/
/ *---选择排序---* /
void sort_select (int n) ;
int; maxind(int m)
void swap1 (int * x int * y);
/*------------------------------------------------*/
/*-----------------Bubble sort--------------------*/
void recursive_bubble (int * 数组、 int 的大小) ;
/*-----------------------------
- 2022-07-02 17:33:19下载
- 积分:1
-
对regindel DES算法
des algorithem of regindel
- 2022-09-30 04:05:03下载
- 积分:1
-
The way to creating CEdit Controls when the program is running
动态生成文本编辑框并实现其作为文本编辑框的功能-The way to creating CEdit Controls when the program is running
- 2022-04-21 11:05:48下载
- 积分:1
-
全国计算机等级考试一级WINDOWS 的模拟考试软件源代码 通过这个源码可以模拟等级考试...
全国计算机等级考试一级WINDOWS 的模拟考试软件源代码 通过这个源码可以模拟等级考试-National Computer Rank Examination of a mock examinations Windows software source code through this source can be simulated grading examinations
- 2022-07-12 00:20:20下载
- 积分:1
-
MFC画板程序
MFC实现简易画板程序 包含应用程序源码 Active X源码 和Active X测试程序
- 2022-08-24 19:23:23下载
- 积分:1
-
设Internet上有N个站点,通常从一个站点发送消息给其他N-1个站点,需依次发送N-1次。
这样从一个站点发布消息传遍N个站点时,可能要较长时间。...
设Internet上有N个站点,通常从一个站点发送消息给其他N-1个站点,需依次发送N-1次。
这样从一个站点发布消息传遍N个站点时,可能要较长时间。
设从每一个站点都可以向其他N-1个站点同时发送消息.
当一个站点发布消息给若干个站点后, 设为k个, 已获得消息的这1+k个站点就可以同时发布消息给另外若干个站点, 设为t个, 此后就有 1+k+t 个站点可以同时发布消息,这种发布消息方法应该会缩短消息传遍N个站点的时间。
请您编一个程序, 编程求出从第一个站点开始发布消息传遍N个站点的最短时间。
- 2022-01-27 09:55:19下载
- 积分:1
-
从vb像pdf文件进行操作的源代码,我在一个项目中需要
从vb像pdf文件进行操作的源代码,我在一个项目中需要-Pdf file from vb to operate as the source code, I need a project
- 2023-08-14 20:35:04下载
- 积分:1
-
windows下端口读写
windows下端口读写-read and write ports under the windows
- 2023-06-05 15:30:03下载
- 积分:1
-
miniweb在嵌入式平台上的Web源代码发布0.7 200运行…
MiniWeb 在嵌入式平台上运行的WEB源代码 2005-6-3 MiniWeb 0.7发布 -MiniWeb in embedded platforms running on the Web the source code release 0.7 2005-6-3 MiniWeb
- 2023-01-10 07:00:04下载
- 积分:1
-
通过注册表获得U盘序列号
通过注册表获得U盘序列号,不涉及window驱动方面值得研究使用
- 2022-02-14 13:30:30下载
- 积分:1