-
实现自适应模糊控制的功能,大家 可以下载下来
实现自适应模糊控制的功能,大家 可以下载下来-adaptive fuzzy control
- 2022-03-20 12:45:33下载
- 积分:1
-
solve the 8
solve the 8-puzzle problem using A* algorithm. Definitely written by my self, also include BGI graphics library output.-solve the 8-puzzle problem using A* algori thm. Definitely written by my self. NBS also include graphics library output.
- 2022-01-26 06:41:41下载
- 积分:1
-
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该...
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个"扩展数组[4]"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数组进行分析,利用启发函数在进行递归扩展... -us solve eight digital, BFS may lead to insufficient memory, using heuristic search, heuristic function f (x) = g (x) h (x) g (x) for the target node is different from the number of nodes, h (x) for the nodes of depth, the choice between f (x) nodes that the smallest node expansion. the introduction of an "expanded array [4]" (because the expansion of the nodes at most four), The array maintains a node of 0:00 a.m. to expand in all directions in the target node, and then expanded array analysis, use heuristic function during recursive expansion ...
- 2022-08-06 14:22:02下载
- 积分:1
-
RBF程序,可实现函数拟合,本人已经亲自调试过,效果不错。...
RBF程序,可实现函数拟合,本人已经亲自调试过,效果不错。-RBF procedures can realize function fitting, I have personally debugging, and good results.
- 2022-04-12 11:58:28下载
- 积分:1
-
HMM的人脸识别,从非常经典的提取opencv说
HMM用于人脸识别,从OPENCV里提取出来的,非常经典的说-HMM for face recognition, OPENCV extract from the very classical said
- 2023-07-27 01:55:03下载
- 积分:1
-
simulation honey bees with artificial life characteristics of VB program can be...
模拟蜜蜂采蜜的具有人工生命特性的VB程序 可以作为学习人工生命的一个不错的入门-simulation honey bees with artificial life characteristics of VB program can be used as learning artificial life a good entry
- 2022-07-23 05:13:52下载
- 积分:1
-
机器人仿真软件有助于从事着学习,方便编程操作,能很快的知其原理...
机器人仿真软件有助于从事着学习,方便编程操作,能很快的知其原理-Robot simulation software helps to engage with learning, to facilitate programming operations, will soon know the principle of
- 2022-01-25 20:35:08下载
- 积分:1
-
可以实现快速的模拟退火算法,很有价值,
可以实现快速的模拟退火算法,很有价值,-can achieve rapid simulated annealing and of great value, thank you
- 2022-10-07 07:10:03下载
- 积分:1
-
该程序可以对二维三类样本进行分类,并画出分界面.学习过模式识别的人必看.要学习神经网络的人必看,代码简单,实用性强...
该程序可以对二维三类样本进行分类,并画出分界面.学习过模式识别的人必看.要学习神经网络的人必看,代码简单,实用性强-the procedure three samples of two-dimensional classification and paint interface. Learning the pattern recognition Watchable. To study the neural network Watchable, code simple, practical
- 2022-03-25 04:32:28下载
- 积分:1
-
模式识别中的K-均值算法演示
模式识别中的K-均值算法演示-pattern recognition, the K-means algorithm demo
- 2022-07-05 07:57:54下载
- 积分:1