-
fftshift_and_triang
用C++实现了MATLAB中fftshift及triang函数功能,代码是实现此二功能的函数(With C++ Achieved in MATLAB function fftshift and triang function code is to achieve a function of these two functions)
- 2008-01-17 13:24:16下载
- 积分:1
-
daima
很好的matlab代码,适合初学者,快来下
- 2011-09-20 17:38:06下载
- 积分:1
-
基础的地震波正演模拟程序 seismic-forward
地球物理勘探中,基础的地震波正演模拟程序,包括五个正演程序,(高阶中心差分,高阶交错网格差分,使用标准的PML边界的正演程序)在acou文件夹下附有运行的结果。(Geophysical exploration, based on the seismic forward modeling program, including the five forward procedure, (higher-order central difference, higher order differential staggered grid, using standard PML boundaries forward procedure) in a file folder with acou results of operations.)
- 2020-06-29 00:20:02下载
- 积分:1
-
matlab-junheng
均衡技术的matlab仿真。包括时域均衡和频域均衡后的信噪比对比(Equalization matlab simulation. Including time domain equalization and frequency domain equalization SNR comparison)
- 2013-08-28 21:52:03下载
- 积分:1
-
mixGaussEm
matlab m文件 EM算法混合高斯模型(matlab m file EM algorithm Gaussian mixture model)
- 2015-04-07 06:29:10下载
- 积分:1
-
189144remez
说明: Remez滤波,BPSK复合基带信号仿真,载波生成器!(Designed to meet the following indicators, such as ripple linear phase FIR low-pass filter)
- 2011-03-02 21:40:27下载
- 积分:1
-
matlab
用MATLAB变成工具和VC编程工具实现二型模糊系统的混合编程(MATLAB mixed programming of the type-2 fuzzy system into tools and VC programming tools)
- 2012-12-26 22:32:39下载
- 积分:1
-
VC_Matlab
通过MATLAB引擎,利用VC开发MATLAB,包括一个自己开发的小程序和一片word文档资料(Through the MATLAB engine, developed by VC MATLAB, including its own development programs and a small word document data)
- 2011-08-27 23:31:12下载
- 积分:1
-
Newton-search-algorithm
使用Matlab coder生成Cpp文件与VC++混合编程实现牛顿搜索算法求n次方根。Matlab使用2011a版本。(Use Matlab coder generates Cpp files with VC++ mixed programming algorithm for n-th Newton root search. Matlab using 2011a version.)
- 2011-11-27 14:50:46下载
- 积分: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