资源列表
DPCA
- 二维PCA人脸识别源码,针对ORL人脸库,识别率98%,matlab语言编程
JacobiIteration
- 雅各比法近似求解方程组的根,可作为数值分析课程上机试验的参考程序
binarytree
- 二叉树排序的例子 包括几个基本操作:插入节点,排序,创建等。
PintaPunto
- Simple Draw using Opengl primitives in c++, this time the most easy draw: a point
Radix-Sort
- 基数排序(radix sort)则是属于“分配式排序”(distribution sort),基数排序法又称“桶子法”(bucket sort)或bin sort,顾名思义,它是透过键值的部份资讯,将要排序的元素分配至某些“桶”中,藉以达到排序的作用,基数排序法是属于稳定性的排序,其时间复杂度为O (nlog(r)m),其中r为所采取的基数,而m为堆数,在某些时候,基数排序法的效率高于其它的比较性排序法。 -Radix sort (radix sort) is a " distrib
list
- 利用指针实现线性表。 要求:用模板类的继承,实现链表的几个函数功能,主要包括链表的插入,追加和删除。并在main函数中对你的链表的各项功能进行测试 -The use of pointers to the linear form. Requirements: the inheritance with template classes, implement a linked list of functions of several functions, including the lis
yuese
- 约瑟夫环-yuesefu
Linear-table-to-insert-a-number
- 这是一个数据结构的线性表插入一个元素的算法,该程序由课本伪代码改编而成,非常方便于初学者学习数据结构线性表的知识以及提高自信心-This is a linear list data structure to insert an element of the algorithm, the program adapted from the textbook pseudo-code is made very easy for beginners to learn the linear form of
getRankN.m
- fingerprint get rank
line_circle
- 检测图中的直线或圆圈,并用指定色彩的线标识出来。-Detection figure line or circle, and identifies it with the specified color lines.
sharpen
- 基于拉普拉斯算子实现图片的锐化,并将结果与原图片显示出来-Based on Laplacian image sharpening to achieve the result with the original image displayed
otsu
- 数字图像处理的阈值分割,图像大津法阈值分割-使用matlab编写-Digital image processing threshold segmentation, image Ozu method threshold segmentation- using matlab prepared