资源列表
[数学计算/工程计算] rabin_karp
说明:An implementation of the Rabin Karp Algorithm to find the longest common sub-sequence between to strings in C.<NS_Noob> 在 2025-06-22 上传 | 大小:6kb | 下载:0
[数学计算/工程计算] 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<岳晓鹏> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] jisuanjihe
说明:计算几何算法分析与设计,计算几何算法分析与设计.pdf-Computational Geometry Algorithm Analysis and Design<jsh> 在 2025-06-22 上传 | 大小:7.44mb | 下载:0
[数学计算/工程计算] chengxusheji
说明:E3 80 8AMATLAB程序设计教程》电子教案-附源代码,挺有用的-Programming Guide<jsh> 在 2025-06-22 上传 | 大小:233kb | 下载:0
[数学计算/工程计算] MyShuffleTest
说明:Suppose we start with N=3 and run the shuffling test four times, resulting in the arrays: [2, 0, 1] [2, 1, 0] [2, 0, 1 ] (This not very likely, but i s possible) Then the resulting count array would be: 0: 0 3 1 1: 0 1 3<andy> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] MyFibonacci
说明:The idea is that as Fibonnaci values are computed you store them in the array A. So when another F(n) is to be computed either A[n] is still 0 or else A[n] is already equal to F(n). If A[n] is 0, you have to make the usual recursive calls to comput<andy> 在 2025-06-22 上传 | 大小:10kb | 下载:0