-
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
-
binary_BCH_codes
说明: 可就在三个错误的bch码,以及经过仿真在不同SNR下的误码率曲线。我们的业余作业。经过调试的。(This is my homework on 3-error-correcting bch code and its bit error rate curves at different SNR after debugging.)
- 2009-08-20 22:58:19下载
- 积分:1
-
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
-
sieve-plate-distillation-column
筛板精馏塔的操作与塔效率的测定,经过改良源代码(sieve plate distillation column)
- 2012-11-24 01:32:29下载
- 积分:1
-
change
读取字符串,统一转换成小写后,删除相同的字符(Read the string converted to lower case after the reunification, delete the same character)
- 2010-01-26 15:06:30下载
- 积分:1
-
att
奇异吸引子,混沌吸引子,复杂系统理论,画法代码。(Strange attractor, chaotic attractor, complex systems theory, painting code.)
- 2013-12-17 13:00:27下载
- 积分:1
-
SOFM
一个关于神经网络的 SOFM算法的程序 改程序用C语言编写(A SOFM neural network algorithm on the procedure to change procedures for using C language)
- 2009-12-27 12:59:56下载
- 积分:1
-
yuanshuguji
一种聚类分析算法,实现盲源分离前的盲源数估计。(A cluster analysis algorithm, the number of blind source before blind source separation estimates.)
- 2014-09-13 21:03:20下载
- 积分:1
-
VCandMatlab
许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。(Many engineering software need to use complex mathematical algorithms. VC++ can form a variety of user interface, and can directly exchange data systems and the underlying hardware. Therefore, VC++ and Matlab of mixed programming of great practical significance. The article discusses how to use Matlab' s Complier to*. m functions compiled as dynamic link library DLL, VC++ provided to the invoked method, provides a mixed VC++ and Matlab programming fast implementation.)
- 2010-06-06 15:59:47下载
- 积分:1
-
Vcmatlabsrc
matlab和vc++联合编程的例子,使用matcom编写matlab程序链接成库文件在vc++中使用。(matlab and vc++ joint programming examples, the use of matlab Matcom preparation procedures into a library file in the link vc++ use.)
- 2008-07-30 20:46:50下载
- 积分:1