-
排序程序冒泡排序、 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
-
一个初学者写的小小编辑器的原代码!
一个初学者写的小小编辑器的原代码!-beginners to write a small editor of the original code!
- 2022-02-04 14:54:22下载
- 积分:1
-
运筹学的程序
本程序实现运筹学--非线形规划中的单纯形法,求fmin(X)=4*(X1-5)*(X1-5)+(X2-6)(X2-6)的具有最小值时的最优解,如需改变所求函数,在子函数f中修改即可-the program tacticians-- non-linear planning for the simplex method, seeking fmin (X) = 4* (X1- 5)* (X1- 5) (X2-6) (X2-6) with the minimum of the optimal solution, and if necessary change change the demand function, f Functions can be modified
- 2022-02-09 17:36:21下载
- 积分:1
-
模拟银行提款机程序,用文件存储数据,实现存款、提款、转账等程序...
模拟银行提款机程序,用文件存储数据,实现存款、提款、转账等程序-ATMs simulation program, data file storage and achieve deposits, withdrawals, transfers and other procedures
- 2022-07-02 22:01:17下载
- 积分:1
-
players into the Formosan vb Health is prepared vb learners familiar with a good...
播放器成生器用vb编写是vb学习者熟悉vb的很好实例-players into the Formosan vb Health is prepared vb learners familiar with a good example of vb
- 2023-01-27 13:55:03下载
- 积分:1
-
small c for dos source code for C language compiler source code
small c for dos源代码
C语言编译器源代码-small c for dos source code for C language compiler source code
- 2022-03-17 17:53:32下载
- 积分:1
-
解决N后问题,可以实现在一个n*n的棋盘上放置N
解决N后问题,能够实现在一个N*N的棋盘上放置N个皇后,然后使其满足条件-Solve the N after the issue, can be realized in an N* N chessboard placed on N-Queen s, and then to meet the conditions
- 2022-03-18 13:11:57下载
- 积分:1
-
一个用vc写的日历控件.
一个用vc写的日历控件.-vc write with a calendar control.
- 2023-05-20 11:10:02下载
- 积分:1
-
自定义的标签控件对话框
自定义的标签控件对话框-Custom Controls dialog box labels
- 2023-09-01 14:40:03下载
- 积分:1
-
源码中包含有3个游戏代码,一个购物系统代码还有其他很多学习用例的教学代码!~...
源码中包含有3个游戏代码,一个购物系统代码还有其他很多学习用例的教学代码!~-It includes 3 games code a shopping system and many other codes used for teaching.
- 2022-02-11 12:03:00下载
- 积分:1