-
97288389finger_segment
使用MATLAB软件编写程序,然后进行仿真,最后生成图像(Programming using MATLAB software, and then simulated to generate the final image)
- 2009-04-05 10:31:10下载
- 积分:1
-
meanshift
video tracking mean shift implementation
- 2011-05-28 17:01:34下载
- 积分:1
-
select_best
antenna pic chengxu chuli
- 2011-09-21 17:02:04下载
- 积分: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
-
zernike
compute zernike moments for squared binary images
- 2011-07-31 02:15:07下载
- 积分:1
-
midwt
进行多尺度小波变换,能够得到较一般的小波变换更好的分解结果(Multi-scale wavelet transform)
- 2013-03-21 10:16:06下载
- 积分:1
-
adaptive--filter--noise-
这是一自适应噪声消除的matlab程序 算法使用的是NLMS 里面含有截取的噪声 有仿真图(This is an adaptive noise cancellation matlab program NLMS algorithm is used which contains a simulation of the interception of the noise figure)
- 2011-09-09 20:42:23下载
- 积分:1
-
MATLAB
一些matlab常用程序,包括求各阶导数及其程序运行后得到的相应的结果(Some commonly used matlab program, including the derivative and the program after the corresponding results)
- 2013-11-12 15:29:05下载
- 积分:1
-
zijiaozheng
这个程序是王永良的空间普估计理论与算法中的幅相误差校正中自校正算法,找了好久找不到源程序,此程序是本人亲自编写,此方法的缺点是容易陷入局部最优解,具体看程序仿真图(This program is estimated Pu Wang Yongliang space theory and algorithms of amplitude and phase error correction in self-calibration algorithm, for a long time could not find the source, this program is a personally written, the disadvantage of this method is easy to fall into local optimal solution, specifically to see the program simulation map)
- 2021-03-04 21:49:32下载
- 积分:1
-
Archive
matlab一些常用的命令和函数,还包括一些MATLABweb在线平台的资料(matlab some commonly used commands and functions, including some MATLABweb information online platform)
- 2010-10-26 19:21:26下载
- 积分:1