-
PCA
PCA人脸识别算法,识别率达到99 ,采用小波变换的方法及主成分分析法。(PCA face recognition algorithm, the recognition rate up to 99 , using wavelet transform methods and principal component analysis.)
- 2009-09-25 20:21:19下载
- 积分:1
-
sourcescode
文件为一些实用的函数实现,其中包括小波,复制,剪切,粘贴,一年中的第几天,一个过程所需的总天数等等.(Documents for some useful function.Including wavelet, copy, cut, paste, a year in the first few days, a process required for the total number of days and so on.)
- 2009-05-03 10:13:12下载
- 积分:1
-
Guassian_JS
数值分析中常用的高斯迭代和雅克比迭代例程,值得参考。(Commonly used in numerical analysis and the Jacobi iterative Gauss iterative routines, worth considering.)
- 2011-01-10 22:42:08下载
- 积分:1
-
PID2
PID控制模型,可以进行多种控制的仿真实验,经本人实验无错误码,可正常运行(PID control model, the simulation can be a variety of control experiments, the experimental error-free code I can be normal operation)
- 2011-05-28 10:56:54下载
- 积分:1
-
APFlunwen
混合有源电力滤波器在电铁谐波抑制中的应用与仿真研究1是一片不错的论文,值得借鉴(Hybrid Active Power Filter in Electrical Railway Application and Simulation Study 1 was a good paper, it is worth learning)
- 2013-10-17 19:46:11下载
- 积分:1
-
plotResults
plots result of simulation in matlab
- 2015-03-18 16:02:08下载
- 积分:1
-
5
一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。
C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。
系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。 (Compiling together the sequence of test procedures, involving the sequence of function calls and operator symbols, such as the priority problem. Now I give you to start speaking. Procedures for C compiler always start from the main function and at这道题the focus of " fun ((int) fun (a+ c, b), ac)) " statement. System must first determine the most outer layer of fun () function of real parameters, the first parameters of recursive calls required fun () function (may be called the inner function). Inner function separately for the two parameters x = a+ b = 2+8 = 10, y = b = 5, to execute the function body x+ y = 10+5 = 15, then the outer function parameters were x = 15 . Its another parameter y = ac = 2-b =- 6, once again to execute the function body may eventually return the value of x+ y = 15+ (-6) = 9.)
- 2009-03-15 15:36:23下载
- 积分:1
-
exa020601
给出了一个线性调频信号的Gabor变换,使用的是过抽样,其中参数q=4.(given a chirp signal Gabor transform, is the excessive use of sampling, which parameter q = 4.)
- 2007-03-15 22:14:21下载
- 积分:1
-
st_rc
RX graphical example to better understand the difference between ST IR block output and standard definition used by LIRC.
- 2014-09-20 23:37:22下载
- 积分:1
-
PCA
主元分析法(PCA)在图像颜色特征提取中的应用(Principal component analysis (PCA) in image color feature extraction applications)
- 2014-11-19 18:04:57下载
- 积分:1