-
A*算法解决八数码
题目
The
15-puzzle has been around for over 100 years; even if you don"t know it by that
name, you"ve seen it. It is constructed with 15 sliding tiles, each with a
number from 1 to 15 on it, and all packed into a 4 by 4 frame with one tile
missing. Let"s call the missing tile "x"; the object of the puzzle is to
arrange the tiles so that they are ordered as:
1
2 3 4
5
6 7 8
9 10 11 12
13 14 15 x
where the only legal operation is to exchange "x" with one of the tiles with
which it shares an edge. As an example, the following sequence of moves solves
a slightly scrambled puzzle:
- 2022-02-06 16:32:40下载
- 积分:1
-
easyVision 电脑查看器
这是计算机视觉和图像处理应用程序的快速原型开发方法实验 Haskell 框架。我们利用函数式编程编写优雅程序支持的标准低层次专业图书馆的表现力。
- 2022-01-22 17:00:33下载
- 积分:1
-
一个封装好的线程池的例子
一个封装好的线程池的例子-a good example of Thread Pool
- 2022-07-12 03:50:01下载
- 积分:1
-
windows ce 下的自制播放器,能播放mp3,mp4,
windows ce 下的自制播放器,能播放mp3,mp4,-windows ce made under the player, can play mp3, mp4,
- 2022-09-26 01:25:03下载
- 积分:1
-
用C++ Builder进行多线程操作的示例
用C++ Builder进行多线程操作的示例-With C++ Builder to carry out an example of multi-threaded operation
- 2022-01-25 19:27:28下载
- 积分:1
-
String with integer, integer and string conversion between
字符串与整数,整数与字符串之间的相互转换-String with integer, integer and string conversion between
- 2023-03-09 23:10:03下载
- 积分:1
-
串口温度数据采集并实时显示 串口温度数据采集并实时显示
串口温度数据采集并实时显示 串口温度数据采集并实时显示
- 2022-08-05 20:32:30下载
- 积分:1
-
灰色神经网络预测问题GUI
matlab程序 灰色神经网络预测问题工具箱,用遗传算法优化
- 2022-11-16 02:10:02下载
- 积分:1
-
贝塞尔curve.vb
bezier曲线.vb-bezier curve.vb
- 2022-07-16 07:55:28下载
- 积分:1
-
利用工厂设计模式这几计算器
使用简单工厂模式解决计算器相比较上次思维更加的清晰,各类以及函数的关系也更加的清楚。让我深刻的体会到良好的设计模式能给程序后期的修改和增加功能带来相当大的便利
- 2023-02-16 01:30:04下载
- 积分:1