-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1
-
CoprimeDOA
互质doa算法,研究在互质阵列下的doa估计问题,有效估计目标角度(Co DOA algorithm, the estimation problem in the DOA array of Coprime, efficient estimation of the target angle)
- 2021-03-10 15:39:26下载
- 积分:1
-
Matlab
一个基于模拟退火的多主体模型及其应用推导了MIMO系统信道容量的表达(This paper educes the expression of the MIMO channel capacity, and analysis how MIMO system improves the channel capacity)
- 2009-12-28 15:13:56下载
- 积分:1
-
Bubble-Sort
Bubble Sort Search Algorithm Implementation Document of Data Structures
- 2014-12-13 01:33:33下载
- 积分:1
-
pso-
pso算法,绝对可用.......................(pso algorithm)
- 2012-10-21 19:29:21下载
- 积分:1
-
xianxingguihua
线性规划 用于最优化算法中的线性规划最优问题(Linear programming optimization algorithm for linear programming optimization problem)
- 2020-11-17 15:09:40下载
- 积分:1
-
dmusicmatlab
智能天线中的d music 算法,可以实现波束赋形,权值优化等(smart antenna d music )
- 2009-04-04 15:04:11下载
- 积分:1
-
trous
采用多孔trous算法(undecimated wavelet transform)实现小波变换,用的是一维信号
(The use of porous trous algorithm (undecimated wavelet transform) the realization of wavelet transform, using a one-dimensional signal)
- 2006-10-15 09:59:17下载
- 积分:1
-
Mathematical-modeling
2012东南大学数学建模竞赛 A题 城区公路选址问题(2012 Southeast University Mathematical Contest in Modeling A title city highway location problem)
- 2012-10-16 22:21:16下载
- 积分:1
-
PowerControlinWireles
本文提出一种联合盲自适应梯度算法的功率控制算法,该算法同时对功率向量和接收滤波器权向量进行迭代更新。仿真结果表明,采用本文提出
的功率控制算法, 在系统内用户发射总功率一定的条件下, 可以获得更高的用户信干比和更大的系统容量。(Throughout the monograph, we highlight the use of mathematical
language and tools in the study of power control, including optimiza-
tion theory, control theory, game theory, and linear algebra. Practical
implementations of some of the algorithms in operational networks are
discussed in the concluding chapter. As illustrated by the open prob-
lems presented at the end of most chapters, in the area of power control
in cellular networks, there are still many under-explored directions and
unresolved issues that remain theoretically challenging and practically
important.)
- 2011-01-10 15:35:21下载
- 积分:1