资源列表
[数据结构常用算法] 8640希尔排序
说明:用C语言言实现希尔排序。希尔排序(Shell Sort)是插入排序的一种。也称缩小增量排序,是直接插入排序算法的一种更高效的改进版本。(Using C language to achieve Hill sort.The Hill sort (Shell Sort) is a sort of insertion sort. Also called reduced delta sort is a more efficient version of the sorting algorithm dire<chen陈 > 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] cloudview
说明:用pcl对点云数据进行可视化,包含相应cmake文件(show point cloud with pcl)<threerocks > 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 编码
说明:利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编码或译码系统。试为这样的信息发送站写一个哈夫曼码的编码系统。(Using Huffman coding for communication can greatly improve the channel utilization, shorten the transmiss<晌午v > 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] zhan
说明:1) 建立栈并进行一些元素入栈,实现链栈的建立及入栈的基本操作; (2)实现某些元素的出栈,实现链栈的出栈的操作;(1) set up the stack and carry out some elements into the stack, to achieve the establishment of the chain stack and the basic operation of the stack; (2) the stack of some elements can be re<晌午v > 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 数据结构
说明:(1)建立链队列,并实现一些元素入队,实现链队列的建立和入队的基本操作; (2)实现某些元素出队,实现链队列的出队的基本操作((1) the establishment of the chain queue, and realize some basic elements into the team, and the team operation to achieve the establishment of the chain queue; (2) to realize some elem<晌午v > 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] tingchechang
说明:问题描述: 设停车场是一个可停放n 辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆达到时间的先后顺序,依次由北向南排列(大门在最南端,最先达到的第一辆车停放在车场的最北端),若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后进入的车辆必须先退车车场为它让路,待赶辆车开出大门外,其它车辆在按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短叫纳费用。试为停<晌午v > 在 2025-06-15 上传 | 大小:1kb | 下载:0