-
ofdm
ofdm仿真程序源代码,对OFDM初学者来说非常有用(ofdm simulation program source code, for OFDM is very useful for beginners)
- 2009-06-05 11:46:46下载
- 积分:1
-
RCS
matlab code for RCS
this file show resuls of RCS in polar diagram
- 2012-11-11 14:34:45下载
- 积分:1
-
Untitled
一个绘图的经典程序,非常经典,应该算是我见过最好的了。(A drawing of the classic procedure)
- 2012-05-17 15:04:15下载
- 积分:1
-
stbc
关于空时编码的仿真代码,希望对你有所帮助哈。(On space-time coding simulation code, I hope for your help Kazakhstan.)
- 2013-11-28 11:04:25下载
- 积分:1
-
lsb
hidinh message with lsb algorithm in matmab m-file
- 2010-01-01 19:34:05下载
- 积分:1
-
sym.cn.am313(e)
芯片资料
芯片资料
芯片资料
芯片资料
芯片资料
芯片资料(Information on data-chip-chip-chip-chip data data data-chip-chip data)
- 2010-03-11 11:05:30下载
- 积分:1
-
initfcm
说明: 计算模糊C-均值聚类中的初始隶属度值,并进行调节(clculate the initial degree of membership)
- 2011-03-24 15:03:59下载
- 积分:1
-
MIMO
mimo在各信道、算法、模型下的性能分析与仿真(mimo performance analysis and simulation in each channel, algorithms, models)
- 2014-12-06 22:09:29下载
- 积分:1
-
GA-TSP--MATLAB
GA TSP MATLAB
this source code implement TSP in matlab by Genetic Algorithm...
TSP is a classic problem in AI
- 2012-02-04 18:01:11下载
- 积分: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