-
Visual_C++ instant messaging systems, including server
Visual_C++ 即时通讯系统,包括服务器端和客户端
-Visual_C++ instant messaging systems, including server-side and client-side
- 2022-02-01 16:08:12下载
- 积分:1
-
A智能算法,是一个小型游戏,能够在有效的时间内找出最短的路径....
A智能算法,是一个小型游戏,能够在有效的时间内找出最短的路径.-A smart algorithm, is a small game that can effectively find the shortest time path.
- 2022-03-23 04:55:12下载
- 积分:1
-
pacman 搜索 python
人工智能作业......
小游戏pacman......
搜索算法,用python完成......
DFS,深度优先搜索
BFS,广度优先搜索
统一的成本,
启发式算法。。。
1.在 search.py 中的 depthFirstSearch 函数中实现深度优先搜索 (DFS) 算法。若要使您的算法完成,写 DFS 的图搜索版本,
从而避免扩大任何已经了的状态
2.在 search.py 中的 breadthFirstSearch 函数中实现的广度优先搜索 (BFS) 算法。再次,写图搜索算法,可避免扩大任何
已经访问状态。测试你的代码相同的方式,你做为深度优先搜索。
3.在 search.py 中的 uniformCostSearch 函数中实现统一成本图搜索算法。
4.实现 A * 图搜索空函数 aStarSearch 在 search.py 中。A * 采用启发式函数作为参数。启发式带两个参数: 在搜索问题
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-05 02:15:14下载
- 积分:1
-
gps导航数据的提取程序,可以对于gps模块进行定位,本程序采用直接定位...
gps导航数据的提取程序,可以对于gps模块进行定位,本程序采用直接定位-a GPS navigation data extraction procedures, for a GPS positioning module, the program uses a direct positioning
- 2022-04-09 04:12:43下载
- 积分:1
-
提取网络流行视频FLV格式转换源码,帮助你理解FLV的数据格式及转换要点...
提取网络流行视频FLV格式转换源码,帮助你理解FLV的数据格式及转换要点-Extraction network popular FLV video format conversion source, to help you understand the FLV format and convert the data points
- 2022-06-14 07:03:55下载
- 积分:1
-
数字转换
将数字转换成单词 的函数,葡萄牙语
- 2022-07-28 02:56:36下载
- 积分:1
-
C# 自动查询百度排名
C#自动查询网站在百度的排名,精确,上传成功有声音提示string txt = textBox1.Text.Trim(); int index = webBrowser1.Document.Body.InnerHtml.IndexOf(txt); HtmlElement he = webBrowser1.Document.GetElementById("page"); if (index > 0) { if (he != null) { HtmlElementCollection strong = he.GetElementsByTagName("strong"); label1.Text = "已找到 第 " + strong[0].Children[1].InnerText + " 页"; timer1.Stop(); &
- 2022-07-23 07:10:25下载
- 积分:1
-
将图片保存为AVI视频
将图片保存为AVI录相 -Save the picture as AVI video
- 2022-01-27 09:58:37下载
- 积分:1
-
这个东西不一定很好!但是界面方面还不错.功能一般般.............应该是垃圾中的极品...
这个东西不一定很好!但是界面方面还不错.功能一般般.............应该是垃圾中的极品-this is not necessarily a good thing! However interface is not bad. General function as ............. should refuse statuary
- 2022-02-02 05:15:01下载
- 积分:1
-
LEACH协议的Matlab源代码
LEACH协议的Matlab源代码
- 2023-04-30 22:55:03下载
- 积分:1