-
2.时间序列分析
1.二分查找
适用条件:查找序列已经有序
int binarysearch(int a[], int n, int x)
{
int left, right, center;
left = 0;
right = n - 1;
- 2022-03-05 08:28:07下载
- 积分:1
-
哲学家算法uc_os
资源描述在uc_os ii环境下运行哲学家算法~可以直接运行,uc_os ii环境已经搭建完成~可以直接使用,快快来下吧
- 2022-03-23 06:30:21下载
- 积分:1
-
简单的队列的实现
简单的队列的实现-simple realization of the Queue
- 2022-09-01 20:15:03下载
- 积分:1
-
kalman估值器,为了简洁未使用矩阵计算,应用了kalman滤波,c语言实现
kalman估值器,为了简洁未使用矩阵计算,应用了kalman滤波,c语言实现-A kalman estimator written with c , without matrix operation,applied kalman filter.
- 2022-10-17 01:55:03下载
- 积分:1
-
基于opencv的人脸检测
资源描述本程序利用了opencv自带的haar人脸分类器,然后在vs编程环境下,实现了对静态图像中正脸、侧脸的检测,同时还实现了对动态视频中人脸的实时检测。
- 2022-05-29 06:55:58下载
- 积分:1
-
查找SD卡
函数GetDriverPhysicalInfo可以获取物理磁盘的相关信息,函数CheckSDCard中先枚举出计算机物理磁盘的名字,再根据物理磁盘的名字依次查找相关物理磁盘信息,通过信息匹配即可找到想要找到的SD卡
- 2022-11-28 06:15:03下载
- 积分:1
-
介绍双数组逆波兰表达式法:
介绍双数组逆波兰表达式法:-Introduced the dual-array expression Reverse Polish law:
- 2022-05-24 18:33:37下载
- 积分:1
-
This is a question of the Queen's eight procedures
这是一个八皇后问题的程序-This is a question of the Queen"s eight procedures
- 2022-06-19 09:00:45下载
- 积分:1
-
示例随机数产生方法,符合平均分部和正态分部,示波器显示...
示例随机数产生方法,符合平均分部和正态分部,示波器显示-random sample method, in line with the average Division and the normal divisions, oscilloscope shows
- 2022-03-18 18:29:51下载
- 积分:1
-
二叉树的递归与非递归遍历(Java描述),高效实现Josephus算法,合并有序链表,基于队列实现的基数排序,栈.回溯.迷宫问题求解。5个算法的源程序。...
二叉树的递归与非递归遍历(Java描述),高效实现Josephus算法,合并有序链表,基于队列实现的基数排序,栈.回溯.迷宫问题求解。5个算法的源程序。-Recursive and non recursive binary tree traversal (Java description), efficient algorithms to achieve Josephus, merging sorted linked list, queue-based implementation of radix sort, stack. Backtracking. Maze problem-solving. 5 algorithm source code.
- 2022-04-25 12:32:36下载
- 积分:1