-
ask4
4进制振幅键控的源代码,运行后得到正常结果!(4 binary amplitude shift keying of the source code, running the results are normal!)
- 2010-07-22 12:10:07下载
- 积分: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
-
MSequence.m
M_sequence Generator
- 2012-04-10 20:33:12下载
- 积分:1
-
VRP
引入路径权重的自适应蚁群算法用于应急物资调度路径优化的Matlab代码
(The introduction of path weights adaptive ant colony algorithm for scheduling path of the emergency supplies optimized Matlab code)
- 2012-05-19 16:44:46下载
- 积分:1
-
ahp
matlab实现层次分析法的m函数文件,只需要简单的输入比较矩阵,就可以算出最终的层析分析发比较结果(matlab implementation of AHP m function file, simply enter the comparison matrix, we can calculate the final results of the comparison of the chromatographic analysis of hair)
- 2011-12-12 14:45:17下载
- 积分:1
-
MatlabEquation
实现了自动解方程的功能,并有详细的使用方法说明(Realize the automatic solution of functional equations, and have a detailed description of the use of methods)
- 2007-08-23 13:22:30下载
- 积分:1
-
quxiannihe
最小二乘曲线拟合 可以拟合曲线 得到所拟合的系数 GUI界面(least-square Curve fitting)
- 2021-03-19 15:49:19下载
- 积分:1
-
FD-hig.petr.katz
estimate the fractal dimension with the algorithm of higuchi,petrosian and katz.
- 2010-03-02 02:50:29下载
- 积分:1
-
Huffman-(1)
huffman table encode and decod
- 2011-01-27 18:55:55下载
- 积分:1
-
MATLAB_leida_gongjuxiang
说明: 关于脉冲压缩的问题
。脉冲压缩的质量直接
影响雷达的探测性能。经典的脉冲压缩是通过匹
配滤波器来实现的[1 ]
。从本质上讲 ,脉冲压缩是对
发射信号的匹配滤波 ,但由于不同的目标回波信
号带有不同的多普勒信息 ,具有不确定性 ,所以它
只能是准匹配滤波(Pulse compression on the issue. Direct impact on the quality of pulse compression radar detection performance. Classical matched filter pulse compression is achieved by [1]. In essence, the pulse compression is a matched filtering the transmitted signal, but the different echo signals with different Doppler information is uncertain, it can only be quasi-matched filter)
- 2010-04-28 11:27:28下载
- 积分:1