-
wavelet
通过此程序理解小波变换原理,与傅立叶变换的区别(Understanding of this process through the principle of wavelet transform with the Fourier transform of the difference between)
- 2009-05-06 19:10:19下载
- 积分:1
-
bessell
matlab大地主题正算,适合测绘学生哦(matlab Geodetic positive operator, suitable for mapping student oh)
- 2013-11-20 16:31:52下载
- 积分:1
-
AMmodulationwithGUI
AM modulation with GUI (matlab)
- 2009-09-09 20:22:21下载
- 积分:1
-
No1_stego_lsb
Domain steganography
- 2013-04-08 03:10:10下载
- 积分:1
-
two-priority-methods
这个是一个比较基础的东西,比较适合初学者来学习,同时,最小二乘法是一个很不错的拟合方法(two priority methods-least logarithm square method)
- 2012-04-26 21:52:01下载
- 积分:1
-
MATLAB_Arithmetic
一个matlab实现IIR、FIR、LMS、NLMS等算法的m代码(a Matlab IIR, FIR, LMS, NLMS algorithm code m)
- 2007-02-28 10:37:37下载
- 积分:1
-
chirp
说明: 实现chirp信号的仿真,帮助初学者更好地理解chirp信号,便于日后的学习(Realize the simulation of chirp signal, help beginners better understand chirp signal, and facilitate future learning)
- 2020-08-12 06:08:26下载
- 积分:1
-
d
说明: 太阳光聚焦光线偏移的一个小程序,方便大家学习与应用。(Focus sunlight light offset a small program to facilitate learning and application.)
- 2013-01-07 12:29:01下载
- 积分:1
-
wwdce
this source code is wwdc in matlab
- 2013-08-04 18:04: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