-
排序程序冒泡排序、 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
-
使用信任的库
a library which uses trust-region methods to solve problems in scalar optimization or nonlinear least squares
- 2023-04-03 21:50:03下载
- 积分:1
-
btp 2.0.2 tutorial source codes
btp 2.0.2 tutorial source codes
- 2022-07-14 09:49:16下载
- 积分:1
-
Simple Receipt Print
日期为自动填充
- 2023-02-04 00:40:04下载
- 积分:1
-
清理VC编译后产生的临时文件的程序,编译时用到BCG控件
清理VC编译后产生的临时文件的程序,编译时用到BCG控件-VC clean up after the compiler temporary files generated by the process, compile-time control used in BCG
- 2022-01-31 12:44:45下载
- 积分:1
-
教科书的例子,源码for the examples from Fintan culwin S Textbook是……
Textbook examples, source code for the examples from Fintan Culwin s textbook Java: an Object First Approach, which is also on this CD.
- 2023-07-27 10:10:03下载
- 积分:1
-
SIFT图像拼接代码
这是通过SIFT实现图像拼接的代码,首先通过SIFT算法检测出特征点,然后欧式距离匹配点对,然后用RANSAC来去除误配点。最后用加权平均法来融合图像。本人已测,绝对好用。
- 2022-12-07 05:20:03下载
- 积分:1
-
播放wav文件的VB控件
播放wav文件的VB控件-players wav file VB Controls
- 2022-05-20 03:36:27下载
- 积分:1
-
Replacer 2.63 Pre
文件替换能手2.63――替换任意文件
www3.telus.net/_/replacer/-Replacer 2.63 Pre-release
www3.telus.net/_/replacer/
- 2022-01-26 17:19:18下载
- 积分:1
-
子分类技术的应用
子分类技术的应用-son Classification Technology Application
- 2022-05-25 08:32:59下载
- 积分:1