-
GA_C_code
genetic algorithm c code(genetic algorithm code c)
- 2006-08-30 16:31:17下载
- 积分:1
-
MATLAB
数字信号处理之相关源码集,是学习和应用数字信号处理的MATLAB7.0一些基本的源代码。(Digital signal processing related code sets, learning and application of digital signal processing MATLAB7.0 some basic source code.
)
- 2011-07-28 21:06:03下载
- 积分:1
-
introduction-to-reference-frame-theory
The book is based on machines reference frame theory it gives clear explanations......
- 2012-08-02 11:41:21下载
- 积分:1
-
featmatch
matlab匹配的匹配算法,可以调节参数(matching matching matlab)
- 2010-06-09 20:34:18下载
- 积分: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
-
lmekf
经典的扩展卡尔曼滤波卡尔曼滤波程序,首先对非线性函数取一阶近似,生成近似的新型函数,然后进行卡尔曼滤波,通过一步状态和估协方差估计产生新息,然后生成状态预测(Classical extended Kalman filter, Kalman filter procedure, first take the first order approximation of nonlinear function to generate the new function approximation, and then proceed to the Kalman filter step state estimate covariance is estimated to generate new interest, and then generate the state prediction)
- 2012-06-27 07:07:51下载
- 积分:1
-
duffing--parameter-variations
duffing系统各参数变化引起的分岔,如激励频率,线性参数k1,还能计算李亚普洛夫指数(duffing system bifurcation parameter variations)
- 2013-09-24 17:48:56下载
- 积分:1
-
time_delay_beamforming
时延波束形成,在声纳、雷达等领域有广泛应用,形成空间指向性图并完成空间滤波(delay beamforming, sonar, radar and other fields have extensive application form directivity map and complete spatial filtering)
- 2007-06-29 16:06:19下载
- 积分:1
-
kalman_tracking
采用卡尔曼滤波器来对视频中的目标进行跟踪,带有一个产生视频的主函数,通过kalman滤波器实现对目标的跟踪,简单易懂(Kalman filter to track targets in the video, produced with a video of the main function, to achieve the target tracking by kalman filter, easy to understand)
- 2013-12-04 13:02:25下载
- 积分:1
-
Wiener-filtering-method
在matlab的环境下进行的维纳滤波法图像复原模拟实验(Wiener filtering method for image restoration on Matlab)
- 2013-05-20 17:14:26下载
- 积分:1