PCA人脸识别 This PACKage implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing the filenames
标签: implements Component Principal Analysis
上传时间: 2016-06-25
上传用户:trepb001
PCA人脸识别 This PACKage implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing the filenames
标签: implements Component Principal Analysis
上传时间: 2016-06-25
上传用户:hakim
PCA人脸识别 This PACKage implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing the filenames
标签: implements Component Principal Analysis
上传时间: 2016-06-25
上传用户:cylnpy
PCA人脸识别 This PACKage implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing the filenames
标签: implements Component Principal Analysis
上传时间: 2013-12-16
上传用户:JIUSHICHEN
The PACKage contains a Reed-Solomon coding and decoding program, derived partly from Phil Karn/Robert Morelos-Zaragoza "new_rs_erasures.c". In particular the Berlekamp-Massey algorithm has not been modified. New features compared to "new_rs_erasures.c" are: - fully parameterized: code parameters (n,k,m) can be selected via command line options. - decoding optional by Euclid or Belekamp-Massey algorithm - efficient support of shortened codes - extensive verbose levels for hardware verification
标签: Reed-Solomon contains decoding PACKage
上传时间: 2013-12-11
上传用户:shinesyh
CELP (CELl Processing) is a functional programming PACKage for Matlab. It is often better to use FP instead of loops: - it s more compact - it s more clear.
标签: programming Processing functional PACKage
上传时间: 2013-12-19
上传用户:netwolf
PACKage query public class LinkQuery { private Node front private Node vear public LinkQuery() { this.front=null this.vear=null } public void add(int i) { Node newNode=new Node(i) if(vear==null && front==null) { vear=newNode front=newNode return } vear.next=newNode vear=newNode } public int remove() { if(this.front==null) { System.out.println("队是空的,无法取") return -1 } int temp=this.front.data this.front=this.front.next if(this.front==null) { this.vear=null }
标签: private public Node LinkQuery
上传时间: 2016-07-08
上传用户:天诚24
AT8xC51SND1C Firmware PACKage support MMC,NF,IDE等等等
标签: Firmware PACKage support SND1
上传时间: 2014-01-15
上传用户:gyq
uClinux-dist-20040408-str710-patch PACKage of uClinux for STR71x uClinux Driver for str71x
标签: uClinux uClinux-dist str 71x
上传时间: 2014-01-04
上传用户:集美慧
Chord PACKage into p2psim
上传时间: 2013-12-28
上传用户:chenjjer