-
QRDCMP
用镜像矩阵求出矩阵的QR分解(正交三角分解),并求解线性方程组,该方法不必选主元,但其计算过程非常稳定。也可用于求矩阵的广义逆和求解线性最小二乘问题。子过程QRDCMP用镜像矩阵求m*n矩阵A的QR分解,A=Q^TR,其中Q是m*m正交矩阵,R为m*n上三角矩阵;子过程QRBKSB用矩阵的QR分解求解线性方程组Ax=b,其中A为n阶非奇异方阵。(Matrix obtained with the mirror matrix QR decomposition (orthogonal triangular decomposition), and solving linear equations, the method does not have to choose the main element, but its calculation process is very stable. Can also be used to find the generalized inverse matrix and solving linear least squares problems. Sub-process of the mirror matrix QRDCMP m* n matrix A QR decomposition, A = Q ^ TR, wherein Q is a m* m orthogonal matrix, R is m* n upper triangular matrix subprocess QRBKSB a QR decomposition to solve the matrix linear equations Ax = b, where A is non-singular square matrix of order n.)
- 2013-09-27 11:05:18下载
- 积分:1
-
Real-time-O(1)-Bilateral-Filtering
本代码是Real-time O(1) Bilateral Filtering,也就是常数时间复杂度的双边滤波器,它对于很多其他算法有着很大的作用。对应论文就是Real-time O(1) Bilateral Filtering。亲自编译运行通过(It is the C++ code of Real-time O(1) Bilateral Filtering, that is, constant time complexy bilateral filtering, it is vitally useful for other algorithams. The responding paper is Real-time O(1) Bilateral Filtering. It is execuable.)
- 2015-01-09 10:13:34下载
- 积分:1
-
jielian
捷联惯导航姿系统C语言实现,可以方便的得到飞机的飞行姿态。(Navigation position system SIMU program development, you can easily get the aircraft attitude.)
- 2011-12-26 18:40:12下载
- 积分:1
-
unrarsrc-5.2.6.tar
rar文件解压源码,为rarlab公司发布(source code for unrar-5.2.6,uppack the .rar files,for multi-os )
- 2015-03-25 15:53:19下载
- 积分:1
-
VisualCandmatlab
vc下如何使用matlab,各种不同方法的介绍 还算详细吧 加油啦大家一起努力(vc matlab)
- 2009-12-10 16:15:00下载
- 积分:1
-
bayesnetwork
用k2算法从先验概率构建贝叶斯网络,实现推理,结构学习,参数学习用贝叶斯方法。(K2 algorithm using Bayesian network built from the a priori probability to achieve reasoning, structure learning, parameter learning.)
- 2009-11-12 14:17:04下载
- 积分:1
-
VC_Matlabairconditon
VC_Matlab air conditon主要讲述了基于VC 和Matlab环境下的空调设计方案(VC_Matlab air conditon mainly about VC and Matlab environment based on air-conditioning design)
- 2010-09-17 17:07:31下载
- 积分:1
-
autorun
一个使用控制台实现的关于设置开机自启动的小demo。(A realization about using the console to set boot the start of a small demo.)
- 2014-09-27 11:01:44下载
- 积分:1
-
MedianFilter
快速中值滤波,在大数据量的情况下速度很快,论文“Median Filter in Constant Time”的C语言实现(C souce code for "Median Filter in Constant Time")
- 2014-01-14 10:25:05下载
- 积分:1
-
HYHY
VC++调Matlab的简易程序,调出Matlab的figure图(VC++ tune simple Matlab program, bring up Matlab' s figure diagram)
- 2009-12-14 16:59:51下载
- 积分:1