搜索资源列表
test0716
- 一个简单的图片显示和预览的程序:将程序从文件中读出来,并在给定的框中进行显示-a simple photo display and preview process : procedural read from the file, and in the box to the display
wumpusworld
- Wumpus World 是一个世界出名的游戏,在给定的一个nxm的格子中以最快的方式找的黄金而避开Wumpus.这个程序采用广度优先遍历的方法-Wumpus World is a famous game. In this project, we want to find the gold as quick as possible.We implement Breadth First Search in it.