-
OpenTSTOOL-1.2_windows
说明: matlab的时间序列分析工具,可以计算最大lyapunov指数、相关维数等,还可以进行相空间重构(matlab time series analysis tools, you can calculate the maximum lyapunov index, correlation dimension, phase space reconstruction can also)
- 2010-04-14 11:20:56下载
- 积分: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
-
segment_new
C++ implementation of Local Self Similarity. shi xian tu xiang de rong
- 2014-10-12 02:09:50下载
- 积分:1
-
TrafficSimulation
说明: 关与windows程序的交通仿真。怎样描述汽车的行驶。(customs procedures and the traffic simulation. How to describe the car's ride.)
- 2006-05-06 22:02:07下载
- 积分:1
-
OpenTLD-master
TLD跟踪算法源代码下载(纯C++版本),OpenTLD-master,某大牛重新编写的C++版本TLD跟踪算法,脱离MATLAB。(C++ impleletion of TLD)
- 2014-01-16 21:18:38下载
- 积分:1
-
gos
matlab 二维高斯椒盐噪声去噪 基于小波变换的图像去噪滤波(matlab )
- 2010-08-21 10:14:32下载
- 积分:1
-
chapter09
matlab 中的一些很用的 基本代码。数值分析于应用一书里面的例子。(Matlab numerical analysis in the application of some very basic code.)
- 2013-04-27 10:42:07下载
- 积分:1
-
hadi-alizade
this is a new alghorithm about tabu search....
- 2013-05-26 16:47:20下载
- 积分:1
-
matlab4
利用matlab进行五点三次法平滑处理(时域和频域)(Using matlab 5.3 times France smoothing process (time domain and frequency domain))
- 2013-09-15 10:46:29下载
- 积分:1
-
visual_c_matlab_code
包含大量的关于图像处理的C++程序和matlab程序,适合初学者学习(Contains a large number of image processing of C++ program and matlab program for beginners to learn)
- 2010-08-29 18:54:45下载
- 积分:1