-
排序程序冒泡排序、 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
-
自己写的类MAME的程序,只是改为了C++!
目前为 0.0.1版,完成了读rom,CPU运行,功能,但在CPU运行20W行代码时,有点小问题,大家可以借签...
自己写的类MAME的程序,只是改为了C++!
目前为 0.0.1版,完成了读rom,CPU运行,功能,但在CPU运行20W行代码时,有点小问题,大家可以借签下-MAME class to write their own procedures, but changed to the C++! Version 0.0.1 is currently completing a time rom, CPU operation, function, but running in the CPU when the 20W line of code, there is a little small problem, we can use to sign
- 2022-07-20 15:57:41下载
- 积分:1
-
时间函数的简单运用! 很有用的,可嵌入大的运用程序.
时间函数的简单运用! 很有用的,可嵌入大的运用程序.- Function of time simple utilization! Very useful, may insert
the big utilization procedure
- 2022-02-04 00:00:30下载
- 积分:1
-
This is mathematically equivalent to setting the initial state estimate
This mathematically equivalent to setting the initial state estimate-This is mathematically equivalent to setting the initial state estimate
- 2023-01-11 15:55:04下载
- 积分:1
-
own use VC.NET prepared by the Jinshan net dart six serial number for rewrite
自己用VC.NET编写的金山网镖6序列号改写器-own use VC.NET prepared by the Jinshan net dart six serial number for rewrite
- 2022-03-02 10:01:00下载
- 积分:1
-
1.将各个项目子目录拷贝到硬盘上,然后可以用Visual Basic打开程序。 2.在每个项目子目录里面的sql目录里,将后缀.sql的文件打开后,拷贝到SQL...
1.将各个项目子目录拷贝到硬盘上,然后可以用Visual Basic打开程序。 2.在每个项目子目录里面的sql目录里,将后缀.sql的文件打开后,拷贝到SQL Server 2000的查询分析器里。然后执行将产生需要的数据库结构。-1. All projects will subdirectory copy to the hard drive, which can then be opened in Visual Basic procedures. 2. Each item inside the subdirectory sql directory of extensions. Sql open the document, copies of SQL Server 2000 inquiries analyzer Lane. Then needs arising from the implementation of the database structure.
- 2022-01-26 20:04:58下载
- 积分:1
-
在m×n的矩阵中有一个元素a[i,j]满足下述条件:a[i,j]既是第i行元素中的最小值,又是第j列元素中的最大值(称为鞍点),此程序是求矩阵鞍点的算法...
在m×n的矩阵中有一个元素a[i,j]满足下述条件:a[i,j]既是第i行元素中的最小值,又是第j列元素中的最大值(称为鞍点),此程序是求矩阵鞍点的算法-In the m × n matrix has an element of a [i, j] satisfy the following conditions: a [i, j] is not only the first i elements of the minimum trip, but also is the first j elements out of the maximum value (called saddle point), this procedure is the saddle point matrix algorithm
- 2023-02-23 00:20:04下载
- 积分:1
-
活性污泥ASM2模型,用于环境工程专业本科或研究生教学所用
活性污泥ASM2模型,用于环境工程专业本科或研究生教学所用-NO descripe,there may be some mistake!I am sorry.If you have any problem, please e-mail!
- 2023-04-14 07:21:03下载
- 积分:1
-
dynamic change to the information stall no longer recompile PE stalls can be use...
动态更改信息暂停不再重新编译PE暂停可以用来更改序列号身份验证
- 2022-08-21 07:12:04下载
- 积分:1
-
本文档旨在在 FDA 上运行一个简单的实验
本文档旨在在 FDA 上运行一个简单的实验。用户可以选择为多少实例、 维度和你想要获得的新维度。您可以运行 testScript matlab 文件,它创建一个示例的三维数据,然后打电话给 FDA函数以获取此代码的工作原理的一种风味。这 testScript 会做所有你在本报告中看到的情节。在执行该维数约简之后,图 2 显示的输出。点可以是非线性可分离的、 和 FDA 授予寻找全局最优解。
- 2022-01-22 15:01:57下载
- 积分:1