-
3
说明: 求三角对角方程组Tx=f的解,其中T=[1 1 0 0 0,1 2 1 0 0,1 1 3 1 0,0 0 1 4 1, 0 0 0 1 5],x
=[x1,x2,x3,...x5],f=[3,8,15,24,29](Diagonal triangle demand equations Tx = f the solution, in which T = [1 1 0 0 0,1 2 1 0 0,1 1 3 1 0,0 0 1 4 1, 0 0 0 1 5], x = [ x1, x2, x3, ... x5], f = [3,8,15,24,29])
- 2010-08-26 21:09:57下载
- 积分:1
-
LTE_detect_CLSM
说明: LTE系统下行链路MIMO中的空分复用中的闭环复用(LTE downlink MIMO space division multiplexing in the closed-loop reuse)
- 2010-04-14 15:08:35下载
- 积分:1
-
One-dimensional-phononic-crystal
一维声子晶体能带结构计算matlab源代码,适用于声子晶体研究人员以及matlab学习者参考。(One-dimensional photonic crystal band structure calculation matlab source code, suitable for researchers and phononic crystals matlab learners.)
- 2013-12-31 10:58:51下载
- 积分:1
-
theCprogrem.tar
The_C++_Programming_Language,Special_Edition。学习C++必看书籍。英文版。(The_C++ _Programming_Language, Special_Edition. Learning C++ must see books. English.)
- 2010-10-13 22:48:19下载
- 积分:1
-
matlab.rar
基于遗传算法的无功优化matlab实现方法软件包,调试基本通过,可直接下载应用,具体例子可以自己修改一下原代码(Based on Genetic Algorithm for Reactive Power Optimization method matlab package, debugging basic through direct download applications, specific examples can modify the original code)
- 2008-05-20 12:41:05下载
- 积分:1
-
01生成标准数据
对目标轨迹数据加噪声,设置雷达经纬度,提取雷达可视部分(Add noise to target track data, set radar latitude and longitude, extract radar visible part)
- 2017-11-07 15:20:23下载
- 积分:1
-
L-Msuanfa
matlab实现的L-M算法的函数拟合,可以用了进行函数的拟合(matlab implementation of the LM function fitting algorithm can be used for the fitting function)
- 2011-05-10 14:12:26下载
- 积分:1
-
PCS01_key
Matlab code for sphit code and its use in compresion details
- 2013-09-02 17:43:04下载
- 积分:1
-
running_mdn
基于Huang TS提出的快速中值滤波算法的MATLAB程序(Based on Huang TS a fast median filtering algorithm MATLAB program)
- 2010-11-09 21:10:04下载
- 积分:1
-
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