基于PCA和LDA的人脸识别。% Main function that reads in files, applies pre-processing, calls face % recognition algorithm, and then plots resulting accuracy.
标签: pre-processing recognitio function applies
上传时间: 2014-09-03
上传用户:jqy_china
Java MP3 Player, Here s a list of features: - reads, creates, updates, and removes id3v2.3 and id3v2.4 tags - reads, creates, updates, and removes id3v1 tags - Extracts MPEG data such as bit rate, sample rate, channel mode, etc. - Calculates playing time of mp3 from mpeg information (no good w/VBR) - Can read and create Winamp styled playlists - Offers other utility classes such as MP3FileFilter and MP3Comparator - NullsoftID3GenreTable object keeps a list of genres for you and can automatically determine the id3v1 genre from an id3v2 string or the other way around
标签: and features creates updates
上传时间: 2014-11-21
上传用户:qq521
a Java program that reads in the following values from the standard input device (i.e. Keyboard) and writes its result on the standard output device (i.e. Console/Monitor): Inputs: A: the loan amount in dollars and cents (e.g. 150000.00). r: the net annual interest rate, expressed as an integer (e.g. 10 which means 10%) Y: the number of whole remaining years (for repayment) M: the number of remaining months Output: The program should calculate and output the amount of monthly repayments in dollars and cents as single value (e.g. $840.55)
标签: i.e. following the Keyboard
上传时间: 2013-12-15
上传用户:米卡
Methods void close() int read() reads and returns a chracter. int read(char[] characterArray) populates an array of characters with data. boolean ready() - returns “true” if there is data available. ……
标签: read characterArray int chracter
上传时间: 2013-12-18
上传用户:小儒尼尼奥
a MATLAB program which reads files defining a piecewise constant triangulation of data, and displays a corresponding 3D surface.
标签: triangulation piecewise defining constant
上传时间: 2014-11-14
上传用户:黄华强
reads/writes text as a character stream, buffering characters so as to provide for the efficient reading/writing of characters, arrays, and lines. The buffer size may be specified, or the default size may be used. The default is large enough for most purposes. In general, each read request made of a Reader causes a corresponding read request to be made of the underlying character or byte stream. It is therefore advisable to wrap a BufferedReader around any Reader whose read() operations may be costly, such as FileReaders and InputStreamReaders.
标签: characters character buffering efficient
上传时间: 2017-02-20
上传用户:cjl42111
This program reads from an sensor the temperature and display it on three leds-segment. It uses microcontroller pic16876.
标签: leds-segment temperature program display
上传时间: 2017-04-04
上传用户:plsee
this applet program reads file
上传时间: 2014-01-26
上传用户:onewq
Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank. There are 2 Heuristic: 1. N: Number of misplaced tiles 2. S: Sum of Manhattan distance of current location and target location. Format: The first line write type of heuristic (N or S). Next is the status of departing and landing status. Between 2 states of 1 line blank. See examples EightPuzzle.INP
标签: state algorithme Program problem
上传时间: 2017-08-12
上传用户:jjj0202
NMEALINEREAD reads an NMEA sentence into a MATLAB structure array
标签: NMEALINEREAD structure sentence MATLAB
上传时间: 2017-08-29
上传用户:zhouli