资源列表
[matlab例程] PF-Tracking
说明:基于颜色特征向量的粒子滤波跟踪程序,修复了因粒子超过窗口范围出现ERROR的BUG,还包括了一些有助于粒子滤波学习的资料-color-based particle filter tracking, some bugs have been fixed, some information about PF Tracking is included too!!<JAMES> 在 2025-05-20 上传 | 大小:9.8mb | 下载:0
[数据结构常用算法] matching-brackets
说明:利用c++数据结构 栈 解决括号匹配问题 -Use c++ to solve matching brackets<enzo> 在 2025-05-20 上传 | 大小:1kb | 下载:0
[matlab例程] EMD-denoising
说明:this program discribe the denosing process by EMD<tahar> 在 2025-05-20 上传 | 大小:11kb | 下载: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-05-20 上传 | 大小: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-05-20 上传 | 大小: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 an<andy> 在 2025-05-20 上传 | 大小:8kb | 下载:0