资源列表
4quadratic-equation-IF
- 二次方程ax^2+bx+c=0的求解程序。分为判别式大于/等于/小于零三种情况进行讨论-Quadratic equation ax ^ 2+bx+c = 0 the solver. Divided discriminant greater than/equal to/less than zero three cases discussed
Fortran95-program-design-[Lun-Peng]
- Fortran95程序设计【彭国伦】.pdf,对于初学者非常有帮助-Fortran95 program design [Lun Peng]. Pdf, very helpful for beginners! ! ! ! ! ! ! ! ! ! ! !
Matrix-AlgorithmMat
- 该java文件内包括了矩阵的加减乘除,矩阵求逆,矩阵求秩,矩阵转置,数组从大到小和从小到大排序等常用算法,是工科同学算例的仿真必备 -The java file, which includes both matrix addition, subtraction, matrix inversion, matrix rank, matrix transpose, array descending and ascending order and other commonly used algori
Bessel
- 用C++编写的Bessel第一类和第二类函数,只写到零阶和一阶。-Prepared with C++ Bessel functions first and second categories, only writes zero order and first order.
connected_clique_test
- Connected Clique Problem (Graph Alogorithm) Implementation in C
kth_median
- Kth Median efficient algorithm implementation in C.
DFAaNFA
- 编译原理,判断一个字符串是否满足由DFA和NFA表示的正则表达式-Compiler theory, to determine whether a string meets represented by the DFA and NFA regex
powmod
- An effecient algorithm to calculate the power mod (b^p)(mod n) using Dynamic Programming
rabin_karp
- An implementation of the Rabin Karp Algorithm to find the longest common sub-sequence between to strings in C.
LUforAX=b
- 利用矩阵的LU分解来计算线性方程组,其中矩阵分解的时候利用的是Doolittle分解。-LU decomposition of matrix to calculate the linear equations, matrix decomposition when the use of which is Doolittle decomposition.
crout
- 矩阵的crout分解,将矩阵分解为下三角矩阵和上三角矩阵的乘积,其中上三角矩阵为单位上三角矩阵。-Matrix crout decomposition, the matrix into a lower triangular matrix and upper triangular matrices, in which the upper triangular matrix is the upper triangular matrix.
gauss
- 高斯消去法求解AX=b,利用对增广矩阵进行的初等行变换,将系数矩阵变为上三角矩阵,然后回带,可以得到方程组的解。-Gaussian elimination method for solving AX = b, using the augmented matrix for the elementary row transformation, the coefficient matrix into an upper triangular matrix, and then back to the ta