资源列表
NewtonMethodDelphi
- implementation of the Newton method for solving nonlinear equations
nperfect
- Program and C code to check whether a number is perfect.
orddescvet
- Program and C code to sort in descending order vectors.
Newtoninterpolation
- c语言编程,可以实现牛顿插值,用于数值分析-c language programming, Newton interpolation can be achieved, for numerical analysis
testpolygon
- 返回值:输入的多边形是简单多边形,返回true 要 求:输入顶点序列按逆时针排序 说 明:简单多边形定义: 1:循环排序中相邻线段对的交是他们之间共有的单个点 2:不相邻的线段不相交 -polygon
DS03
- 稀疏矩阵运算器,实现稀疏矩阵的加法、减法、乘法、和转置运算,有输入界面(图形或文字界面都可),能区分加法、减法、乘法和转置;能处理任意输入的典型数据和进行出错数据处理(例如乘法,当第一个矩阵的列数不等于第二个矩阵的行数时);必须采用三元组作存储结构,不能采用数组等形式;输出要求用矩阵的形式输出(即习题集136页的形式),当第一个矩阵的行数不等于第二个矩阵的行数时,注意如第三个乘法的形式输出-Sparse matrix operations, which realizes the sparse m
fast
- 这是采用Fortran语言编写的用于风力机叶片性能预测及载荷分析的程序,主要也是基于动量叶素理论。-It is written using Fortran for performance prediction of wind turbine blades and load analysis program, is largely based on blade element momentum theory.
BinarySearchTree
- This code executes the operation to provide optimal binary search tree for given array of elements.
LDL
- 计算方法中的LDL分解。平方根分解。用VB编程。分解实对称矩阵-Calculation of LDL decomposition. Square Root. With VB programming. Decomposition of real symmetric matrices
chol
- 矩阵的乔列斯基分解。用VB编程。数值计算方法。-Matrix Qiaoliesiji decomposition. With VB programming. Numerical methods.
NQueens
- Solves the N-Queens problem using hillclimbing.-Solves the N-Queens problem using hillclimbing.
