资源列表

« 1 2 ... .65 .66 .67 .68 .69 27470.71 .72 .73 .74 .75 ... 28522 »

[matlab例程DTW

说明:DTW算法的程序,申请两个n*m的矩阵D、d,分别为累积距离和帧匹配距离。这里n和m为测试模版与参考模版的帧数。然后通过一个循环计算两个模版的帧匹配距离d。接下来进行动态规划,为每个格点 (i,j)都计算其三个可能的前续格点的累积距离D1,D2,D3。考虑到边界问题,有些前续格点可能不存在,因此加入一些判断条件最后利用最小值函数min(),找到三个前续格点的累积 距离作为累积距离,与当前帧的匹配距离d(i,j)相加,作为当前格点的累积距
<韦卫> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数学计算/工程计算BFGS

说明:数学计算方法,拟牛顿BFGS算法,使用matlab编写-Mathematical calculation method, quasi-Newton BFGS algorithm, using matlab prepared
<mei> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法main

说明:关于压缩感知理论观测矩阵,重构算法等主函数-On compressed sensing observation matrix, the main function of the reconstruction algorithm
<高健> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数学计算/工程计算MP

说明:基于压缩感知理论的匹配正交(mp)算法的MATLAB程序-Based on the theory of compressed sensing matching orthogonal (mp) algorithm in MATLAB
<高健> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数学计算/工程计算OMP

说明:压缩感知理论中正交匹配追踪(OMP)算法的程序-Compressed sensing theory, orthogonal matching pursuit (OMP) algorithm program
<高健> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[matlab例程hough

说明:霍夫变换,用于图像中直线检测,可以通过改变阈值设置改变结果-used in image processing for line detection after transform done threshold can be set on the result.
<magcin> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法tree

说明:二叉排序树中删除删除结点是其双亲结点的右孩子的算法,删除后仍为二叉排序树。-Delete Delete node binary sort tree algorithm is the right child of its parent node, delete still binary sort tree.
<罗壹文> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法new-Bubble-Sort

说明:修改起泡排序的算法,在正反两个方向交替进行扫描,即第一趟把排序码最大的对象放到序列的最后,第二趟把排序码最小的对象放到序列的最前面。如此反复进行。-Modified bubble sort algorithm, in both directions alternately scanning, sorting code that first trip to the largest objects into the final, the s
<罗壹文> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法Sort

说明:奇偶交换排序是另一种交换排序。它的第一趟对序列中的所有奇数项i扫描,第二趟对序列中的所有偶数项i扫描。若A[i] > A[i+1],则交换它们。第三趟有对所有的奇数项,第四趟对所有的偶数项,…,如此反复,直到整个序列全部排好序为止。-Parity exchange swap is another sort. It' s the first trip of a sequence of all odd items i scan,
<罗壹文> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数学计算/工程计算cvEucdist

说明:欧几里得距离是一种数学计算矩阵距离的算法,可用于图像分类时查找最近邻的距离。-Euclidean distance is a mathematical algorithm to calculate the distance matrix can be used for image classification when looking for the nearest neighbor distance.
<彭沛沛> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数学计算/工程计算jinwei

说明:LINGO--求解DEA模型的LINGO源码-aimed to model DEA in LINGO
<vincentmeng> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[matlab例程entropy

说明:输入为两幅灰度图像,输出为两幅图像的熵的差值-Two input gray image, the output of the entropy of the difference between two images
<小怪兽> 在 2025-01-15 上传 | 大小:1kb | 下载:0
« 1 2 ... .65 .66 .67 .68 .69 27470.71 .72 .73 .74 .75 ... 28522 »

源码中国 www.ymcn.org