搜索资源列表
Cantor
- 本程序显示为分形中的一个图形,很象迷宫。利用分形学的基础知识算法实现的。-this procedure showed the fractal a graphics, much like a maze. Fractal use of the basic knowledge of the algorithm.
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&
migongmfc
- 这是在寒假自学mfc后所写的迷宫程序,简单的图形界面,采用c++编程语言-It is written in the winter after the maze of self-mfc program, a simple graphical interface, using c++ programming language
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
MG
- 在一个二维数组组成的迷宫中从指定的起点通过递归算法找到指定的出口(以图形界面表示)-In a maze consisting of two-dimensional array from the specified starting point in the recursive algorithm to find the adoption of the designated export (to a graphical interface that)
labyrinth
- 自己写的一个迷宫算法,通过栈来中转。 开始的时候初始化一个迷宫,为了简单,只实现了算法,没有图形界面。-Wrote it myself, a maze algorithm to transit through the stack. The beginning of the initialization of a maze, for simplicity, only the realization of the algorithm, there is no graphical interfac
migong
- 建立一个图形程序,描述一个迷宫,让一个动画小人,可以自己走出来-creat a graphic process,describe a labyrinthian
MYMAZE
- C语言实现的迷宫程序,有用C语言编写的图形用户界面-C language implementation of the maze procedure, useful for C language graphical user interface
Applet-C-11
- 11个C语言小程序,里面包括如WINDOWS强制关闭程序或进程、最美图形设计、走迷宫等-C-11 small programs, which include, for example WINDOWS forcibly closed by the program or process, best graphic design, maze, etc.
Holy-Grail-maze
- 一个迷宫小游戏,有界面设计的,有游戏图形的-A maze game, the interface design
DSbighk3
- 迷宫的深度搜索与广度搜索,并用图形界面实现出来-The depth of the search and breadth of the maze search, implemented using a graphical interface
Labyrinth
- 利用栈实现的迷宫求解算法,可以进行多通道迷宫的求解,需要手动写入迷宫图形-Use stack to achieve the maze solving algorithm, can be multi-channel maze solving, you need to manually write the maze graphics
Generation-and-routing-of-maze.tar
- 任意生成一个M*N的矩阵,并根据深度优先算法和广度优先算法寻找一条或多条最短路径,通过图形化的界面标记输出各个节点的坐标。要求迷宫是随机并且是连通的。-Optionally generate an M* N matrix, and to find one or more shortest path first algorithm according to the depth and breadth-first algorithm, through a graphical interface ma
6452740
- 本程序显示为分形中的一个图形,很象迷宫,利用分形学的基础知识算法实现的,()
maze
- 通过把一个格子图中的一些边删除后生成迷宫图形.下图左边是一个5X5格子图, 有边是生成的一个迷宫图.给定一个MXN的格子图,请用种子填充算法生成一个迷宫图形(By removing some edges of a grid graph, we can create maze graphs. The left side is a 5X5 grid graph, with edges generating a labyrinth diagram. Given a MXN grid graph, pl
example
- 一个小迷宫程序的example,里面加入了图形界面编程与可视化操作(A small labyrinth program example, which added graphical interface programming and visualization operation.)