-
channel
利用信源熵和信源信道之间的互信息求得信道容量(Source entropy and the use of source-channel information to achieve interoperability between the channel capacity)
- 2009-03-12 17:38:17下载
- 积分: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
-
matlab2
瑞利信道下,2发2收,最大似然译码,空时编码,MATLAB仿真实现(Rayleigh channel, 2 admission, maximum likelihood decoding, space-time coding, MATLAB simulation)
- 2013-09-10 19:06:04下载
- 积分:1
-
bellman_1
Bellman function which is about bellman function
- 2012-10-29 05:19:30下载
- 积分:1
-
BEM_2d_3d_Code
The program computes the solution to a Laplace problem by the boundary element method.
- 2013-12-19 14:18:02下载
- 积分:1
-
PCA-(1)
FICHIER contenant le code matlab
- 2014-02-06 19:09:24下载
- 积分:1
-
matlabfunction
matlab图形处理函数
matlab图形处理(matlab graphics processing function matlab graphics)
- 2008-01-04 23:22:26下载
- 积分:1
-
getzero
说明: 广义切比雪夫的传输零点提取
传输零点提取.m(generalized Chebyshev transmission Transmission Extraction 0.1 0.1 Extraction. M)
- 2006-05-03 23:20:09下载
- 积分:1
-
matlab
图像灰度化处理源代码,有详尽的注释,有matlab基础的同志可以看得懂的。(Grayhound processing source code, detailed notes, matlab based comrades can understand.)
- 2013-03-01 23:14:59下载
- 积分:1
-
ori-attn
MATLAB function to initialize and call the solve_sps2d
function, which implements a 2-D solution of
the nonlinear wave equation using a psuedospectral
/ staggered A-B method, including attenuation modeled
with two relaxation mechanisms.
This example demonstrates harmonic generation
within a plane wave given a B/A parameter of 5.2.
To increase the distance of propagation, scale the
sample grid (num_axpts) by a factor(s) of 2.( MATLAB function to initialize and call the solve_sps2d
function, which implements a 2-D solution of
the nonlinear wave equation using a psuedospectral
/staggered A-B method, including attenuation modeled
with two relaxation mechanisms.
This example demonstrates harmonic generation
within a plane wave given a B/A parameter of 5.2.
To increase the distance of propagation, scale the
sample grid (num_axpts) by a factor(s) of 2.)
- 2013-12-27 16:00:35下载
- 积分:1