资源列表
dimension_zxecf
- 用最小二乘法计算分形图案的维数。试试看怎么样。请多包涵!! -least squares method used fractal pattern dimension. Try how kind. I feel apologetic for this! !
AIbashuma
- 我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个\"扩展数组[4]\"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数组进行分析,利用启发函数在进行递归扩展... -us solve eight digital, BFS may lead to insufficient
AIbashumaJava1
- 我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个\"扩展数组[4]\"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数组进行分析,利用启发函数在进行递归扩展... -us solve eight digital, BFS may lead to insufficient
matlab(bp)
- matlab神经网络应用设计,里面随有详细代码-Matlab neural network application design, which with a detailed code
automix
- he AutoMix package is a C program for Unix-like systems, implementing the automatic reversible jump MCMC sampler of the same name described in Chapters 4, 5, and 6 of David Hastie s Ph.D. thesis-he AutoMix package is a C program for Unix-l ike s
svmvc
- 一个vc开发的支持向量机程序,对于初学者很有用.共享以下.-vc development of a support vector machine procedures, very useful for beginners. Sharing the following.
a8866
- 人工神经网络matlab编程,BP网络实例 入境旅游人数的预测结果对于旅游管理部门和政府部门有着重要的参考意义,寻求科学合理的预测模型是保障预测结果准确可靠的关键。根据我国入境旅游人数的实际情况,建立由一个输入层、一个隐含层、一个输出层构成的三层BP 网络模型-ANN Matlab programming, BP examples tourist arrivals in the forecast results for the tourism management and governmen
vcGA
- 基于VC开发的自适应遗传算法源程序 大家一起学习吧-development of the VC-based Adaptive genetic algorithm source you learn it
pedsim-0-99
- 行人模拟,开源的程序,对行人模拟的可以联系我,mjliao@163.com-pedestrian simulation, revenue procedures, simulated pedestrians can contact me, mjliao@163.com
ssa-tool-box
- matlab 模拟退火算法simulated anealing 的工具箱-Matlab simulated annealing simulated anealing the Toolbox
ga_optimization
- 遗传算法在工程优化计算上的应用的MATLAB程序。-genetic algorithm optimization calculation of the MATLAB program.
_
- matlab的典型算法(包括神经网络、遗传算法、概率算法、模拟退火算法)