搜索资源列表
IRWLS-SVM
- 支持向量机的一个训练软件,代码简单易懂,可读性强。-SVM a training software, code simple, comprehensible, and readable.
sportsmeet
- 这是我的数据结构作业<运动会分数统计系统>的代码,可读性很好.大家可以做为参考.cjhacker.-This is my data structure operation
packet
- 可以运行在Windows下载压缩和解压缩程序源代码,代码层次感强,可读性好。
GA_5.17ntp
- 解决二次函数优化问题的c语言遗传算法代码,代码的可移植性高,并且我已加了注释,可读性佳
HopfieldNeuralNetwork_src
- 基于hopheid的人工神经网络模式识别,代码可读性强
旅行商问题
- 这是一个旅行商问题的算法源程序,代码较为简短,说明详细,可读性好。压缩包里面只包含源程序文件,要在vc上面运行。-This is a traveling salesman problem algorithm source code, code brief that detailed and readable. Compressed they contain only source files to run above the vc.
FP_growth_1221
- FP-growth 算法,包括了建树和挖掘部分。 代码风格良好,可读性强,运算速度快, accident.dat, 340000条数据,50 支持度,建树和挖掘时间100秒左右,mushroom.dat, 8000条记录,建树和挖掘不超过8秒-FP-growth algorithm, written with c++,(ide is visual c++ 2008). The program is very fast and robust,for data of accide
BPSK_modulation
- 高斯信道下BPSK调制的matlab程序,模块化代码,可读性强-matlab code for BPSK modulation
3.tar
- 高速缓存调度问题的C++实现代码,采用最优的opt方法。代码注释详实,可读性好。-Cache Scheduling C++ implementation code, the use of the best opt method. Code comments informative and readable.
kd_tree
- kd-tree数据结构的C语言实现,代码中有注释,可读性强,适合初学者使用。-kd-tree data structure of the C language, there are notes, readable.
bluescreenaobject-interplation-
- 本文件中包括蓝屏技术,将object植入图像中,图像连接。内部附有操作说明。是作业最终版本,所以绝对能用。而且代码可读性很强。-This document includes a blue screen technology, the object implanted in the image, the image connection. With internal instructions. Is the final version of the job, so it is absolutely
yichuanmatlab
- 基于MATLAB的遗传算法的代码,语句简单程序可读性强。应用广泛。-Genetic algorithm code can be used in many applications
SearchWordInVocabulary
- 词库搜索 数据结构大作业 代码注释详尽,可读性强,算法优质,数据结构使用恰当-Search Word In Vocabulary
Naive-Bayes
- 一个学习Naive Bayes的matlab代码,学习到的参数只与样本的个数有关,与实际的样本值没有直接关系。 为了代码的可读性、容易学些,算法的实现没有采用MATLAB向量化 操作。-A Naive Bayes learning matlab code, only to learn the parameters related to the number of samples, and the actual sample values are not dir
jiachuangchazhi512
- 改程序能够实现加窗插值FFT算法的matlab仿真,已经得到实验验证,注解清晰详细,代码可读性强.以512点为例进行仿真计算,对与其他点数,如256或是1024可以通过简单修改即可-Reform process to achieve the windowed interpolation FFT algorithm matlab simulation, experimental verification has been, clear and detailed annotations, code
SINS
- 该代码极其适合初学捷联惯性导航的同学,代码可读性强,适合初学者。-The code is extremely suitable for beginner students SINS, code readability, suitable for beginners.
shujuquzao
- 该代码功用是对数据进行去噪处理,内含3种去噪的方法,可读性高,实用性强-The code function is to deal with the noise of the data, containing three denoising methods, high readability, strong practicability
IMGA_MAX_F111
- 简单、规范免疫遗传算法,含有大量注释,可读性强,适用于新手学习算法和代码编写。-Simple and standard immune genetic algorithm.It is very readable and suitable for new guys to learn algorithms and programme.
鲸鱼优化算法matlab代码
- 鲸鱼优化算法matlab代码,可直接用于调用23个经典测试函数进行测试,且有对应注释,代码可读性强,简洁易懂。