搜索资源列表
locallinear
- 用matlab自编的基于自适应局部线形化的软件可靠性模型.效果非常良好.源程序和数据集都有,可以直接运行.-using Matlab-based adaptive self Local Alignment of software reliability models. The effect was very good. source code and data sets have, and can directly operation.
ls_temp
- 用matlab编写的基于局部线形化方法的软件可靠性预测方法-using Matlab prepared by the Local Alignment methods of software reliability prediction method
dp_align.tar
- 双序列比对:全局比对或局部比对算法,针对蛋白质序列或核酸序列-This program will do Needle global or Smith-Waterman local alignment for two protein sequences or DNA sequences
drtoolbox.tar
- 这是一个MATLAB工具箱包括32个降维程序,主要包括 pca,lda,MDS等十几个程序包,对于图像处理非常具有参考价值- ,This Matlab toolbox implements 32 techniques for dimensionality reduction. These techniques are all available through the COMPUTE_MAPPING function or trhough the GUI. The following techn
cross-Entropy
- The cross-entropy (CE) method attributed to Reuven Rubinstein is a general Monte Carlo approach to combinatorial and continuous multi-extremal optimization and importance sampling. The method originated from the field of rare event simulation, where
A-Robust-Fingerprint-Matching-Algorithm-Using-Loc
- A Robust Fingerprint Matching Algorithm Using Local Alignment
jaligner-1.0
- 局部序列比对的代码,可以找到2条长字符串中共有的特征序列,其中包含空格惩罚。-Local alignment tool and it cound find the similar pattern of two sequences with the assistant of gap penalty.
drtoolbox
- Matlab针对各种数据预处理的降维方法,源码集合。-Currently, the Matlab Toolbox for Dimensionality Reduction contains the following techniques: Principal Component Analysis (PCA) Probabilistic PCA Factor Analysis (FA) Sammon mapping Lin
alc
- allegro对齐symbol,text,via,pin小工具。 allegro.ilinit和aln.il存入spb16.6\share\local\pcb\skill文件夹,align.form存入spb16.6\share\local\pcb\form文件夹 命令:ALN 快捷键:TAB 菜单:edit\align-allegro alignment symbol, text, via pin gadgets. The stored in spb16.6 allegro.i
TMS
- 改控件源码中的AdvOfficePager.pas 的下面的方法; function DrawVistaText(Canvas: TCanvas Alignment: TAlignment r: TRect FCaption:string AFont: TFont Enabled: Boolean RealDraw: Boolean AntiAlias: TAntiAlias Direction: TTabPosition Ellipsis: Boolean): TRect 将Cap
tuxingbiajiqi
- (1)文件功能 (2)有鼠标,键盘输入(可以画直线,折线,矩形,圆 ,三角形) (3)具有选择图形,移动,删除功能 (4) 菜单功能 (5)可以选择线形,线宽,颜色 (6)具有坐标显示功能 文件功能,图形移动删除功能等局部功能没实现,大部分都可以实现,如果机器不支持全屏显示,可下个DosBox,在DosBox中运行-(1) File feature (2) there is a mouse, keyboard input (you can draw a straigh
Sequence-alignment-scoring-matrix
- 序列比对中的smith-waterman算法,应用于局部序列比对,寻找最优化比对序列,精确度高-Smith- waterman in sequence alignment algorithm, is applied to the local sequence alignment, search for optimal matching sequence, high precision
LTSA
- 一种用于非线性降维的流形学习算法,主要是先考虑用每一点处的局部切空间表示该点处的几何特征,然后都局部切空间进行排列-A manifold learning algorithm for nonlinear dimension reduction, mainly consider to use every bit of the local tangent space representation of geometric feature at that point, then the local t
face-alignment-at-3000fps-master
- C++ implementation of Face Alignment at 3000 FPS via Regressing Local Binary Features.
人脸识别
- 基于ssm框架搭建的,前端通过获取video标签?调用本地的摄像头(获取用户媒体对象,流媒体数据base64),将流媒体数据画到convas画布上去?,后台调用百度API人脸识别接口,进入百度大脑搜索人脸识别即可获取官网的Secret Key,将前端获取的人脸信息的base64信息和你本地数据库里的人脸信息传到百度人脸识别的接口进行人脸比对,返回一个json数据,result参数 带别人脸相似度, result可自己定义,从而实现人脸识别登录(Based on the SSM framework