-
Prolog实现8-puzzle
he 8-puzzle will be represented by a 3x3 list of lists positions where the empty box will be represented by the value 9, as shown below: [[9,1,3],[5,2,6],[4,7,8]]
Possibility Solution: Only half of the initial positions of the 8-puzzle are solvable. There is a formula that allows to know from the beginning if you can solve the puzzle.To determine whether an 8-puzzle is solvable, for each square containing a value N is calculated how many numbers less than N there after the current cell. For example, to the initial status
- 2023-07-26 11:40:02下载
- 积分:1
-
工业数学
Industrial Mathematics
- 2022-11-08 06:25:03下载
- 积分:1
-
用matlab仿真维纳滤波器
用matlab仿真维纳滤波器-simulation using Matlab Wiener filter
- 2022-02-04 09:06:23下载
- 积分:1
-
在有限元分析中计算结构整体刚度矩阵、单元刚度矩阵、单元结点位移、应力应变等...
在有限元分析中计算结构整体刚度矩阵、单元刚度矩阵、单元结点位移、应力应变等-In finite element analysis to calculate the structure of the overall stiffness matrix, element stiffness matrix, element node displacement, stress and strain, etc.
- 2022-03-14 12:45:45下载
- 积分:1
-
VC7 MFC正则D
vc7 MFC regular d
- 2023-06-10 23:50:03下载
- 积分:1
-
Robot vacuum cleaners cover the whole source simulation algorithm, in the hope t...
吸尘机器人全覆盖算法仿真源码,希望对大家有用-Robot vacuum cleaners cover the whole source simulation algorithm, in the hope that useful to everybody
- 2022-02-02 05:11:16下载
- 积分:1
-
求解整数的最大公约数
求解整数的最大公约数-the common denominator for Solving Integer
- 2022-03-02 07:14:48下载
- 积分:1
-
用C语言来实现的,求解线性方程组,还可以实现解向量的一个程序。...
用C语言来实现的,求解线性方程组,还可以实现解向量的一个程序。-The decomposition realizes with the C language, solution system of linear equations, but also may realize the solution vector one procedure
- 2022-02-02 11:07:43下载
- 积分:1
-
SCE,多目标优化
无论是做模型模拟的还是数据仿真的 或者是搞最优化的 基本都知道大名鼎鼎的SCE算法 尤其是SCE-UA更是模型和最优化中多
数专家学者所偏爱的。
美国亚利桑那大学Duan等于20世纪90年代开始研究萨克拉门托模型参数优化问题,后来提出了单纯多边形进化算法(SCE-UA)并
得到了全局最优解。SCE-UA结合了现有算法(包括基因算法等)中的一些优点,可以解决高维参数的全局优化问题,且不需要显
式目标函数或目标函数的偏导数。
- 2023-02-20 00:45:03下载
- 积分:1
-
latent dirichlet allocation C语言实现算法 LINUX 下运行
latent dirichlet allocation C语言实现算法 LINUX 下运行-latent dirichlet allocation the c implementation
- 2022-07-13 10:58:06下载
- 积分:1