资源列表
numerical-approximation
- 一:多项式插值的Runge现象 二:Remez算法 三:Schmidt正交-Introduction polynomial interpolation Runge phenomenon, Remez algorithm, Schmidt orthogonal matlab algorithm
xinxilun
- 信息论与编码作业,里面是信息论与编码的作业啊-Information theory and coding jobs, which is information theory and coding jobs ah
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.
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).
meanshift-tracking
- meanshift结合颜色特征跟踪目标的程序,经过调试无误,还有几个很好的meanshift算法学习资料包,非常适合初学者参考-color-based meanshift tracking program, some bugs have been fixed, and some information about meanshift is included too! enjoy yourself~~
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
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
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
myEuclid
- compute the greatest common divisor of two integers
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
Iso
- Classic isotropic hardening model
EMD-denoising
- this program discribe the denosing process by EMD
