搜索资源列表
fptoolbox
- 指纹识别 这个是TOOLBOX,别人写的。。主要用来识别指纹的处理。。 此文件没有解压密码-Fingerprint Recognition of this is TOOLBOX, written by someone else. . Mainly used to identify fingerprint processing. . This document does not extract passwords
shengwushibie
- UDP对QQ来说太重要了。 UDP和TCP是同一个层上的协议,都是通过IP层进行数据。。。 算啦,不扯这些了。 UDP针对的是不需要保证数据一定传输到的一种协议。因为IP 本身是会被随意丢弃的,所以TCP为确保数据可靠,会消耗大量的 资源,而且Socket架上去以后会出于保持链接的一种结构。 QQ本身不保持链接,数据是否可靠自己去验证,而且QQ里的数据 都是小包,尤其适应UDP的结构。最后对于multicast来说,UDP 是唯一可行的降低网络带宽负担的协议-UDP right QQ is so
good K-means clusters
- 这次上传的代码是关于K-means clusters的代码,希望能对大家有用。-The uploaded code is about K-means clusters.I hope it can be a help to everyone.
SvmFu-3.1.tar
- Linux环境下的人脸识别程序,他的核心算法是svm网络识别。-Linux environment Face Recognition procedures, the core algorithm is svm network identification.
ant
- 蚁群算法仿真模拟程序,用c的图形界面,直观的展示了蚁群算法的仿生学过程。为读者了解改算法有直接的指导意义-ant colony algorithm simulation program, c graphical interface, and visual display of the ant colony algorithm Bionics process. For readers to understand the algorithm change is directly guiding si
FaceDetectionPapers2
- 这里是本人收集的人脸识别方面的论文合集。分为三个包上传,这是第二部分。非常的不错。-here is my collection of the papers face recognition Collection. Divided into three packages upload, which is the second part. Very nice.
FaceDetectionPapers1
- 这里是本人收集的人脸识别方面的论文合集。分为三个包上传,这是第一部分,主要是英文论文。-here is my collection of the papers face recognition Collection. Upload divided into three packages, which is the first part of the major English papers.
FaceDetectionPapers4
- 这里是本人收集的人脸识别方面的论文合集。分为五个包上传,这是第四部分。-here is my collection of the papers face recognition Collection. Upload divided into five packages, this is the fourth part.
FaceDetectionPapers3
- 本人收集的人脸检测识别论文。分为五部分上传。这里是第三部分。-I collected Face Detection identification papers. Upload divided into five parts. Here is the third part.
FaceDetectionPapers5
- 本人收集的人脸检测识别论文集。总共分为五部分上传。这里是第五部分。希望能够与各位同仁一起探讨学习。-collection of face detection and recognition collection. A total upload divided into five parts. Here is the fifth part. Want to work along with you to explore learning.
ASE400(vb)Demo
- 典型的生物识别应用,实现了采集指纹、验证指纹,大大提高了身份验证的安全性、方便性。-typical biometrics applications, the acquisition fingerprints, fingerprint verification, thereby greatly increasing the identification of safety, convenience.
fpextract
- 指纹的matlab处理源代码,在matlab中,设置当前的目录为工作目录,在命令行中输入fpextractdemo,即可运行程序。-fingerprint processing Matlab source code in Matlab, set the current working directory to directory, the command line input fpextractdemo can run programs.
fvs_mask
- 计算有效的指纹区域(剔除非指纹区域以及模糊指纹区域)。代码由C写成。详细情况见解包后的说明-calculated effective fingerprint region (excluding non - fingerprint regional and fuzzy fingerprint regional). Written by C code. Details of the opinion after the note packets
fvs_minutia
- 显示了如何从细化后的指纹图像中获得细节点集合。代码由C写成。详细情况见解包后的说明-shows how detailed the fingerprint image details were set point. Written by C code. Details of the opinion after the note packets
fvs_thinner
- 描述了怎样细化一个指纹图像。细化后的图像尽可能的代表了指纹的脊线。代码由C写成。详细情况见解包后的说明-describes how a detailed fingerprint image. After thinning image as a representative of the fingerprint ridge line. Written by C code. Details of the opinion after the note packets
fvs_enhancer
- 指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图像都是位图。代码由C写成。详细情况见解包后的说明-fingerprint enhancement procedures, describes how to use the library to enhance the fingerprint image. The original image and objectives are bitmap images. Written by C code. Details of the opini
DNA
- 基因序列比较 人类基因由4种核苷酸,分别用字母ACTG表示。要求编写一个程序,按以下规划比较两个基因序列并确定它们的相似程度。即两 给出两个基因序列AGTGATG和GTTAG,它们有多相似呢?测量两个基因的相似度一种方法称为对齐。使用对齐方法可以在基因的适当位置加入空格,让两个基因的长度相等,然后根据基因的分值矩阵计算分数。 A C G T - A 5 -1 -2 -1 -3 C -1 5 -3 -2 -4 G -2 -3 5 -2 -2 T -1 -2 -2 5
新建文件夹
- 闪耀光栅的强度分布,输出波长,闪耀家之间的关系。。(Output intensity distribution of blazed grating)
2
- 不同拓扑相位的涡旋光束模拟程序。。。。。。。。。(Simulated Chart of Vortex Beam)
差分进化DE
- 一种参数估计的算法,对于非线性系统有较好的识别度,收敛速度快,易于实现。。。