搜索资源列表
maz
- 用c++实现迷宫程序,自动找到迷宫路径,且能找到最一条最短路径。希望能满足一些人的需要-used to achieve the maze procedure, automatically find the maze path and can find the most a shortest path. Hope to meet the needs of some
minggong
- 迷宫问题。利用c实现的。对学数据结构的同学可能有用-maze problems. Use c achieve. The structure of the data may be useful for students
SeqQueue
- 用队列实现迷宫算法,用c++写的,求的是最短的路径
m
- 自己用c结合数据结构中的栈作的。利用栈实现迷宫的求解。比较感兴趣的可以看看。
migongqiujie
- 迷宫求解源代码,用c++实现,可能功能还不够完善,希望大家谅解。
4Maze
- c++程序实现迷宫问题,算法实现效率要求自动搜索迷宫路径。
迷宫走动
- C语言实现迷宫问题-It s One kind of maze moving arithmetic being realized by C programe laguage.
迷宫实现
- C语言迷宫不是原创-It s One kind of maze arithmetic ,but it s not my authorship.
迷宫程序1.10版
- 程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为
C源代码实例
- 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014 求解二维数组的最大/最小元素 015 利用数组求前n个
C语言实战105例
- C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11 使用二维数组统计学生成绩 29 实例12 简单的计算器
WL40987330 C语言算法集
- 目录 第一部分 基础篇 001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010&
maze.rar
- 用C++实现的通过回溯方法的走迷宫程序,并配有报告文档。,With C++ Achieved through the retroactive methods Maze procedures and documentation with reports.
Maze32
- 用C实现的迷宫求解算法。图形界面,求解过程参照了深度优先搜索,迷宫由随即矩阵生成,采用栈作为路径存储结构-Implemented in C maze solving algorithm. Graphical interface, the solution process with reference to the depth-first search, then the matrix generated by the maze, using the stack as the storage st
MFC
- 用C++面向对象方法写的程序,实现了模拟“海龟过迷宫”-With C++ Object-oriented method to write the procedures for the realization of a simulation of sea turtles off the maze
migong
- 运用c++ 实现迷宫问题,算法比较紧简单,-Use c++ Achieve maze problem, the algorithm relatively simple,
labyrinth
- 用C++实现的迷宫应用程序!可从文本文件中读入相应的迷宫!深度搜索实现!-Using C++ implementation of the maze applications! Can be read from the text file corresponding to the maze! Realize the depth of search!
123
- 迷宫问题,如何在C/C++环境下实现迷宫问题-Maze problem, how C/C++ environment the question of the realization of the maze
迷宫
- 使用C++语言,在windows环境下实现一个简单的迷宫程序(To achieve a simple maze procedures)
迷宫
- 运用矩阵来表示迷宫。能根据用户指定的维数自动生成迷宫,并打印迷宫中各个位置的状态。在A 的基础上实现迷宫的自动路径搜索,判断是否存在从起点到终点的通路。(The maze is represented by a matrix. The maze can be generated automatically according to the dimension specified by users, and the status of each location in maze can be pr