-
tian
说明: 为了降低卫星链路在恶劣天气下对信号严重的衰减,选择一种好的信道编码对保证信号的质量具有重要的意义(THE SATELLITE COMUNICATION SYSTEM LINK DESIGN BASED ON VSAT)
- 2010-04-20 14:49:33下载
- 积分:1
-
danjizi-Antenna
该程序主要是计算在三维空间中的单极子天线的问题,其中包括PML,(The procedure is to calculate the three-dimensional space in the monopole antenna of issues, including PML,)
- 2010-09-13 16:43:03下载
- 积分:1
-
Partial-Differential-equation
偏微分方程_编程 Routines in C, C++,
Fortran, Java® , Maple® , and MATLAB(Ordinary and Partial Differential
Equation Routines in C, C++,
Fortran, Java® , Maple® , and MATLAB)
- 2014-11-07 09:14:16下载
- 积分:1
-
deepsearch
基于深度优先搜索的电力系统分区:根据节点连接关系确定节点的所属分区,即系统最终分成多少个区域、每个区域包含哪些节点。(Power system Partition based on deep search according to connectivity , i.e., determining the number of sections and nodes in each section.)
- 2016-04-15 08:34:29下载
- 积分:1
-
Caverage
c均值算法用vc实现。作为重要的算法,c均值有广泛的应用(c-means algorithm by vc realize. As an important algorithm, c the mean has a wide range of applications)
- 2008-06-01 13:05:25下载
- 积分:1
-
deep-CCA
深度典型相关性分析,在线性的CCA上增加了深度网络,以此来学习新特征并提高多模态数据之间相关性(
Deep cca ,the deep network is added in linear CCA to learning description that the correlation is better between multi-modal datas)
- 2020-12-13 19:29:15下载
- 积分:1
-
20060816
以网格作为逻辑结构,具有高联通,低负载,扩展性强的特点。经分析表明,该方案更高效、安全、抗攻击能力更强。(To the grid as a logical structure, with high Unicom, low load, expansion and strong features. The analysis shows that the program more efficient, safe, stronger anti-attack capability.)
- 2010-03-10 13:43:30下载
- 积分:1
-
nengliang-zhongxin-jiaozhengfa
能量重心校正法,进行频谱的幅值修正,算法可以参见谢明、丁康老师的频谱分析文章。(Energy center of gravity correction method, the amplitude correction of the spectrum, spectrum analysis of the algorithm can be found in Xie Ming, DING Kang teacher article.)
- 2012-07-23 15:24:59下载
- 积分:1
-
FFT2
进行快速傅里叶变换的程序,可以利用C++或者MATLAB直接完成快速傅里叶变换(Fast Fourier transform for the program can be utilized C++ or MATLAB directly to complete the fast Fourier transform)
- 2013-01-24 15:51:43下载
- 积分: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