-
MotionDetection
基于Meanshift运动目标跟踪程序,matlab写的,绝对可以运行(Moving target tracking procedures can run)
- 2009-04-22 18:07:23下载
- 积分:1
-
pca
Principle Component Analysis
- 2010-11-04 12:49:28下载
- 积分:1
-
MATLAB
说明: 非常全的matlab源代码,很好很强大很实用(All of the matlab source code is very, very good very strong very practical)
- 2010-04-22 16:59:08下载
- 积分:1
-
1-2DoublebandSpecrum
这是一个双边带频谱分析仿真的Systemview源代码。(This is a bilateral spectrum analysis and simulation with the Systemview source code.)
- 2007-04-07 10:16:47下载
- 积分:1
-
channel-estimation-and-prediction
CHANNEL ESTIMATION AND PREDICTION MATLAB CODE
- 2013-10-11 23:35:51下载
- 积分:1
-
project6_final_paper
this is an matlab code for acoustic echo cansellation
- 2011-12-26 01:09:23下载
- 积分:1
-
Active-contour-models-snake
This code and doucument describe the image segementation using active contore models [snake].
- 2009-02-25 23:32:05下载
- 积分: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
-
tdoa
TDOA的代码,对无线定位具有一定的好处(TDOA code, has certain advantages for wireless location)
- 2013-04-11 19:59:12下载
- 积分:1
-
matlab
人工势场法的路径规划方面的编程代码,能够很好地实现避障,对学习有一定帮助(Path planning artificial potential field programming code, can achieve a good obstacle avoidance, to learn of some help)
- 2015-04-14 11:21:45下载
- 积分:1