登录
首页 » matlab » Proakis

Proakis

于 2008-03-27 发布 文件大小:1125KB
0 212
下载积分: 1 下载次数: 48

代码说明:

  《现代通信系统--使用Matlab》源代码()

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 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
  • ExternStruct
    Custom Storage Class: Externally Referenced Structures
    2010-01-09 16:51:02下载
    积分:1
  • motordc
    Files of identification motor with matlab
    2009-09-17 19:02:17下载
    积分:1
  • MATLAB
    用matlab仿真汉明码,用matlab仿真汉明码,用matlab仿真汉明码(Hamming code with matlab simulation with matlab simulation Hamming codes, Hamming code with matlab simulation)
    2011-05-04 21:10:33下载
    积分:1
  • process-control-and-simulink
    过程控制与simulink仿真的一本较好的书籍,欢迎下载(A better process control simulink simulation books are welcome to download)
    2013-03-27 21:05:24下载
    积分:1
  • Atken-interpolation
    艾特肯插值方法源代码,用于科学计算和数据插值,适合学习matlab及工程技术人员参考。(Aitken interpolation source code for scientific computing and data interpolation, for learning matlab and engineering and technical officers.)
    2013-12-31 10:41:25下载
    积分:1
  • sound_analysis
    语音信号的频谱分析,包括采样语音的FFT变换,及倒频谱分析.(Speech signal spectrum analysis, including FFT, voice samples, and cepstrum analysis.)
    2010-09-29 14:55:12下载
    积分:1
  • DPT
    Dirty paper trellis code for watermarking
    2009-04-17 12:47:07下载
    积分:1
  • Desktop
    说明:  信道 估计中QAM的 代码 极具参考价值 很值得以看(Code channel estimation reference value is worth to see)
    2011-03-30 23:00:02下载
    积分:1
  • random_walker_matlab_code
    The random walker algorithm was introduced in the paper: Leo Grady and Gareth Funka-Lea, "Multi-Label Image Segmentation for Medical Applications Based on Graph-Theoretic Electrical Potentials", in Proceedings of the 8th ECCV04, Workshop on Computer Vision Approaches to Medical Image Analysis and Mathematical Methods in Biomedical Image Analysis, p. 230-245, May 15th, 2004, Prague, Czech Republic, Springer-Verlag. Available at: http://cns.bu.edu/~lgrady/grady2004multilabel.pdf
    2010-05-06 01:50:32下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载