资源列表
[数学计算/工程计算] rabin_karp
说明:An implementation of the Rabin Karp Algorithm to find the longest common sub-sequence between to strings in C.<NS_Noob> 在 2025-02-25 上传 | 大小:6kb | 下载:0
[数学计算/工程计算] jisuanjihe
说明:计算几何算法分析与设计,计算几何算法分析与设计.pdf-Computational Geometry Algorithm Analysis and Design<jsh> 在 2025-02-25 上传 | 大小:7.44mb | 下载:0
[数学计算/工程计算] chengxusheji
说明:E3 80 8AMATLAB程序设计教程》电子教案-附源代码,挺有用的-Programming Guide<jsh> 在 2025-02-25 上传 | 大小: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<andy> 在 2025-02-25 上传 | 大小: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 u<andy> 在 2025-02-25 上传 | 大小:10kb | 下载:0