资源列表
DNA-sequencing-problems
- DNA排序问题,其中包含了DNA排序的全部解决源代码并且附有说明-DNA sequencing problem, which contains the full DNA sequence and annotated source code to solve
A-Low-Cost-Inverter-for-Domestic-Fuel-Cell
- A Low-Cost Inverter for Domestic Fuel Cell Applications
Project-Diva-4
- 课程作业, 将输入的前缀表达式转换为对应的逆波兰表达式(后缀表达式)-Course work, the prefix expression is converted to the corresponding input Reverse Polish Notation (postfix expression)
calculator
- 用C#开发的一款计算器, 不同的是可以智能语音提示 方便了中老年人。 欢迎感兴趣的用户下载学习。-With C# development of a calculator, except that the elderly can facilitate intelligent voice prompts. Welcome interested users download the study.
AAM
- Facial Feature Extraction matlab code
matlab-multi-layer-perceptron
- MLP multilayer neural network
facerec_PCA
- face reconigtion with pca
robot diferencial
- Dynamics and kinematics simulation and path tracking for a Differential Robot
Orthogonal-laplacianfaces
- 提出的正交LPP具有的优良特性是:能够较好的重构数据,并包含较好的判别能力-The orthogonal locality preserving projection (OLPP) method produces orthogonal basis functions and can have more locality preserving power than LPP. Since the locality preserving power is potentially relat
Error-control-coding-using-matlab
- A Book published in 2010 on error control coding using matlab-A practical guide to error-control coding using matlab
data
- dATA OF eeg . i NEEDDATA BASE FOR MY PROJECT
Project-2_HuffmanEncode
- 哈夫曼编码 (1) 建立Huffman Tree,也就是建立codebook,找到所有ascii对应的codeword表示方法。 (2) Huffman Encode,将DaVinciCode.txt 整个文本进行编码,储存成一个压缩档,并且使用bitstream来存入。 程序执行方法 : encoder.exe DavinciCode.txt codebook compressed_file-Huffman coding (1) the establishment of Hu