-
GAstoolbox
由西安电子可以大学雷英杰老师编写的第一本关于遗传算法matlab工具箱的专著,使用的是英国谢菲尔德大学的版本工具箱,很有参考价值,需要的快下载。(From Xidian University, LEI Ying-jie teachers can be prepared in the first book on genetic algorithm matlab toolbox monographs, using a version of the University of Sheffield toolbox, a good reference value, the need for faster download.)
- 2007-08-07 16:13:30下载
- 积分:1
-
lzxec
matlab中编程实现的线性最小二乘拟合函数:
lzxec:功能:离散试验数据点的线性最小二乘拟合(matlab programming in a linear least-squares fitting function: lzxec: Function: discrete experimental data points, the linear least-squares fitting)
- 2009-11-02 14:56:30下载
- 积分:1
-
OFDMSimulationUsingMatlab_transmit_receive
OFDM系统 发射、接收源程序,还有一篇文章说明哦,是OFDM系统学习不错的例子(OFDM system transmitter and receiver of the source, there is an article note Oh, OFDM system is a good example of learning)
- 2007-03-17 17:03:21下载
- 积分:1
-
Radar-signal-processing
雷达信号的基本模型,高斯分布,几何分布,求信号的概率分布,概率密度函数,功率谱函数,自相关函数等等(The basic model of the radar signal, Gaussian distribution, geometric distribution, the probability distribution for the signal, probability density function, power spectrum, the autocorrelation function, and so)
- 2013-08-27 11:10:48下载
- 积分:1
-
qpsk_awgn
qpsk awgn with simulink
- 2013-09-10 09:55:41下载
- 积分:1
-
SA-algorithem-forVRP
使用matlab进行模拟退火算法编例,解决车辆路径最优化问题。(vrp with use of SA)
- 2014-09-28 09:33:20下载
- 积分:1
-
cyclostationary_toolbox
说明: 循环平稳源码,文件齐全,包含了经常用到的各种循环平稳的函数(cylic)
- 2009-08-06 16:09:39下载
- 积分:1
-
QuantRefine
QuantRefine using matlab
- 2013-03-12 16:41:39下载
- 积分:1
-
ConvMatrix
将两个矩阵的卷积运算转换为构造的新矩阵的相乘运算(The two matrix of convolution operation into the matrix multiplication)
- 2014-10-28 21:08:59下载
- 积分:1
-
2
说明: 有一个长度为整数L(1<=L<=10000)的马路,可以想象成数轴上长度为L的一个线段,起点是坐标原点,在每个整数坐标点有一棵树,即在0,1,2,...,L共L+1个位置上有L+1棵树。
现在要移走一些树,移走的树的区间用一对数字表示,如 100 200表示移走从100到200之间(包括端点)所有的树。
可能有M(1<=M<=100)个区间,区间之间可能有重叠。现在要求移走所有区间的树之后剩下的树的个数。
输入:
两个整数L(1<=L<=10000)和M(1<=M<=100)。
接下来有M组整数,每组有一对数字。
输出:
可能有多组输入数据,对于每组输入数据,输出一个数,表示移走所有区间的树之后剩下的树的个数。(Has a length of integer L (1 < = L < = 10000) of the road, one can imagine a number line segment of length L, the starting point is the coordinate origin, each integer coordinate points in a tree, i.e. 0,1 , 2, ..., L total has L+1 L+1 positions on the tree. Now to remove some trees, tree removed by a range of digitally represented, such as 100 200 represents removed (inclusive) between 100 and 200 all the trees. There may be M (1 < = M < = 100) intervals, there may be overlap between the intervals. Now, after the number of trees require the removal of all remaining sections of the tree. Input: two integer L (1 < = L < = 10000) and M (1 < = M < = 100). Then there is an integer M groups, each with a pair of numbers. Output: there may be multiple sets of input data, for each set of input data, the output of a number indicating the number of the removal of all remaining sections of the tree after tree.)
- 2015-03-22 23:35:47下载
- 积分:1