资源列表
[数据结构常用算法] curriculum
说明:基于图论中的拓扑排序原理,利用课程信息文件生成符合要求的课程表。-Based on graph theory topological sorting principle, the use course information file is generated to meet the requirements of the curriculum.<jackwu> 在 2025-01-18 上传 | 大小:1.39mb | 下载:0
[数据结构常用算法] calculator
说明:使用栈的数据结构,可以进行简单数学运算的计算器程序。-Using the stack data structure that can perform simple arithmetic calculator program.<jackwu> 在 2025-01-18 上传 | 大小:1.12mb | 下载:0
[数据结构常用算法] 01static_Search
说明:数据结构的查找算法当中关于静态查找的C语言代码,非常实用。-Among the data structure on the static lookup search algorithm in C language code, very useful.<zb> 在 2025-01-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 02BinarySortTree
说明:数据结构中查找算法当中利用二叉排序树进行查找的算法的C语言源代码,非常实用-Data structure search algorithm which use binary sort tree search algorithm in C language source code, very useful<zb> 在 2025-01-18 上传 | 大小:2kb | 下载:0
[数据结构常用算法] VC++编写的矩阵
说明:VC++编写的矩阵常用操作。基于vc++编写的矩阵类库源代码,可以实现。-Based on vc++ to prepare a matrix class library source code, can be achieved.<weicanhuoshan> 在 2013-08-30 上传 | 大小:61.67kb | 下载:0
[数据结构常用算法] xiaobaishu
说明:参加数学建模的同学很可能会遇到这套题。本程序采用链表进行编写,很方便地解决了小白鼠问题。-Mathematical modeling of the students participating are likely to encounter this question, the program uses the list to solve the problem of mice, very convenient.<风声晚凉> 在 2025-01-18 上传 | 大小:296kb | 下载:0
[数据结构常用算法] goMaze
说明:*问题描述:一个网格迷宫由n行m列的单元格组成,每个单元格要么是空地(用1表示), * 要么是障碍物(用0 表示)。找出从起点到终点的最短移动序列,其中U,D,L,R, * 分别代表往上,下,左,右移动到相邻单元格。任何时候都不能在障碍格中, * 也不能走到迷宫之外,起点和终点保证是空地。n,m<=100.- go maze<lu xiangyong> 在 2025-01-18 上传 | 大小:3kb | 下载:0