资源列表
TSP-GA.zip
- 旅行商问题(TSP)是一个经典的优化组合问题,本个案列采用遗传算法来求解TSP问题,进行了选择、交叉、变异算子的设计,并通过MATLAB对算法进行了实现,附有详细的说明和代码。,The traveling salesman problem (TSP) is a classic combination optimization problem, in this case the column using a genetic algorithm to solve TSP problem select
iu
- 基于out_of_bag样本的随机森林算法的超参数估计-Based on a random sample out_of_bag over forest parameter estimation algorithm
MATLABshejiyuyingyong
- MATLAB编程,又从函数使用到复杂程序的源代码,涵盖MATLAB所有基础知识-MATLAB programming, and from the function used to complex program' s source code, covering all the basics of MATLAB
a-link-of-student
- 用C++写的一个学生链表。有建立,查询,删除,选择子函数;-Written in C++, a student list. Have set up, query, delete, select Functions
Josephus_problem
- 自己编写的Josephus问题的求解方法,用C语言采用数组方式实现,个人认为比教科书上提供的方法要精简的多,和大家一起分享-I have written Josephus problem solving method, using C language using an array of ways to achieve, personally think that way than the provision of textbooks to be streamlined and more to
Fortran
- Fortran基本算法源程序,线性方程,矩阵运算,非线性方程,极值问题
nQueen
- 一个关于N皇后问题的小程序,输出结果为一个n行n列的矩阵-nQueenProblem
yalmip-
- 一个比较好用的matlab工具箱,功能很齐全-A more useful matlab toolbox functions are complete
Data-structures-and-algorithm
- Data Structures and Algorithms: Annotated Reference with Examples
GA3threshold
- 针对Bmp图片,采用多阈值最大化图像的信息熵为目标,采用多目标遗传算法(源码全)对图像进行多阈值变换,实现对图像的多阈值分割。(VC6.0实现)-Bmp images using multi-threshold image information entropy maximization as the goal, the use of multi-objective genetic algorithm (source full) image multi-threshold transform,
Hybrid-Adaptive-Resonance
- this Program utilized a new method for generation codebook in Hidden Markov Models (HMM). Hybrid HMM and neural networks have been applied to improve recognition in speech processing. -this Program utilized a new method for generation
自适应小波阈值算法matlab源码
- 包含自适应小波阙值算法相应论文及其源码,在去噪方面有很好的效果。