资源列表
ftt
- 用matlab实现二维小波变换,对初学者还是很有好处的,能清楚认识DWT的过程
change
- 计算机图形学OPENGL图形几何变换: 1.输入一组数据 2.实现图形的非交互式几何变换 3.实现图形的交互式几何变换
FastQuery
- /*快速排序采用分治算法,将所需要排序的内容从文件读入放入数组a[p:r],按以下三个步骤进行排序 以a[p]为基准元素将数组分为三段,将大于基准元素的放到后面的单元,小的放到前面的单元, 再用递归对a[p:q-1],a[q+1:r]进行排序,最后合并 时间复杂度:最坏时间复杂度:O(n2) 平均时间复杂度:O(nlogn) */
queen
- queens8皇后问题,经典的数据结构和算法问题,用c++实现,有详细的中文注释.
list
- list方法,包含创建list和创建节点-function of list
qiuhe
- 数据结构实现两个多次多项式相加相减的运算-shujujiegoushixianlianggeduoxiangshixiangjiaxiangjiandeyunsuan
Binarysearchtrees
- 二叉搜索树操作 学习数据结构很好的例子 有很全的注释-Binary search tree data structure operation good example to learn a very full notes
hsvhistogram
- 求取彩色图像在HSV空间的颜色直方图并将其显示-get color histogram and display it
up
- 基于matlab实现高斯函数,以及图像模糊恢复,调用matlab自带函数。-Implementation of Matlab based on Gauss function, and the blurred image restoration, call the MATLAB built-in function.
bptrainrec
- BP训练并识别,可以加载一定的模板图片,例如(数字1,2,3.。。9)。-BP train
a
- 实现视频的置乱和逆置乱,结合混沌算子实现。-the video scrable
depthOfField
- opengl depth of field 的实现,与Anti Aliasing使用的方法类似-opengl depth of field implementation, similar to the method used by Anti Aliasing
