资源列表
[数据结构常用算法] matching-brackets
说明:利用c++数据结构 栈 解决括号匹配问题 -Use c++ to solve matching brackets<enzo> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[matlab例程] EMD-denoising
说明:this program discribe the denosing process by EMD<tahar> 在 2025-06-17 上传 | 大小:11kb | 下载:0
[matlab例程] abc.m
说明:some things on divide with data so me things on divide with data so me things on divide with data so me things on divide with data so me things on divide with data-some things on divide with data some things on divide with data some things on divid<max> 在 2025-06-17 上传 | 大小:2kb | 下载: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-17 上传 | 大小: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-17 上传 | 大小:10kb | 下载:0
[数学计算/工程计算] MyBinarySearch
说明:For this problem, you will need to create an second array that is smaller than the original whitelist. You need to go through the original whitelist twice: once to determine the number of unique items in the whitelist and a second time to copy the un<andy> 在 2025-06-17 上传 | 大小:8kb | 下载:0
[人工智能/神经网络/遗传算法] meanshift-tracking
说明:meanshift结合颜色特征跟踪目标的程序,经过调试无误,还有几个很好的meanshift算法学习资料包,非常适合初学者参考-color-based meanshift tracking program, some bugs have been fixed, and some information about meanshift is included too! enjoy yourself~~<JAMES> 在 2025-06-17 上传 | 大小:6.92mb | 下载:0
[数据结构常用算法] UFApp
说明: write an application UFApp that 1. Prompts for a file name. 2. Reads the first integer, which is the number of sites. 3. Reads each pair of integers, p and q, representing sites and if not already connected, connects by calling union(p,q).<andy> 在 2025-06-17 上传 | 大小:1.98mb | 下载:0
[数学计算/工程计算] C_Algorithm
说明:用C语言实现的各种算法的程序集合,基本包含了实用的全部基础算法,内容相当全面。-Using C language implementation of the various set of algorithm, the basic foundation that contains all the practical algorithm, the content is very comprehensive.<liyueming> 在 2025-06-17 上传 | 大小:277kb | 下载:0