资源列表
shuta1
- 算法分析经典的数塔问题,从顶部出发,在每一结点可以选择向左走或是向右走,一起走到底层,要求找出一条路径,使路径上的值最大。 -Algorithm analyzes a number of classic tower problem, starting from the top, at each node can choose to go left or right, go, walk out together to the ground floor, asked to find a pat
BayesClassifier
- sample program for bayes
hessenberg
- 把复矩阵上hessenberg化,再应用qr算法可以求矩阵的特征值和特征向量-Hessenberg based on the complex matrix, then apply the qr algorithm can find eigenvalues ??and eigenvectors
cholesky
- 一个实现cholesky分解的C++源代码,能够运行。-A realization the cholesky decomposition of C++ of source code, to be able to run.
martix
- 本程序用C语言实现矩阵之间加、减、乘的运算-The program using C language the matrix add, subtract, multiply computing
jisuanqi
- 1、创建一个计算器(非可视化界面),可以进行常用的加减乘除算术运算。 2、请找出3至1000范围内最大的10个素数,并计算出这10个素数的累加和。 3、使用简单if语句编程,从键盘键入三个整数,然后按照从小到大的顺序将其输出。 -1, create a calculator (non-visual interface) that can be used arithmetic arithmetic. 2, identify the range of 3-1000 largest pri
barrelshifter
- BARREL SHIFTER IN VHDL
N-Queens
- This is a C code for solving the N queen problem
SOR
- 逐次超松驰迭代法(Successive Over Relaxation Me thod,简称SOR方法)是高斯—塞德尔方法的一种加速方法,是解大型稀疏矩阵方程组的有效方法之一,它具有计算公式简单,程序设计容易,占用计算机内存较少等优点,但需要较好的加速因子(即最佳松驰因子).下面我们首先说说松驰一词的含意,再利用它来解释雅可比迭代法与高斯—塞德尔迭代法,最后给出逐次超松驰迭代法的推算公式和收敛性条件.-Successive over relaxation iteration method (Su
GaussianElimination
- Gaussian Elimination algorithm for inverting matrix
change
- 数值,a,b数字转换,附带提示框上的数值转换-Value, a, b-digital converter, with boxes on the value of conversion
bintoint
- Oberon 2 Genetic operator (binary to integer)