资源列表
[数据结构常用算法] shuangqing
说明:若在二叉链表的结点中只增设一个双亲域 以指示其双亲结点,则在遍历过程中能否不设栈? 试以此存储结构编写不设栈进行中序遍历的递推形 式的算法。-If the binary node list only the addition of a parent domain to indicate their parent node, then traverse the process can not stack? Try to store the structure of the prepar<laixianhang> 在 2025-07-06 上传 | 大小:1kb | 下载:0
[数据结构常用算法] wenzhangbianji
说明:本程序可以实现的功能是输入一页文字后,程序可以统计出文字、数字、空格的个数。对于文章的内容统计作用效果较好,还可以删除字符串,并把后面的内容与之前的内容自动连接上,且简单易懂,也便与实现。-This procedure can realize the function is to input a text, the text can be statistics, numbers, the number of spaces. Statistics for the content of the ar<赵越> 在 2025-07-06 上传 | 大小:1kb | 下载:0
[数据结构常用算法] joseph
说明:编号为1,2,…,的个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值,从第一个人开始按照顺时针方向自1开始顺序报数,报到时停止报数。报的人出列,将他的密码作为新的值,从他在顺时针方向上的一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。-Numbered 1,2, ..., individuals sitting around a clockwise direction, each holder of a passwor<ammy> 在 2025-07-06 上传 | 大小:1kb | 下载:0
[数据结构常用算法] sanliebiao
说明:散列表```用线性探测解决冲突``````` -`` `Hash table using linear solution to the conflict detection ```````<swallow> 在 2025-07-06 上传 | 大小:1kb | 下载:0
[数据结构常用算法] xishujuzhenxiangcheng
说明:C语言实现的稀疏矩阵相乘。采用了子函数结构,实现了输入两个稀疏矩阵,用三元表法实现其相乘的子函数计算后打印矩阵。-C Language Implementation of sparse matrix multiplication. Functions using the structure, the two realize the input sparse matrix, using ternary realize its multiplication table of Function Pri<宋莹> 在 2025-07-06 上传 | 大小:1kb | 下载:0
[数据结构常用算法] hafuman
说明:哈夫曼树很易求出给定字符集及其概率(或频度)分布的最优前缀码。哈夫曼编码正是一种应用广泛且非常有效的数据压缩技术。该技术一般可将数据文件压缩掉20%至90%,其压缩效率取决于被压缩文件的特征。 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时,降低传输成本。但是,这要求在发送端通过一个编码系统对待传送电文须预先编码,在接收须将传送来的数据进行译码。请自行设计实现一个具有初始化、编码、译码、输入/输出等功能的哈夫曼码的编码/译码系统。并实现以下报文的编码和译码:“this prog<xuezhijie> 在 2025-07-06 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 02051111
说明:用C语言实现的打印字符串中的子串的程序,输入一个字符串,输入起始位置和要打印子串的长度,将其打印出来,如果起始位置超出字符串范围或者子串长度超出字符串范围,则会报错。-Using C language print string substring procedures, enter a string, enter the starting location and want to print the length of substring to print it, if the start po<宋莹> 在 2025-07-06 上传 | 大小:1kb | 下载:1