-
new_OFDM
最新的OFDM仿真以及相关算法的PDF文档,其中在知网下的(OFDM simulation and related algorithms PDF documents)
- 2011-05-30 15:52:48下载
- 积分:1
-
file
this is a mat lab tutorial thanks
- 2012-06-04 16:57: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
-
IE7061028
一些混沌系统原文件和李雅普落夫指数的计算(some of the original documents chaotic system and Li-fu Yap index calculation)
- 2006-11-13 17:44:26下载
- 积分:1
-
matlabfunction
matlab图形处理函数
matlab图形处理(matlab graphics processing function matlab graphics)
- 2008-01-04 23:22:26下载
- 积分:1
-
Dec_MMSE_Conventional_detector
多用户检测,解相关、MMSE以及传统多用户检测比较。(Multi-user detection, decorrelating, MMSE, as well as traditional multi-user detection comparison.)
- 2021-04-20 14:38:50下载
- 积分:1
-
normal-mfcc
SPEAKER RECOGNITION MFCC
- 2013-01-03 20:32:35下载
- 积分:1
-
Kinect_Microsoft_version0
这个matlab源代码提供,视频,深度流和人物骨架跟踪。其中,包含微软Kinect和SDK库的C ++骨架函数。(The matlab source code is provided, video, stream depth and character skeleton track, including Microsoft Kinect and C++ SDK library skeleton functions.)
- 2011-09-28 15:59:03下载
- 积分:1
-
VideoSignalGeneration
The motion picture generation tha frames using matlab
- 2015-02-03 18:34:26下载
- 积分:1
-
plyMATLAB
外国的一个大牛写的ply格式模型的读写程序,注释很详细,和适合学习(A large foreign cattle write ply format model reading and writing program notes in great detail, and suitable for learning)
- 2009-09-16 22:33:04下载
- 积分:1