-
wigb
画地震剖面的,可以在MATLAB中自由使用(Painting seismic profiles can be freely used in the MATLAB)
- 2007-12-19 21:44:38下载
- 积分:1
-
yiqun-matlab
一群算法的matlab仿真分析,有利于刚接触一群算法的同学进行学习(Ant colony algorithm)
- 2011-10-08 15:38:31下载
- 积分:1
-
基于粒子群算法的PID控制器优化设计
基于粒子群算法的PID控制器优化设计,蛮不错的,可以入手哟(Optimization design of PID controller based on particle swarm optimization)
- 2018-05-29 14:56:44下载
- 积分:1
-
matlab-image
matlab 图片的除噪,先给图片添加椒盐早上,后通过中值滤波,除掉噪声(matlab image noise removal, give the picture to add salt and pepper in the morning, after the adoption of the median filter to get rid of the noise)
- 2014-12-27 15:56:32下载
- 积分:1
-
laikei
各种资源分配算法实现,合成孔径雷达(SAR)目标成像仿真,用MATLAB编写的遗传算法路径规划。( Various resource allocation algorithm, Synthetic Aperture Radar (SAR) imaging simulation target, Genetic algorithms using MATLAB path planning.)
- 2017-01-19 12:01:37下载
- 积分:1
-
arwa1
本是一个含PID控制器的线性控制系统的程序(this a PID controller with the linear control system procedures.)
- 2006-06-21 20:36:27下载
- 积分:1
-
Stochastic-Lab
stochastic lab matlab code such as guassian process
- 2015-01-19 17:15:35下载
- 积分:1
-
ex3
1、熟悉LTE网络体系架构及接口;
2、掌握DBS3900单站数据配置整体流程;
3、掌握DBS3900单站全局数据配置步骤;
4、掌握DBS3900单站全局传输数据配置命令及参数含义;
5、掌握DBS3900单站无线层数据配置命令及参数含义;
6、理解BBU LMPT单板电口IP至MME IP地址对应意义(指向控制面--SCTPLNK);
7、理解BBU LMPT单板电口IP与S-GW IP地址对应意义(指向用户面---IPPATH);
8、理解扇区、小区的概念及二者的关系、
9、会将MML命令行制作成脚本数据。
(
A familiar LTE network architecture and interfaces
2, master data configuration DBS3900 single station overall process
3, master DBS3900 single station Global Data configuration steps
4, master DBS3900 single station global configuration commands and parameters of data transmission meaning
5, master data DBS3900 single station radio layer configuration commands and parameters meaning
6, understanding BBU LMPT board electrical interface IP to the MME IP address corresponding meaning (pointing control surfaces- SCTPLNK)
7, understanding BBU LMPT board electrical interface IP and S-GW IP address corresponding meaning (pointing to the user plane--- IPPATH)
8, understanding the sector, community and the relationship between the concepts,
9, will be made into MML command line script data.)
- 2013-11-08 16:58:02下载
- 积分:1
-
BIB_MS
matlab project synchronous machine modeling
- 2015-02-01 09:33:41下载
- 积分: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