-
ccancorra
cancorr的matlabb程序。用于信号的典型相关分析。
(cancorr matlabb program. Canonical correlation analysis for signal.)
- 2012-08-14 00:29:09下载
- 积分:1
-
Kalman-filter_GUI
卡尔曼滤波Kalman filter matlab GUI method M program
的matlab GUI实现方法 M程序 (Kalman filter matlab GUI method M program
)
- 2012-03-30 11:08:51下载
- 积分: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
-
jiayou
用MATLAB实现特定人的孤立词语音识别,包含完整程序(MATLAB implementation of speech recognition)
- 2014-11-03 14:06:32下载
- 积分:1
-
coding_for_security
说明: 安全编程修炼之道英文版和代码,比较详细,推荐(coding_for_security)
- 2010-04-05 13:46:07下载
- 积分:1
-
RSAttributeReduction
基于粗糙集的特征子集筛选的一种算法 !!!(Based on rough set feature subset selection of an algorithm! ! !)
- 2010-09-19 16:11:31下载
- 积分:1
-
TestUseMatlab
说明: 运用VC编写的如何在VC中调用MATLAB(use in the preparation of the VC Calling MATLAB)
- 2006-05-09 09:52:58下载
- 积分:1
-
octree-based-codes
该程序介绍了有关八叉树编码的基本编程知识,对于初级学者易懂易学。(This program introduces the octree encoding basic programming knowledge, which ishelpful for junior scholars to understand.)
- 2014-10-21 19:19:45下载
- 积分:1
-
Sidelobe-Canceller--MSE-
阵列信号处理中自适应波束优化准则之一ASC旁瓣相消 MSE准则(Array Signal Processing ASC adaptive beam sidelobe canceller MSE criterion of optimization criteria)
- 2015-04-17 15:32:23下载
- 积分:1
-
pca
集成了C代码和MATLAB的主成分分析代码,可以用这两种方法解决求取特征值和特征向量。(C code and MATLAB integrates principal component analysis code, you can use two methods to solve strike eigenvalues and eigenvectors.)
- 2013-09-10 19:45:04下载
- 积分:1