搜索资源列表
The-Book-about-Mouse-Maze-Contest
- 周立功电脑鼠手册,绝对完整版本。针对的cpu是LM3S615。- The Book about Mouse Maze Contest aimed at cpu is LM3S615,by LigongZhou
IEE
- 基于IEEE标准的电脑鼠走迷宫高效率算法研究.pdf-Highly efficient algorithm based on IEEE standard computer mouse maze. Pdf
2012mouse--maze
- 电脑鼠比赛规则,及其相关比赛的相关内容。-The computer mouse game related material
Maze-VERY-VERY-PRO
- Algorithm for Micro-mouse Robot
shu1
- 这是一个简单的电脑鼠迷宫图右手法则选路程序,初学者应该很好接受!-This is a simple computer mouse maze right-hand rule routing process, the beginner should be well accepted!
2009082229lianbaio
- 迷宫游戏猫捉老鼠 C++语言实现 幽源码 可执行 开发智力 适合C初学者-The maze game of cat and mouse C++ language quiet source executable develop intelligence for C beginners
migonglaoshu
- 数据结构,迷宫老鼠问题求解 迷宫是一个矩形区域,它有一个入口和一个出口。在迷宫的内部包含不能穿越的墙或障碍。迷宫的入口在左上角,出口在右下角。假定用n*m的矩阵来描述迷宫,位置(1,1)表示入口,(n,m)表示出口,n和m分别代表迷宫的行数和列数。迷宫中的每个位置都可用其行号和列号来指定。在矩阵中,当且仅当在位置(i,j)处有一个障碍时其值为1,否则其值为零。(即0表示能通过,1 表示不能通过。)现假设老鼠从左上角[1,1]进入迷宫,编写算法,寻求一条从右下角[m,n] 出去的路径。 迷
zyz12
- 程序开始运行时显示一个迷宫地图,迷宫中央有一只老鼠,迷宫的右下方有一个粮仓。游戏的任务是使用键盘上的方向健操纵老鼠在规定的时间内走到粮仓处。-Displayed when the program starts to run a maze map, a mouse maze maze central lower right of a granary. The game tasks keyboard Fang Xiangjian manipulation mice granary at the ti
The-maze-mouse
- 电脑鼠在迷宫中自动记忆迷宫图形,检测之后,能够以最快最短的路径走出迷宫。-Computer mouse in a maze the automatic memory maze graphics, after detection, fastest shortest path out of the labyrinth.
computer-mouse-guide
- 实现电脑鼠在迷宫中顺利不碰壁运行,自动记忆迷宫图形,以最快的速度,最短的路径走出迷宫。-Computer mouse in a maze smooth run into a wall running, automatic memory maze graphics, the fastest, the shortest path out of the labyrinth.
maze
- vc电脑鼠迷宫可视化仿真,有良好的可视化效果-vc computer mouse maze visual simulation, with good visual effects
C语言课程设计实例精编
- C 语言由于具有灵活 高效 可移植性好等诸多优点 成为软件开发中常用的计 算机编程语言之一 全书介绍了贪吃蛇游戏 计算器 黑白棋游戏 迷宫问题 扫地 雷游戏 速算 24 数据结构 CAI 演示 进程调度 存储管理等十四个案例 各个案例 独具特色 覆盖了 C 语言的基本知识点和各种数据结构 如堆栈 队列 链表等 综 合应用了光带菜单 下拉菜单 图形设计 鼠标应用等知识 本书应用性极强 读者 可以根据这些案例进行研究 修改和扩展(C language has many advantages