资源列表
HeapSort
- Heapsort is a comparison-based sorting algorithm, and is part of the selection sort family. Although somewhat slower in practice on most machines than a well implemented quicksort, it has the advantage of a more favorable worst-case O(n log n) runtim
least-absolute-linear-matlab
- 最小一乘拟合直线算法在matlab中的实现。-Least one straight line fitting algorithm in matlab by the implementation.
CircularObjects
- Find circular Objects into images by Estimation of covariance matrices
schmidt_toeplitz
- 根据施密特正交化过程,编辑的代码,内有中文注释,将多组向量进行正交化 代码2:托普利兹矩阵(差分矩阵)的实现-schmidt orthogonalization. transform the vectors to orthometric vectors
erjienijuzhen
- 给定的二阶矩阵(2*2),求其逆矩阵 输入大输出一个大小为2*2的距阵,矩阵每一行相邻的的两个数字之间由一个空格隔开小为2*2的距 -Given second-order matrix (2* 2), find the inverse matrix of the input high output of a size of 2* 2 matrix, the matrix adjacent to each line between two numbers separated by a sp
ju--zhen-xaing--jia
- 矩阵相加 对于初学者非常有用 Dim irow As Integer Dim icol As Integer Dim iA(3, 2) As Integer Dim iB(3, 2) As Integer Dim iC(3, 2) As Integer Dim rand = New Random(CInt(Date.Now.Ticks And Integer.MaxValue)) For irow = 0 To 3 For icol = 0 To 2
blurMetric
- calculate blur, in a single image . .called no reference method
fft
- 实现FFT(快速傅里叶变换),程序简单,适合学习使用。-Implement FFT (fast Fourier transform), the program is simple, suitable for learning to use.
Bayesian-maximum-a-posteriori
- 实现贝叶斯最大后验概率计算,适合原理的研究,简单易懂。-To achieve the maximum a posteriori Bayesian probability, the principle of appropriate and easily understood.
AHP
- 模糊层次分析法的权重计算以及一致性检验,模糊变换的计算-Fuzzy AHP weighting and consistency check, the calculation of fuzzy transformation
nonlinear_eqations
- 非线性方程组求解方法全集,希望对大家有用!-Complete Works of nonlinear equations approach, I hope useful!
zui-xiao-er-cheng
- 最小二乘的原理和仿真计算程序,经过程序测试-Least-squares principle and simulation program, after the program testing
