资源列表
[数据结构常用算法] car-parking
说明:该程序主要实现停车场的模拟管理。总共使用了一个队列俩个堆栈。其中一个堆栈用来描述停车场,另一个堆栈是一个临时堆栈,用于存放从停车场出场的汽车。队列用于存放在便道等候入场停车的车辆。-this program mainly used for simulating car-parking.there are two stacks and a queue.the first stack used for the park,the second<> 在 2025-02-02 上传 | 大小:182kb | 下载:0
[数据结构常用算法] SparseMatrixfinal
说明:稀疏矩阵运算器 对稀疏矩阵采用三元组存储,实现加法 减法 乘法的功能-Sparse Matrix calculator used on the sparse matrix triple storage, the realization of the function of multiplication addition subtraction<> 在 2025-02-02 上传 | 大小:2kb | 下载:0
[数据结构常用算法] TreeTraverse
说明:二叉树的遍历操作,树结构用二叉链表存储,遍历时采用递归先序 中序 后序,层次遍历和非递归先序 中序 后序遍历-Binary tree traversal operations, binary tree structure list with storage, the use of recursive traversal sequence in the sequence after the first sequence, level an<> 在 2025-02-02 上传 | 大小:206kb | 下载:0
[数据结构常用算法] tongyansipanbie
说明:实现同言式的判别。数据结构习题集作业。输入表达式,判别它是否为同言式,能给出详细的真值表!-Made to achieve the same type of discrimination. Exercises set data structure operations. Enter the expression, determine whether it is made for the same type, can give detai<zhangguifa> 在 2025-02-02 上传 | 大小:3kb | 下载:0
[数据结构常用算法] bank1
说明:经典的银行家算法。能对进程进行分析,找到安全序列。-Classic banker' s algorithm. Analysis of the process to find a safe sequence.<zhangguifa> 在 2025-02-02 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Graph
说明:依靠链表结构实现的图像(Graph)类抽象数据结构-graph ADT implemented by an Adjacency List structure<unknown9218> 在 2025-02-02 上传 | 大小:14kb | 下载:0
[数据结构常用算法] PatternMatching
说明:implement a number of pattern-matching algorithms and to carry out an analysis of their operation<unknown9218> 在 2025-02-02 上传 | 大小:21kb | 下载:0
[数据结构常用算法] RoutingSystem
说明:The task in this assignment is to implement an airline routing system. Your system should be able to read in a ight network as a graph from a le, where airports are represented as vertices and ights between ai<unknown9218> 在 2025-02-02 上传 | 大小:26kb | 下载:0
[数据结构常用算法] Sort
说明:The running time of quicksort can be improved in practice by taking advantage of the fast running time of insertion sort when its input is “nearly” sorted. When quicksort is called on a subarray with fewer than k ele<unknown9218> 在 2025-02-02 上传 | 大小:25kb | 下载:0