-
用希尔算法实现的排序
用希尔算法实现的排序-Hill with the ranking algorithm
- 2023-08-15 22:05:03下载
- 积分:1
-
Peking University ACM Chapter 30,663,069 question Question poj source code, good...
北大ACM试题poj 第3066 3069题源码,很好的代码,希望对搞ACM的同学有帮助
-Peking University ACM Chapter 30,663,069 question Question poj source code, good code, and want to help students engage in ACM
- 2022-02-06 03:58:22下载
- 积分:1
-
dtw.c 算法
在日常的生活中我们最经常使用的距离毫无疑问应该是欧式距离,但是对于一些特殊情况,欧氏距离存在着其很明显的缺陷,比如说时间序列,举个比较简单的例子,序列A:1,1,1,10,2,3,序列B:1,1,1,2,10,3,如果用欧氏距离,也就是distance[i][j]=(b[j]-a[i])*(b[j]-a[i])来计算的话,总的距离和应该是128,应该说这个距离是非常大的,而实际上这个序列的图像是十分相似的,这种情况下就有人开始考虑寻找新的时间序列距离的计算方法,然后提出了DTW算法,这种方法在语音识别,机器学习方便有着很重要的作用。
这个算法是基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,简单来说,就是通过构建一个邻接矩阵,寻找最短路径和。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-21 23:10:34下载
- 积分:1
-
用C++实现各种排序算法:如冒泡排序、选择排序、插入排序、希尔排序、快速排序、归并排序、基数排序和堆排序,并带有源代码说明...
用C++实现各种排序算法:如冒泡排序、选择排序、插入排序、希尔排序、快速排序、归并排序、基数排序和堆排序,并带有源代码说明-With C++ Realize a variety of sorting algorithms: such as Bubble Sort, Selection Sort, Insertion Sort, Hill sort, quick sort, merge sort, Radix Sort and Heap Sort, with source code Description
- 2023-08-13 02:15:02下载
- 积分:1
-
有关kalman滤波及其一些变形滤波算法
有关kalman滤波及其一些变形滤波算法-Kalman filtering and some of the relevant deformation filtering algorithm
- 2022-04-28 09:55:49下载
- 积分:1
-
development of the zinc flow calculation procedures, the least
开发的锌流量计算程序,用到了最小二乘法,具体参数的设定需要根据具体的容器来定-development of the zinc flow calculation procedures, the least-squares method used, the specific set of parameters according to the concrete containers to determine
- 2022-09-12 07:35:03下载
- 积分:1
-
adaptive vector algorithm (VQ) source VQ
自适应矢量化算法(VQ)源程序VQ-adaptive vector algorithm (VQ) source VQ
- 2022-03-02 02:15:11下载
- 积分:1
-
学校管理
管理类学生/组智者
添加/编辑/删除学生
学生查看个人资料
sudent来看marksheet
学生查看身份证
管理老师简介
添加/编辑/删除教师信息
根据学生classwise管理父
创建/编辑/删除类/组的学生。
创建/编辑/这里的主题菜单中删除主题
受试者可以单独定义根据每个类
管理考试/学期房源
管理标记(编辑/更新)和考勤考试,班级及学生聪明
管理考试成绩
管理类常规
- 2022-01-25 20:00:12下载
- 积分:1
-
本文从理论上推导出CRC 算法实现原理,给出三种分别适应不同计算机或微控
制器硬件环境的C 语言程序。读者更能根据本算法原理,用不同的语言编写出独特风格...
本文从理论上推导出CRC 算法实现原理,给出三种分别适应不同计算机或微控
制器硬件环境的C 语言程序。读者更能根据本算法原理,用不同的语言编写出独特风格
更加实用的CRC 计算程序。-This paper theoretically deduced from the principles of CRC algorithm is given three separate computers or micro-controller to adapt to different hardware environment of the C language program. According to this algorithm the reader a better theory, in different languages a unique style of the CRC calculation program more practical.
- 2022-02-15 19:33:59下载
- 积分:1
-
数字通信权威书籍,伯克利教材!!!很有有用的
数字通信权威书籍,伯克利教材!!!很有有用的-Digital communication authority of books, teaching at Berkeley! ! ! Very useful
- 2023-06-17 01:30:04下载
- 积分:1