登录
首页 » 数据结构 » 用写的,用一个栈数据结构解决迷宫的基本问题。做…

用写的,用一个栈数据结构解决迷宫的基本问题。做…

于 2022-02-28 发布 文件大小:38.70 kB
0 94
下载积分: 2 下载次数: 1

代码说明:

用VC写的,用栈解决了数据结构基本的迷宫问题.没有用到MFC类库-VC wrote, with a stack data structure to solve the basic problem of the maze. Do not use MFC

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Given a (undirected) graph G, and G in two points s, t, determined from s to t o...
    给定一个(无向)图G,及G中的两点s、t,确定一条从s到t的最短路径。-Given a (undirected) graph G, and G in two points s, t, determined from s to t of a shortest path.
    2022-01-30 21:36:58下载
    积分:1
  • 在 php 中的登录系统
    供应链管理 — — 在 PHP 开发网上考勤系统。 这个软件将帮助您管理组织出席中复杂的交互方式。它的设计与 PHP 技术。您可以管理网上考勤。网上考勤管理软件将为您提供设施,以操作毫无阻碍地通过互联网出勤。
    2022-08-12 15:15:15下载
    积分:1
  • mysql 5.x手册,全中文,mysql库管理开发必备。
    mysql 5.x手册,全中文,mysql数据库管理开发必备。-mysql 5.x manual, all Chinese, mysql database management to develop necessary.
    2023-08-21 00:05:05下载
    积分:1
  • eXtremeDB与# 39;的示例代码,对你有用!!
    extremeDB s sample code,useful for you-extremeDB"s sample code, useful for you! !
    2022-11-07 18:50:04下载
    积分:1
  • 算法的方式,用C语言编写的一个实现MD5加密的小程序的代码...
    用数据结构算法的方式,用C语言编写的一个实现MD5加密的小程序的代码-Algorithm with the way data structure, using C language, an implementation of MD5 encryption applet code
    2023-08-15 19:20:02下载
    积分:1
  • 学生管理系统项目
    一个学生管理系统的常见功能是支持个人的维护和研究信息与有关的一名学生。下面的源代码和例子用于在一个学生管理系统 PHP 和 jQuery. 在项目文件部分中列出的源代码和包含在此项目中的文件,请确保列出的源代码,该代码是否满足您的需要那里。
    2022-08-09 14:27:17下载
    积分:1
  • 求解约瑟夫问题。设有n个人围成一个圆圈坐下,对所有围从的人从某个位置开始编号为1,2,3,……,n,从编号为1的人开始报1,报依交进行,报n的人即出列,下...
    求解约瑟夫问题。设有n个人围成一个圆圈坐下,对所有围从的人从某个位置开始编号为1,2,3,……,n,从编号为1的人开始报数1,报数依交进行,报数n的人即出列,下一个人从1开始报数,再报数m的人便是第二个出列的人如此重复下去,直到最后一个人出列为止,于是便得到一个出列的顺序,这称之为约瑟夫(Josephu)问题。-solving problems. N individuals have formed a circle to sit down, all right Wai from the start from a position of No. 1, 2, 3, ..., n, for a number of people reported a few, according to several newspaper pay, the newspaper n ie the out, the next person was from the beginning a few , and reported m is the second out of this series continue to repeat until the final out in a series, then get a series out of order, which called Joseph (Josephu) problem.
    2022-05-21 23:13:13下载
    积分:1
  • 双向连表的演示程序 1、创建连表 2、在头部增加节点 3、在尾部增加节点 4、插入节点 5、删除节点 6、遍历连表...
    双向连表的演示程序 1、创建连表 2、在头部增加节点 3、在尾部增加节点 4、插入节点 5、删除节点 6、遍历连表-Even two-way table 1 demo program to create even the Table 2, the increase in the head node 3, an increase in the tail of the node 4, insert the node 5, node 6 delete, traverse even the Table
    2022-03-23 21:23:29下载
    积分:1
  • 操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录成该层上的目录,第一层为根目录,一下为各层子目录。...
    操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录构成该层上的目录,第一层为根目录,一下为各层子目录。 假设以一串字符代表一个文件,每个字符表示一个记录。 在建立上述目录结构的基础上,建立相应的管理系统并要求完成以下各项操作: 1. 一次建立各个文件 2. 查访两个用户的所有文件 3. 查访用户sun 是否有文件AB 4. 删除用户sun的文件AC,然后在分别查访两个用户的全部文件,检查是否已经删除文件AC 5. 撤销用户sun,并检查是否被删除 6. 删除用户sun的全部文件,然后在撤销sun用户,在查访用户sun, 检查其是否已被撤销。 在建立一个新用户及新用户的两个文件,然后查该两个用户的所有文件-operating system, the paper is to document catalog items to the management, in order to manage and facilitate the search, according to the document level directory entries organizations, the same floor on which constitute the directory contents on the floor, the first layer of the root directory to look for levels of subdirectories. Assuming that the representative of a string of characters, each character expressed a record. In establishing the directory structure on the basis of the establishment of a corresponding system of management and asked to accomplish the following : 1. Once established two separate files. Visits to the two users of all three docum
    2022-01-26 01:47:05下载
    积分:1
  • into the South China fully Taiwan Paging Subscriber Management System
    成华寻呼南充分台用户管理系统-into the South China fully Taiwan Paging Subscriber Management System
    2022-02-02 08:02:27下载
    积分:1
  • 696518资源总数
  • 104444会员总数
  • 15今日下载