-
MA2
构造一个空的双向栈,判断双向栈是否存在,出栈,入栈,判栈空,将栈置空,判栈满,取栈顶(Construct an empty two-way stack to determine whether there is a two-way stack, out of stack, stack, sub-stack empty, set the stack is empty, sub-stack is full, take the stack)
- 2009-11-16 13:07:59下载
- 积分:1
-
fft-(2)
自编的快速傅里叶变换的matlab程序,已经经过调试了,是可用的(Self matlab program fast Fourier transform, has been debugged, it is available)
- 2012-05-24 15:29:35下载
- 积分:1
-
SCM
通过设置不同的参数利用Matlab软件仿真了不同场景下的系统性能
(This document suggests a user’s guide to a MATLAB application which simulates a Spatial Channel Model (SCM) based on reference [1] with some minor adjustments. It focuses on how to use the Graphical User Interfaces (GUIs) and the functions of the application and avoids going into specifics about the nature of the parameters as this is done analytically in the reference document)
- 2013-09-05 15:03:49下载
- 积分:1
-
16QAM
matlab ofam 16qam 信道仿真(matlab ofam 16qam )
- 2010-05-10 16:14:58下载
- 积分:1
-
Untitled1
matlab绘制阵列正六边形。采用角度方法。(Draw a regular hexagon array matlab. Using the angle method.)
- 2014-01-27 17:04:28下载
- 积分:1
-
grayscaltransform
说明: 一个简单的色彩迁移程序,可以顺利的实现对灰度图像的上色,程序编译通过,有较好的效果(a simple relocation process color, the smooth realization of the right color to grayscale images, compiler, better results)
- 2006-02-28 09:56:04下载
- 积分:1
-
DTData
一个进行ip数据截取的程序。寻找指定的同步码和帧长,截取制定的字节段和比特段。另有批处理数据的功能。对做信号方面的人有借鉴意义。(ip for a data interception procedures. Find designated synchronous code and frame size, interception of the development of bytes and bits of. Another batch of data functions. Right signals so the people learn.)
- 2007-02-27 09:09:50下载
- 积分: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
-
VCandMATLAB
本文介绍了VC++与MATLAB联合编程的几中方法,并重点介绍了DLL方法(This article describes the joint VC++ and MATLAB programming in several ways, and highlight the DLL method)
- 2010-11-20 14:54:09下载
- 积分:1
-
control-of-che-zi
说明: 倒立摆的控制,采用常用的PID算法,现在没有加其他的算法,或许对一些同学有用。(Inverted pendulum control, with common PID algorithm, the algorithm is not added to the other, may be useful for some students.)
- 2011-03-21 23:15:42下载
- 积分:1