-
IRLS
IRLS不等距时窗,用于多次波自适应减去过程中,更加准确的处理(this is IRLS code)
- 2014-11-01 17:52:26下载
- 积分:1
-
de_OFDM
OFDM仿真C++代码,相互学习,相互帮助(OFDM simulation C++ code, learn each other and help each other)
- 2015-01-22 20:04:23下载
- 积分:1
-
mmq
使用MATLAB做图像处理,包括求灰度图、均衡化以及各种直方图,也可进行曲线拟合,求亮度曲面分布,和图像的均值与方差,便于学习(Use MATLAB to do image processing, including seeking grayscale, and a variety of histogram equalization, but also for curve fitting, seeking surface brightness distribution, and the mean and variance of the image, easy to learn)
- 2014-12-18 20:16:28下载
- 积分:1
-
dataimport
说明: 用于脑电信号的读取
具有预处理过程
及滤波(EEG is used to read with the pretreatment process and the filtering)
- 2010-03-19 23:21:02下载
- 积分:1
-
Chinese-Convert-Pro-3.5.1-Final
Nothing to do, we need to learn how to trick something on the webs
- 2014-01-09 01:53:33下载
- 积分:1
-
window
matlab hann hamming window FFT DFT DTFT
- 2013-11-21 21:52:01下载
- 积分:1
-
MixFigure
另一个VC与Matlab混合编程的例子,调用了Matlab的绘图界面,并将它嵌入到对话框的界面中(Another VC and Matlab examples of hybrid programming, call the Matlab graphics interface, and it is embedded into the dialog box interface)
- 2008-03-01 22:49:20下载
- 积分:1
-
Work-with-binary-file
Example of working with binary file
- 2014-12-04 05:22:47下载
- 积分:1
-
Convex
Non-Convex Optimization
- 2010-02-07 22:41:46下载
- 积分: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