-
排序程序冒泡排序、 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
-
ACO for TSP, working well
ACO for TSP, working we-ACO for TSP, working well
- 2022-11-17 20:00:09下载
- 积分:1
-
透明位图背景上的滚动字幕实例
visual c
透明位图背景上的滚动字幕实例
visual c-transparent bitmap background code
- 2022-04-25 01:46:19下载
- 积分:1
-
Tool for creating Splash Forms
Tool for creating Splash Forms
- 2022-06-01 18:21:34下载
- 积分:1
-
许多实施,创建使用OpenCV,人工视力
many implementing them, created using opencv, "Artificial Vision"
- 2022-03-21 15:55:00下载
- 积分:1
-
有用于计算机ccources一些节目,他们可能会有帮助作用。
这是上课用的几个程序,对于初学者还是有一定的价值的。多都源码,还是有好处的,希望初学者能够从里面学到一些东西。-There are some programmes used in computer ccources and they might be helpful to beginners. Most of them are source codes. I wish that begginers would learn some programming knowledge from these source codes.
- 2022-08-31 22:50:04下载
- 积分:1
-
SMTP 示例程式
SMTP 示例程式-SMTP example programs
- 2023-03-29 19:40:03下载
- 积分:1
-
NMEA0183开发库
开发语言:Visual C++,C++开发工具:Visual Studio功能描述:它是解析NMEA 0183的协议的开发库,使用该库,可以非常方便,快捷地将从COM口读取的gps定位器的数据进行解析,例如:解析出当前gps定位器中的经度,纬度,高度,速度,状态等信息。
- 2022-03-24 16:51:58下载
- 积分:1
-
is indented file format, based on the c and no window, a bit old fashioned
是文件格式缩进的,基于c++的,没有涉及window,有点老土-is indented file format, based on the c and no window, a bit old fashioned
- 2023-08-29 12:35:03下载
- 积分:1
-
自己写的一个有关八数码问题的小程序
自己写的一个有关八数码问题的小程序-himself wrote on one of the eight small digital procedures
- 2022-05-22 12:40:04下载
- 积分:1