资源列表
SortedSet
- 本程序用VC++完成 定义类模板SortedSet (包括方法的实现) ,即元素有序的集合,集合元素的类型和集合元素的最大个数可由使用者确定。要 求该类模板对外提供以下三种操作: insert:加入一个新的元素到合适的位置上,并保证集合元素的值不重复; get:返回比给定值大的最小元素的地址。若不存在,返回-1; del:删除与给定值相等的那个元素,并保持剩余元素的有序性。-the completion of procedures with VC SortedSet clas
rational1
- 一个有理数可以表示成分子与分母都是整数的一个分数。定义一个表示有理数的类Rational(包括方法的实现),-a rational elements can be expressed as the denominator are integral with a score. A definition of the category, said Rational Rational (including the method of achieving)
Gramham-CH
- Gramham法求解凸包。从最基本数据结构定义开始实现,有图形界面和动画演示。全套代码。-Gramham method convex hull. Data from the most basic definition of the structure began to realize, graphics and animation interface demo. A full set of code.
modelclasify
- C++ 模式识别程序 完成神经网络的向量聚类分析 -C pattern recognition procedures are completed Neural Network Vector Cluster Analysis
bpjd
- 直接的源代码形式,没有解压密码,即解即用,也可能有点语法问题,请使用的时候注意一下-direct source code form, without extracting passwords, that solution is used, may be a bit syntax, please use the time to take note
PATTREE
- pat-tree中文抽词,中文字词搜寻演算法.-pat-pumping tree Chinese words, the Chinese word search algorithms.
demodulationOfWavelet
- 该例子为大家提供了一个很好的,对于小波在信号检测过程中使用的理解-the examples we provide for a good, wavelet signal detection in the process of understanding
dspAutoAdaptFilterAndAR
- 该例子主要解释了自适应滤波器的应用,对于信号处理的应用有很好的帮助理解的作用-explain the main examples of adaptive filter applications, for signal processing applications with the help of a very good understanding of the role
decomposeAndrevaluationOfWavelet
- 小波在信号处理中的应用,利用小波对信号进行分解和重构,而且对信号进行噪声的阈值处理。-Wavelet in signal processing applications, the use of wavelet decomposition and reconstruction. but for the noise signal processing threshold.
WiennerFilterAndAR
- 使用维纳滤波器对信号进行处理,得到噪声状况下的信号,这个滤波器是数字信号处理中非常经典的一个。代码里还提供了维纳的AR参数估计-Wiener filter to use signal processing, noise signal conditions, this filter is digital signal processing in a very classic. There is also a code of the AR Wiener Parameter Estimation
dspLinearEstimateOfMagnitude
- 分别使用自相关函数法和周期图的方法对信号进行功率谱估计
LZW_compress_algorithm
- LZW压缩算法,提供了LZW压缩算法详细代码和说明,用C语言实现的。-LZW compression algorithm, the LZW compression algorithm detailed code and annotations, using the C language.