搜索资源列表
老鼠走迷宮 程式
- 這是使用vb來模擬資料結構中有名的老鼠走迷官程式。小老鼠會記錄所走過的路。自動找到出口。-vb This is the use of information to simulate the structure of the famous mouse away crowds official programs. Small rodents records traversed path. Automatic find export.
maze
- 建立輸入文檔,輸出迷宮路線和迷宮的形象圖 (有實例)
h34991093--
- 老鼠走迷宮 用堆疊或是序列的方式 可輸入或讀取檔案 幫助完成程式碼-CODING WITH STACKS OR QUEUE CAN MAKE IT WORK
55Puzzle
- 用C语言解决的人工智能课程实验55迷题,代码风格简明,注释较好,供参考-Using C language of artificial intelligence to solve the puzzle of 55 experimental courses, concise style code, comments, good for reference
hw4
- 老鼠走迷宮,有包括選單以及多種方式走迷宮,有做介面美化-Mouse Maze
IEEE-8-16
- [2010.8.10]【IEEE标准电脑鼠走迷宫仿真】[8×8.16×16] 可走8*8 也可以走16*16 具体操作步骤有文档解释-[2010.8.10] [IEEE standard computer mouse maze simulation 8 × 8.16 × 16 Go 8* 8 can go 16* 16 The specific steps the document explains
Mouse_walker
- 老鼠走迷宮一直是個經典的問題 運用stack是其基本精神 已經走過的死路不會再走 運用C++的物件導向 使的stack的製作更為容易 CODE前半段是SATCK 中間是老鼠走路的判斷 最後面是顯示 可以讓人清楚知道老鼠走路的邏輯 -Mouse in a Maze