Welcome![Sign In][Sign Up]
Location:
Search - mouse maze stack

Search list

[Other resourcemylaoshu

Description: 用C++写的老鼠迷宫,运用堆栈原理,可以从文件中读取迷宫图案-use C + + to write a mouse maze, using stack principle, can be read from the paper maze logo
Platform: | Size: 10225 | Author: qlxs | Hits:

[Other Gamesmylaoshu

Description: 用C++写的老鼠迷宫,运用堆栈原理,可以从文件中读取迷宫图案-use C++ to write a mouse maze, using stack principle, can be read from the paper maze logo
Platform: | Size: 10240 | Author: qlxs | Hits:

[Data structsMaze

Description: 这事传统的老鼠迷宫的源代码,利用了堆栈的原理,可以记录走出迷宫的路径,有助于更好的理解堆栈知识。-This traditional mouse maze source code, using a stack of principle, can be recorded out of the maze path, contribute to a better understanding of the stack of knowledge.
Platform: | Size: 916480 | Author: Iris | Hits:

[Data structsmigong

Description: 利用栈结构实现迷宫求解问题。迷宫求解问题如下: 心理学家把一只老鼠从一个无顶盖的大盒子的入口赶进迷宫,迷宫中设置很多隔壁, 对前进方向形成了多处障碍,心理学家在迷宫的唯一出口放置了一块奶酪,吸引老鼠在迷宫中寻找通路以到达出口。-Achieved using a stack maze to solve the problem structure. Maze solving the problem as follows: psychologist to a mouse from a big box without top cover the entrance drive into the maze, maze set a lot next door, on the way forward the formation of a multiple barrier, the only psychologist in the maze exit Place a piece of cheese to attract rats in the maze to find pathways to reach the exit.
Platform: | Size: 584704 | Author: 林佳 | Hits:

[Data structsrat_in_maze

Description: 基于栈数据结构的迷宫老鼠问题C语言求解,在VS2010下编写并测试通过-C language to solve maze mouse problem based on a stack data structure
Platform: | Size: 776192 | Author: | Hits:

[AI-NN-PRMouse_walker

Description: 老鼠走迷宮一直是個經典的問題 運用stack是其基本精神 已經走過的死路不會再走 運用C++的物件導向 使的stack的製作更為容易 CODE前半段是SATCK 中間是老鼠走路的判斷 最後面是顯示 可以讓人清楚知道老鼠走路的邏輯 -Mouse in a Maze
Platform: | Size: 2070528 | Author: Pin | Hits:

[Software Engineeringmigonglaoshu

Description: 数据结构,迷宫老鼠问题求解 迷宫是一个矩形区域,它有一个入口和一个出口。在迷宫的内部包含不能穿越的墙或障碍。迷宫的入口在左上角,出口在右下角。假定用n*m的矩阵来描述迷宫,位置(1,1)表示入口,(n,m)表示出口,n和m分别代表迷宫的行数和列数。迷宫中的每个位置都可用其行号和列号来指定。在矩阵中,当且仅当在位置(i,j)处有一个障碍时其值为1,否则其值为零。(即0表示能通过,1 表示不能通过。)现假设老鼠从左上角[1,1]进入迷宫,编写算法,寻求一条从右下角[m,n] 出去的路径。 迷宫老鼠问题是一个典型的可以用栈进行求解的问题。题目要求我们首先构造一个可主动输入维数但随机生成的迷宫,用栈的知识讲老鼠每走一步都记录下来,并利用入栈出栈进行出迷宫的路径寻找。 -Data structures, maze mouse problem solving maze is a rectangular area, it has an entrance and an exit. Contains in the maze of internal walls or obstacles that can not be crossed. Maze entrance in the upper left corner of the exports in the lower right corner. Is assumed that a matrix of n* m to describe the labyrinth, represented by the position (1,1) inlet, (n, m) said outlet, n and m respectively represent the number of rows and number of columns of the maze. Each position are available in the maze of its row and column numbers specified. In the matrix, when and only when in the position (i, j) at an obstacle when its value is 1, otherwise its value is zero. (Ie 0 means pass, 1 can not.) It is assumed that the mouse from the top left corner [1,1] into the maze, write algorithms to seek a path out from the lower right corner [m, n]. Maze mice is a typical can solve the problem with a stack. The subject requirements we first constructed an active input dimension but randomly generate
Platform: | Size: 2048 | Author: 翁雪花 | Hits:

[Data structsmouse

Description: 一個常見的老鼠走迷宮練習代碼,使用stack來解答,內附迷宮格式(maze.in)-A common practice Mouse Maze code that uses the stack to answer, containing a maze format (maze.in)
Platform: | Size: 2048 | Author: Wind | Hits:

[OtherMAZE

Description: 一个老鼠走迷宫的程序,用C++编写,用到了堆栈和数组,方便实用,VC++6.0编写-A Mouse Maze procedure using C++ write, use the stack and arrays, convenient and practical, VC++6.0 write
Platform: | Size: 358400 | Author: 管学宁 | Hits:

[Windows Developmigong

Description: 老鼠走迷宫程序,C++编写,用到了堆栈和数组,地图可更改,非常方便学过数据结构的同学学习-Mouse Maze procedure, C++ write, use the stack and arrays, maps can be changed, very easy to learn the students learned data structures
Platform: | Size: 277504 | Author: 管学宁 | Hits:

[Otherrat

Description: 老鼠走迷宫程序,用C++编写,程序中用到了链栈和数组,老鼠的移动用进栈出栈完成,迷宫地图用二维数组完成,方便实用,对要课程设计的同学有帮助。-Mouse Maze procedure using C++ written procedures used in the chain stacks and arrays, move the mouse into the stack using the stack is complete, the maze map done with two-dimensional array, convenient and practical course designed for students to help.
Platform: | Size: 873472 | Author: 管学宁 | Hits:

[Game Programmylaoshu

Description: 用C++写的老鼠迷宫,运用堆栈原理,可以从文件中读取迷宫图案-use C++ to write a mouse maze, using stack principle, can be read from the paper maze logo
Platform: | Size: 10240 | Author: ecttoth | Hits:

[Embeded-SCM DevelopCat-and-mouse

Description: 这个程序是学数据结构后写的,里面涉及到了栈和队列的一些操作。开始本来只是要做迷宫求解的,-This program is a data structure after writing, which involves a number of operation stack and queue. Started originally just want to do maze solving,
Platform: | Size: 3072 | Author: li | Hits:

[DocumentsC语言课程设计实例精编

Description: C 语言由于具有灵活 高效 可移植性好等诸多优点 成为软件开发中常用的计 算机编程语言之一 全书介绍了贪吃蛇游戏 计算器 黑白棋游戏 迷宫问题 扫地 雷游戏 速算 24 数据结构 CAI 演示 进程调度 存储管理等十四个案例 各个案例 独具特色 覆盖了 C 语言的基本知识点和各种数据结构 如堆栈 队列 链表等 综 合应用了光带菜单 下拉菜单 图形设计 鼠标应用等知识 本书应用性极强 读者 可以根据这些案例进行研究 修改和扩展(C language has many advantages, such as flexibility, efficiency, portability and so on. It has become a common tool in software development Computer programming language, the book describes the snake game, calculator, Othello game, maze problem, sweeping The thunder game quick 24 data structure CAI demo process scheduling storage management, fourteen cases in each case Unique features cover the basic knowledge points of C language and various data structures, such as stack, queue, chain list and so on Applied to the light band menu, pull-down menu, graphic design, mouse applications and other knowledge, this book is very practical readers These cases can be studied, revised and expanded)
Platform: | Size: 1506304 | Author: david呆伟 | Hits:

CodeBus www.codebus.net