-
RODY_2009_PROG
rotor dynamics toolbox
- 2011-01-11 18:40:41下载
- 积分:1
-
tuxiangyasuo
MATLAB的小波变换在图象压缩中的应用,很适合初学者阅读。(MATLAB Wavelet transform in image compression, it is suitable for beginners to read.)
- 2010-05-18 01:02:54下载
- 积分:1
-
SeisLab
地震勘探中经常用到的MATLAB工具包,将会对你有很大的帮助!(Frequently used in seismic exploration MATLAB toolkit will be a great help for you!)
- 2013-08-02 09:59:48下载
- 积分:1
-
Signal-data-preprocessor
信号数据预处理程序,包括低通滤波,带通滤波(Signal data preprocessor:including a low pass filter, band-pass filter)
- 2013-10-28 11:25:48下载
- 积分:1
-
glcm_1
GLCM feature for image segmentation
- 2015-01-28 03:18:01下载
- 积分:1
-
mech_transmission
双离合变速器,主要是对变速箱进行simulink仿真,模拟动力传输路径(DCT transmission)
- 2015-11-22 22:27:59下载
- 积分:1
-
SHARP
锐化处理技术来加强图像的目标边界和图像细节,对图像进行梯度算子、拉普拉斯算子、Sobel算子设计,使图像的某些特征(如边缘、轮廓等)得以进一步的增强及突出(Sharpen the image processing techniques to enhance the objectives of the border and image detail, image gradient operator, Laplacian, Sobel operator design, some features of the image (such as edge, contour, etc.) can be further enhanced and prominent)
- 2009-04-23 10:34:59下载
- 积分:1
-
antenna
说明: 求解细线天线或细直导线的辐射或散射特性的矩量法分析论文(Solution of thin wire antennas or small straight wire radiation or scattering characteristics of the moment method analysis of papers)
- 2008-09-02 15:44:46下载
- 积分:1
-
new1dfdtd
增加了声子晶体周期条件:
if (mod(ii,19)<9)
u(ii,3)=2*u(ii,2)-u(ii,1)+c*(u(ii+1,2)-2*u(ii,2)+u(ii-1,2))
else
u(ii,3)=2*u(ii,2)-u(ii,1)+0.5*c*(u(ii+1,2)-2*u(ii,2)+u(ii-1,2))
end(if (mod(ii,19)<9)
u(ii,3)=2*u(ii,2)-u(ii,1)+c*(u(ii+1,2)-2*u(ii,2)+u(ii-1,2))
else
u(ii,3)=2*u(ii,2)-u(ii,1)+0.5*c*(u(ii+1,2)-2*u(ii,2)+u(ii-1,2))
end)
- 2015-03-05 02:15:46下载
- 积分:1
-
ForK1
我们的目的是将一个分数拆分成若干个分子是1分母是正整数的分数之和的形式。例如2/3可以拆分成1/2+1/6的形式。这里不考虑顺序,比如1/6+1/2和1/2+1/6相同。
输入p, q, a, n, 其中p/q为分数,对这个分数进行拆分,要求拆分的分数个数不能多于n个,所有分母的乘积不能大于a。求有多少种拆分方法?
输入:最多200组数据。在每行中都有四个数分别表示p, q, a, n,之间以空格隔开,并且满足p,q<=800,a<=12000,n<=7,最后以四个0做为输入的结束。
输入示例:
2 3 120 3
2 3 300 3
0 0 0 0
输出示例:
4
7
(Our aim is to split a fraction into a number of elements is a denominator is a positive integer fraction of the sum of form. For example, 2/3 can be split into 1/2+1/6 form. Not considered here, the order, such as 1/6+1/2 and 1/2+1/6 of the same. Input p, q, a, n, where p/q as a fraction of this split scores require no more than the number of split points n-all the product of the denominator can not be larger than a. How many kinds of demand split method? Input: Up to 200 sets of data. In each line has four numbers indicate the p, q, a, n, separated by a space between, and meet the p, q < = 800, a < = 12000, n < = 7, the end, four 0 as the input end. Input Example: 2,312,032,330,030,000 sample output: 47)
- 2009-11-12 09:54:17下载
- 积分:1