-
2_090830123034
74H166资料参考,帮助你更好的写好程序应用等(74H166 reference material to help you better application of written procedures)
- 2010-08-16 14:10:49下载
- 积分:1
-
MUSIC-MATLAB
MUSIC算法,Matlab程序,适合入门,较简单可行,值得学习(MUSIC, matlab)
- 2013-04-24 14:37:26下载
- 积分:1
-
deci2bin
用matlab程序实现十进制数向二进制数的转化(realize the transformation of the decimal number to a binary number by Matlab program)
- 2014-02-19 10:56:25下载
- 积分:1
-
sift
用于图像精确匹配以及目标检测的SIFT算法(Sift algorithm matlab version for object detection and image match)
- 2009-09-16 20:05:03下载
- 积分:1
-
pml
计算同轴谐振腔的一个小软件,是基础学习的不错的例子(Coaxial Resonator calculation of a small software is the foundation of learning good example! !)
- 2007-05-08 20:00:15下载
- 积分:1
-
the-way-to-create--dll-by-matlab
matlab生成dll方法的心得体会,十分适合初学者,值得借鉴(as above,the way to create dll by matlab)
- 2011-08-25 20:29:40下载
- 积分:1
-
final3
THIS CODEIS USEFUL FOR COMPRESSION OF DATA USING BITMASK AND RLE
- 2013-11-22 18:53:21下载
- 积分:1
-
speech_enhancement_simulations
几种增强算法的总结,MATLAB代码,算法包括有:谱减法,MMSE-LOGSTSA ,MMSE-ST-DFT ,decision-Directed method,multi-band 谱减法等(A summary of several enhancement algorithm, MATLAB code, the algorithm include: spectral subtraction, MMSE-LOGSTSA, MMSE-ST-DFT, decision-Directed method, multi-band spectral subtraction, etc.)
- 2010-07-08 15:23:08下载
- 积分: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
-
Data
it is good data for newton rafson.
- 2011-05-18 21:48:15下载
- 积分:1