-
Insertion sort
insertion_sort.cpp
#include
#include
#include
#define N 5000
int insertion_sort( int data_insert[] );
void creat_file( char *file_name, int data_file[] );
int main(int argc, char *argv[]){
int data[N];
creat_file( argv[1], data );
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-05 04:13:51下载
- 积分:1
-
约瑟夫猴子游戏
约瑟夫问题是个有名的问题:N个人围成一圈,从第一个开始报数,第M个将被杀掉,最后剩下一个,其余人都将被杀掉。例如N=6,M=5,被杀掉的顺序是:5,4,6,2,3,1。
- 2022-07-09 10:25:35下载
- 积分:1
-
josephus算法 n个人围成一圈报数,报到人出去,相信很多人都知道这个经典题目。解法有数组法等等。 其实,这就是josehpus问题,这里演示josephu...
josephus算法 n个人围成一圈报数,报到人出去,相信很多人都知道这个经典题目。解法有数组法等等。 其实,这就是josehpus问题,这里演示josephus算法-Josephus n algorithm was used to encircle a few individuals, who report back out, I believe many people know this classic title. Solutions are arrays among others. In fact, this is josehpus, Josephus demonstration here Algorithm
- 2023-08-26 21:05:03下载
- 积分:1
-
简单有限元程序c++
使用c++编写一个简单的三角形单元有限元程序,通过编译链接,已经可以,初学有限元程序着可以看看
- 2022-09-14 03:15:03下载
- 积分:1
-
numerical comparison to judge whether two equal number greater than or less than
数值比较 判断两个数是否相等 大于 或 小于-numerical comparison to judge whether two equal number greater than or less than
- 2022-10-25 12:20:03下载
- 积分:1
-
自适应滤波理论
Adaptive Filter Theory
- 2022-08-08 21:02:56下载
- 积分:1
-
复杂网络最短路径算法,详细而有条理,很有帮助
复杂网络最短路径算法,详细而有条理,很有帮助-Complex network shortest path algorithm, detailed and structured, very helpful
- 2023-07-24 18:00:03下载
- 积分:1
-
自动编号
1.1 ANPR 系统作为实际人工智能中的应用
信息技术大规模融入现代生活的各个方面造成的对处理车辆作为概念资源信息系统中的需求。由于没有任何数据的独立信息系统有没有意义,还有需要变换车辆之间的现实和信息系统有关的信息。这可以通过一个人的代理,或通过特殊的智能设备,是能够通过其在实际环境中的车牌识别车辆和反映的是它在概念的资源。因此,已经开发各种识别技术和数字板识别系统今天在各类交通和安全应用程序,如停车、 访问和边境管制或跟踪被盗汽车的使用。
- 2022-03-20 05:55:28下载
- 积分:1
-
输入三角形的三点坐标,计算三角形面积,周长
输入三角形的三点坐标,计算三角形面积,周长-Enter the three coordinates of the triangle to calculate the triangle area, perimeter
- 2022-08-25 19:47:59下载
- 积分:1
-
BP neural network algorithm to achieve the financial capital of the Chinese char...
采用BP神经网络算法实现的大写金融汉字识别软件的核心识别功能,适合学习。-BP neural network algorithm to achieve the financial capital of the Chinese character recognition software to identify the core features for learning.
- 2023-01-29 11:25:03下载
- 积分:1