-
MATLAByuyanchengxuminglingchengxu
MATLAB的语言常用算法程序集
比较适合初学者学习(MATLAB language commonly used algorithm for assembly
More suitable for beginners to learn)
- 2009-12-09 22:02:08下载
- 积分:1
-
hatch
动力学仿真,包括频域响应和时域响应,包括单自由度和多自由度的(Dynamics simulation, including frequency response and time domain response, including the single degree of freedom and multi degree of freedom)
- 2010-03-08 11:38:36下载
- 积分:1
-
EigenFace
eigen face matlab source code
- 2012-03-26 21:14:08下载
- 积分:1
-
sc-decoding
polar code在AWGN信道下采用连续删除译码程序(polar code in AWGN channel with successive cancellation decoding program)
- 2020-11-19 16:29:38下载
- 积分: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
-
huffman_demo2
what about huffman coding
- 2010-09-01 02:53:28下载
- 积分:1
-
MatlabFiles1
Matlab Image Processing CCONV
- 2011-10-25 14:47:06下载
- 积分:1
-
FFT_filter
说明: matlab编写的FFT变换和滤波的程序(this is matlab code for fft transfering and filtering.)
- 2011-02-18 08:46:19下载
- 积分:1
-
ransac_homography
this code is to realize a RANSAC algorithm
- 2012-03-30 23:24:47下载
- 积分:1
-
LTE_init_generate_users.m
Get a cell assignment matrix of LTE user
- 2012-04-18 16:06:38下载
- 积分:1