-
MS Wince6培训资料之实践手册.
是学习WINCE6的好教材.
MS Wince6培训资料之实践手册.
是学习WINCE6的好教材.-MS Wince6 practice manual training materials. WINCE6 good learning materials.
- 2022-03-03 16:53:21下载
- 积分:1
-
一个打飞机小游戏的源代码,界面完整,很具有参考价值
一个打飞机小游戏的源代码,界面完整,很具有参考价值-A small plane hit the game
- 2022-01-28 01:10:51下载
- 积分:1
-
GL纹理映射中的应用
GL Texture Mapping Application
- 2023-01-04 21:35:04下载
- 积分:1
-
Achieved with VB puzzle game. There are two more difficult, is to picture divide...
用VB实现的拼图小游戏。有两种难度,是将图片分成九块或是16块。希望能对初学VB的朋友有些许帮助啊~-Achieved with VB puzzle game. There are two more difficult, is to picture divided into 9 or 16. Hope that the friends of the novice VB help somewhat ah ~
- 2022-01-25 15:47:31下载
- 积分:1
-
该程序实现了屏幕滚动字幕,使字体由静态转换为动态,得到更好的可视效果,动感十足。...
该程序实现了屏幕滚动字幕,使字体由静态转换为动态,得到更好的可视效果,动感十足。-The program implements the screen scrolling captions,So that fonts converted from static to dynamic,Better visual effect,Dynamic sense of the full.
- 2022-05-21 07:27:40下载
- 积分:1
-
在DOS下用debug
在DOS下用debug
- 2023-08-08 09:25:03下载
- 积分:1
-
运行环境VC++6.0, 适用于VC初学者
运行环境VC++6.0, 适用于VC初学者-operating environment VC 6.0, applicable to the VC beginners
- 2022-03-23 22:31:50下载
- 积分: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
-
学生管理的一个EJB实现,禁止非法的商业行为
学生管理的一个EJB实现,禁止非法的商业行为-students managed to achieve an EJB prohibit illegal business practices
- 2022-01-21 17:24:47下载
- 积分:1
-
模拟固定分区存储管理的分配与回收。固定分区就是把内存区固定地划分为若干个大小不等的区域。分区一旦划分结束,在整个执行过程中每个分区的长度和内存的总分区个数将保持...
模拟固定分区存储管理的分配与回收。固定分区就是把内存区固定地划分为若干个大小不等的区域。分区一旦划分结束,在整个执行过程中每个分区的长度和内存的总分区个数将保持不变。当用户进程提出内存分配要求时,找到满足要求的分区分给它,进程执行完后,回收进程和它占有的资源-Simulation regular distribution and recovery which stores management of dividing into area. The regular assigning to area divides the memory district into several areas not of uniform size regularly. Divide and is over in the dividing area, the number of total points area of the length and memory of the each one area will keep intact in the whole course of carrying out. When user s process proposes the demand of assigning of the memory , find fen meeting the demands to distinguish to it, after the process is carried out, retrieve the process and resource which it occupy
- 2022-10-19 20:15:03下载
- 积分:1