-
HanoiFolder
Given a stack of n disks arranged largest on the bottom to smallest on top placed on a rod, together with two empty rods, the towers of Hanoi puzzle asks for the minimum number of moves required to move the stack one rod to another, where moves are allowed only if they place smaller disks on top of larger disks
- 2015-02-05 20:49:22下载
- 积分: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
-
picture
主要使图像进行灰度化处理,matlab的源代码,视同再进一步的预处理中应用(Gray image)
- 2014-01-05 18:07:47下载
- 积分:1
-
triGauss
用matlab解三对角方程,可应用在化工、电子、机械等工程领域。(Gaussian elimination method to solve tridiagonal equation)
- 2012-01-13 15:02:59下载
- 积分:1
-
LCS
最长公共子序列的个人实验,输入两个不同的字符序列(要求必须是字母),将输出这两个字符序列的最长公共子序列。(Individual experiments longest common subsequence, enter two different sequences of characters (letters must be required), the output of the longest common subsequence of the two-character sequence.)
- 2014-01-11 23:55:57下载
- 积分:1
-
pip_audio
这是一段用于谱分析算法中的求蝶形算子的
子程序,此程序采用C语言编写,移植性比较强(This is a period for the spectral analysis algorithm for the subroutine butterfly operator, this procedure using C language, the transplantation of relatively strong)
- 2008-03-17 18:31:09下载
- 积分:1
-
Fractals
图像分形盒维数的算法源程序.此算法是基于黑白二值图像的,因此,需要对导入的图片进行二值化处理,因此算法存在一定误差,但是此算法误差控制在4 以内(Image fractal dimension algorithm source code box This algorithm is based on black and white binary image, and therefore, need to import the picture binarization processing, so the algorithm there are some errors, but this algorithm is less than 4 error control)
- 2011-10-18 18:43:03下载
- 积分:1
-
MATLAB5
小波分析尺度函数,样条数据处理,梁的有限元分析(Wavelet scaling function5)
- 2011-12-20 19:03:16下载
- 积分:1
-
4VCaMatlab-paper
VC调用matlab 编程的论文,值得参考(VC call matlab programming paper, worth considering)
- 2011-09-30 09:46:40下载
- 积分:1
-
lab7
说明: 计算方法的上机编程题,计算方法的上机编程题。计算方法的上机编程题(Method of calculation-on programming problems, the calculation-on programming problems. Programming-on method of calculation problems)
- 2010-03-24 23:09:20下载
- 积分:1