-
-RBF-complex-
ARIMA与RBF复合模型在设备运行状态趋势预测中的应用(ARIMA and RBF complex model equipment running trend prediction)
- 2013-12-25 18:48:22下载
- 积分:1
-
Recursive_integer_division
递归法求解整数划分。
整数划分,是指把一个正整数n写成如下形式:
n=m1+m2+…+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。
如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) (Recursive method integer division. Integer division, refers to a positive integer n written as follows: n = m1+m2+ ...+mi (where mi is a positive integer, and 1 < = mi < = n), then {m1, m2, ..., mi} is a division of n. If {m1, m2, ..., mi} does not exceed the maximum value of m, i.e., max (m1, m2, ..., mi) < = m, m n is said that it belongs to a division. Where m is the number of division n our mind is f (n, m) )
- 2014-02-06 14:21:38下载
- 积分:1
-
ga_lm_bp
4-9-1的结构ga-lm的bp算法 有示例数值 不是拟合而是预测(4-9-1 structure of ga-lm bp algorithm is not fit but there are examples of numerical prediction)
- 2013-12-23 21:25:22下载
- 积分:1
-
LM35
Listing program for LM35 temperature
- 2013-11-17 15:01:12下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
oi
说明: 聚类和分类技术在生物信息学中的应用,不包含源代码!(Clustering and classification technology in bioinformatics applications, does not contain the source code!)
- 2009-08-11 09:57:31下载
- 积分:1
-
matlabcar-band-positioning
matlaba车牌定位程序,方便开发者对其学习应用(MATLABcarbandcode positoning)
- 2014-11-05 22:04:29下载
- 积分:1
-
spline
matlab小波变换源代码,供广大研究者学习(matlab wavelet transform source code, for the majority of researchers to learn)
- 2013-11-22 21:37:29下载
- 积分:1
-
gauss
运用C语言对高斯信道进行仿真,简洁快速的实现(The use of C language Gaussian channel simulation, simple rapid implementation)
- 2013-09-02 10:37:03下载
- 积分:1
-
hanmingma
汉明码在matlab环境下的编码程序,经本人测试好用(Hamming code in matlab coding process environment, as I use to test)
- 2009-06-10 16:33:30下载
- 积分:1