搜索资源列表
datastructure
- 本软件是使用java 开发的,嵌入在html文档中,因此可以通过网络使用web浏览器来使用,通过网络来使用只要在web 服务器上进行部署。-This software is developed using java, embedded in the html document, so the network can use web browser to use, through the network to use as long as
MazeMouse
- 一个迷宫算法,使用深度搜索的方法实现的,程序是使用c语言编写的,已经调试成功可以运行-A maze algorithm, the depth of the search methods used to achieve
mazemouse
- 用堆栈实现的迷宫老鼠,以(1,1)为入口,(m,n)为出口,判断是否存在一条出路。可随机生成一个迷宫-the mazemouse is created by stack