资源列表
[数据结构常用算法] migong
说明:以一个Maze(m, n)的长方阵表示迷宫, 迷宫的入口是Maze(1,1), 出口是Maze(m, n), Maze(i,j)等于0表示通路, Maze(i,j)等于1表示障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。各个命令以及相关数据的输入格式如下: 输入迷宫:C,接下来一行是m n,其中m是迷宫矩阵行数,n是迷宫矩阵列数,接下来的m行数据是迷宫矩阵,每行n个值,表示一个m*n的迷宫矩阵 求迷宫的一条通路:Q 当输入的命令为E时,程序<ma> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[数据结构常用算法] dongtaiguihua
说明:计算机算法设计,用于设计动态规划,你们懂得-Computer algorithms designed for the design of dynamic programming, you know<tianya> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Sort
说明:顺序存储结构的元素进行冒泡排序和简单选择排序-Sequential storage structure of the elements and a simple bubble sort selection sort<huazhiyuan> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[数据结构常用算法] shenduyouxiansousuoqiumigong
说明:深度优先搜索求迷宫问题 采用深度优先搜索的方法求解迷宫问题,方便快捷-Depth-first search order to the maze problem using depth-first search method for solving a maze problem, convenient and quick<李朗> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[数据结构常用算法] tree_two
说明:二叉树操作实例,包括 1 建立二叉树 2 先序非递归遍历 3 中序递归遍历 4 后序递归遍历,求叶节点数 5 删除节点 6 结束程序运行 等操作。输入数字1~6,选择以上6种操作。-Examples of binary operations, including the establishment of a binary tree two first order non-recursive inorder traversal three recursive postorder traversal<董金勇> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[数据结构常用算法] huffmantree6_12
说明:huffmantree 哈弗曼树编码、解码的C程序。输入一段文字(英文),统计这些字符出现的频率作为权值,进行哈弗曼编码,然后再进行解码,输出到屏幕上。-huffmantree Havermann tree encoding and decoding of the C program. Enter a text (in English), statistical frequency of these characters appear as the weights for Havermann e<董金勇> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Singlelist
说明:单链表的特点;链式存储结构的基本运算;单链表的创建、插入、删除和显示线性表中元素等基本操作。-Single list of characteristics chain store structure, the basic operations the creation of a single linked list, insert, delete, and display the elements in a linear form the basic operations.<古哩峰> 在 2025-06-05 上传 | 大小:1kb | 下载:0