资源列表
polynomial
- 求解拉格朗日插值多项式、牛顿插值多项式、分段插值多项式,并能求出插值点的值。(The Lagrange interpolation polynomial, Newton interpolation polynomial and piecewise interpolation polynomial are solved, and the value of interpolation point can be calculated.)
bubble
- 对串行输入的数据,进行排序。结束后串行输出。(Sort the serial input data. Serial output after completion.)
k-means
- k-means以空间中k个点为中心进行聚类,对最靠近他们的对象归类 c++实现代码(C++ implementation code of k-means)
weka源代码分析
- 对机器学习的开源软件WEKA的源码分析,非常有价值(Source code analysis of machine learning open source software WEKA, very valuable)
蚁群算法
- 本文件用C语言实现蚁群算法,供大家学习,参考与交流使用(Ant colony algorithm based on C language)
neuron
- 本程序用C语言实现神经网络算法,供大家学习,交流使用。(This program uses C language to achieve neural network algorithm, for everyone to learn, exchange use.)
Stochastic processes sampler pack .rar
- Here I will solve a few classic problems in probability using some exotic methods from non-equilibrium statistical mechanics. Though each of these problems can be addressed using more elementary methods, the tools and tricks I'll explore here are pow
matlab毕业设计仿真源代码,含有论文
- matlab毕业设计仿真源代码,含有论文,完整版(Matlab graduate design simulation source code, containing papers, complete version)
genetic algorithm
- 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。遗传算法是从代表问题可能潜在的解集的一个种群(population)开始的,而一个种群则由经过基因(gene)编码的一定数目的个体(individual)组成。每个个体实际上是染色体(chromosome)带有特征的实体。染色体作为遗传物质的主要载体,即多个基因的集合,其内部表现(即基因型)是某种基因组合,它决定了个体的形状的外部表现,如
ALO
- 一个新的人工智能优化算法ALO, 可以用于数值优化(A NEW DEVELOPED OPTIMIZATION ALGORITHM ALO)
DA
- Dragonfly Algorithm (DA) MATLAB 代码,效果不错,欢迎下载(Dragonfly Algorithm (DA) source codes)
MFO
- 人工智能优化算法MFO,效果很好,推荐下载(Moth-flame optimization algorithm: A novel nature-inspired heuristic paradigm)