资源列表
work1
- many program in matlab code special in photovoltaic generator
Lience_matlab
- 车牌识别Matlab程序,可直接运行,内含实验原理报告和源程序!-License Plate Recognition Matlab program can be run directly, the report contains the experimental principle and the source!
Gaborsuanfa
- matlab的mp算法实现,原子可以自己改,文中用的是gabor原子-the matlab the mp algorithm
Buckland_AIExecutables
- 游戏中人工智能的应用开发。各种案例以及完整代码-AI on Game Design
binary-tree
- 吴及老师数据结构基础课件,数与二叉树部分-Wu and teacher data structures courseware, and the number of binary tree part
ltfat-2.1.1.tar
- The Large Time-Frequency Analysis Toolbox-The Large Time/Frequency Analysis Toolbox (LTFAT) is a Matlab/Octave toolbox for working with time-frequency analysis and synthesis. It is intended both as an educational and a computational tool. The toolbox
SVM
- 这里实现了四种SVM工具箱的分类与回归算法
simplex-method
- simplex method pascal implementation
SVM-function-available
- 可以实现SVM函数曲线拟合,支持向量机曲线逼近,多类分类等等强大功能,无需修改源程序,直接可用-The SVM function curve fitting, support vector machines curve approximation, powerful multi-class classification, etc., without modifying the source code directly available
wifi
- a book about wifi. very informative
Hw09_4
- 利用MFC对话框来实现 字符串匹配等算法,算法简洁、优化 -String matching algorithm
xueshengchengjitiaoxingtongji
- 学生成绩条形图统计问题,条形图问题描述:给定n个数据,绘出表示这n个数据的条形统计图。即统计出这n个数据中有多少个不同的值,以及每个值出现的频率是多少。条形图常用于表示数据分布情况。例如,学生考试成绩统计、居民收入分布情况等。假设输入数据为正整数,利用二叉排序树完成输入数据频率统计。-Bar graph statistics student performance problems