资源列表
[数据结构常用算法] codeandencode
说明:对一篇文章编码和解码,采用huffman 树的方法-an article on encoding and decoding, using the Huffman tree<苗建新> 在 2025-06-08 上传 | 大小:182kb | 下载:0
[数据结构常用算法] os
说明:模拟操作系统的先来先服务算法,用到链表,排序,主要是为了理解操作系统的一种调度算法,也可作为链表排序的例子-Simulation of the operating system first-come first-serve algorithm, used list, sort, mainly in order to understand the operating system, a scheduling algorithm, can also be used as examples to so<lin ai yu> 在 2025-06-08 上传 | 大小:182kb | 下载:0
[数据结构常用算法] chexiang
说明:输出入口处车厢编号依次为1,2,3,...n的所有可能输出的长度.堆栈的数据类型实现 数据结构题集c语言版(严蔚敏版)中2.3的可行程序-Output at the entrance to compartment number followed by 1,2,3, ... n all the possible length of the output. Stack data structure data types realize title set c language edition (<周君定> 在 2025-06-08 上传 | 大小:182kb | 下载:0
[数据结构常用算法] 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 is used to park cars for temp<> 在 2025-06-08 上传 | 大小:182kb | 下载:0
[数据结构常用算法] yy3
说明:1.定义串的顺序存储结构。 2.编写函数实现串的初始化、分配、取子串算法 3.编写函数据实现串的模式匹配 -1. Defined string stored in the order structure. 2. To achieve the initialization string write function, distribution, taking substring algorithm 3. Write function according to string patter<武朝阳> 在 2025-06-08 上传 | 大小:182kb | 下载:0
[数据结构常用算法] typedef-struct
说明:从图中某个顶点出发访问图中所有顶点,且使得每一顶点仅被访问一次,这个过程称为图的遍历。图的遍历是从图中某个顶点出发,沿着某条搜索路径对图中其余每个顶点进行访问, 并且使图中的每个顶点仅被访问一次的过程。 图的遍历是图运算中最重要的运算,也是图的基本运算之一,图的许多运算都是以遍历为基础的。试编写一个程序,完成对图的遍历。-A vertex from the graph in Figure visit all vertices, and so each vertex is visited o<谷雨> 在 2025-06-08 上传 | 大小:182kb | 下载:0