登录
首页 » 数据结构 » Depth

Depth

于 2022-03-26 发布 文件大小:693.00 B
0 204
下载积分: 2 下载次数: 1

代码说明:

深度优先搜索求迷宫问题 采用深度优先搜索的方法求解迷宫问题,方便快捷-Depth-first search order to the maze problem using depth-first search method for solving a maze problem, convenient and quick

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

发表评论

0 个回复

  • 编程实现出圈问题。是上《》时候的一次实习的成果。...
    编程实现出圈问题。是上《数据结构》时候的一次实习的成果。-Programming problem to achieve a circle. It s a program produced during learning data structure
    2022-03-11 09:00:17下载
    积分:1
  • 一个用vb编的库的基本操作。
    一个用vb编的数据库的基本操作。-vb series with a database of the basic operation.
    2022-02-01 11:08:54下载
    积分:1
  • ArkoMaster端系统模块设计文档 系统管理软件自主开发软件。 系统管理软件A实现最终目标:是可以自由横跨桌面(Desktop)、Client/S...
    ArkoMaster端系统模块设计文档 系统管理软件自主开发软件。 系统管理软件A实现最终目标:是可以自由横跨桌面(Desktop)、Client/Server、大型主机的不同层次的管理,管理的对象包括应用程序(Applications),数据库(Database),网络(LAN, WAN),系统平台(System Platform)和互连网Internet/Intranet等五个方面。-End system ArkoMaster modular design their own document management software system to develop software. A system management software to achieve the ultimate goal: It is free across the desktop (Desktop), Client/Server, mainframe different levels of management, including management of applications (Applications), database (Database), network (LAN, WAN ), system platforms (System Platform) and the Internet Internet/Intranet and other five areas.
    2022-03-11 14:13:45下载
    积分:1
  • Traverse the adjacent table and adjust the implementation of Boolean adjacency m...
    遍历邻接表以及执行邻接矩阵布尔调整是数据结构里图的经典算法。- Traverse the adjacent table and adjust the implementation of Boolean adjacency matrix data structure is a classic graph algorithm.
    2022-05-04 22:05:01下载
    积分:1
  • experimental data structure report
    数据结构实验报告-experimental data structure report
    2022-10-04 06:20:03下载
    积分:1
  • 六级单词库编程,压缩包中已带库使用的是Acce...
    六级单词数据库编程,压缩包中已带数据库 数据库使用的是Acce-six words database programming, which has been compressed with the use of the database is the database Acce
    2023-02-08 00:25:03下载
    积分:1
  • 1. 问题描述设计一个国际象棋的马踏遍棋盘的演示程序。2. 基本要求将马随机放在国际象棋8*8棋盘的某个方格中,马按走棋规则进行移动。编制非递归程序,求出马的行...
    1. 问题描述设计一个国际象棋的马踏遍棋盘的演示程序。2. 基本要求将马随机放在国际象棋8*8棋盘的某个方格中,马按走棋规则进行移动。编制非递归程序,求出马的行走路线,将数字1,2,3,4,…,64依次填入一个8*8方阵。-1. Problem description design of a chess board Ma travels in the demonstration program. 2. Ma basic requirements on random chess 8* 8 chessboard in a box, according to Ma go mobile chess rules. Preparation of non- recursive procedure, and seeking stepped routes, the number 1,2,3,4 ..., 64 were filled an 8* 8 matrix.
    2023-05-30 01:50:03下载
    积分:1
  • //Carry out principal component of the Gaussian elimination method// function: s...
    // 带有列主元的高斯消元法 // 功能: 求解线性方程组 Ax = b // 参数: A - 指向n*n系数矩阵的指针 //     b - 常数向量的指针 //     n - 方程组的维数 // 返回值:0 - 如果成功。线性方程组的解保存在 b 中 //     1 - 求解失败-//Carry out principal component of the Gaussian elimination method// function: solving linear equations Ax = b// parameters: A- point n* n coefficient matrix of the pointer// b- constant vector pointer// n- Equations dimension// return value: 0- if successful. Linear equations the solution stored in the b in// 1- Solving the failure of
    2023-05-30 23:15:02下载
    积分:1
  • 网上公车票
    应用背景如果是你第一次提交源代码,请先提交代码。这是更好的搜索网站上提交之前避免sumbitting相同或相似的源代码。如果在语言列表中找不到语言,请选择“其他”。保持标签短,准确和完整的,请用“,”分隔。如果有在您的描述代码,请使用“插入代码”按钮并选择插入代码的编程语言。这将使你的源代码美丽和吸引力。请不要提交非源代码材料。提交的源代码将在24小时内进行审查。结果将通过电子邮件发送给你。关键技术欢迎来到新设计的网站预定电影票是更快,更清洁和更个人网站,专门设计使您的预订体验更好。登录,浏览和找到自己,如果时间允许离开你的宝贵意见。您需要注册一个新用户,无论何时你有第一次访问或网站,然后为未来它将被存储在我们的数据库中,你可以随时预订你的电影票在任何时候你想要的用户名和密码。
    2022-08-22 21:17:11下载
    积分:1
  • 约瑟夫环 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报到m的那个人出列;他的下一个人又从1开始报到m的那个...
    约瑟夫环 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。(有详细注解)数据结构学习的好例子-Joseph ring known n individuals (identified by serial number 1,2,3 ... n, respectively) were sitting around on a round-table. K from the number of people reported a few, a few of the m out of that person him from one of the next person to start off, a few m to another person out and so the law of repetition until around round-table All of the people out. (Detailed notes) data structure to learn a good example of
    2023-06-20 15:30:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载