资源列表

« 1 2 ... .22 .23 .24 .25 .26 2127.28 .29 .30 .31 .32 ... 2656 »

[数据结构常用算法erchalianbiao

说明:若在二叉链表的结点中只增设一个双亲域 以指示其双亲结点,则在遍历过程中能否不设栈? 试以此存储结构编写不设栈进行中序遍历的递推形 式的算法。-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 sto
<laixianhang> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法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 sto
<laixianhang> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法zxj

说明:拓扑排序 有向图拓朴排序算法的基本步骤如下: ①从图中选择一个入度为0的顶点,输出该顶点; ②从图中删除该顶点及其相关联的弧,调整被删弧的弧头结点的入度(入度-1); ③重复执行①、②直到所有顶点均被输出,拓朴排序完成或者图中再也没有入度为0的顶点(此种情况说明原有向图含有环)。
<zhang> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法wenzhangbianji

说明:本程序可以实现的功能是输入一页文字后,程序可以统计出文字、数字、空格的个数。对于文章的内容统计作用效果较好,还可以删除字符串,并把后面的内容与之前的内容自动连接上,且简单易懂,也便与实现。-This procedure can realize the function is to input a text, the text can be statistics, numbers, the number of spaces. Statis
<赵越> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法joseph

说明:编号为1,2,…,的个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值,从第一个人开始按照顺时针方向自1开始顺序报数,报到时停止报数。报的人出列,将他的密码作为新的值,从他在顺时针方向上的一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。-Numbered 1,2, ..., individuals sitting around a clockwise direc
<ammy> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法sanliebiao

说明:散列表```用线性探测解决冲突``````` -`` `Hash table using linear solution to the conflict detection ```````
<swallow> 在 2024-09-28 上传 | 大小:1024 | 下载: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 multip
<宋莹> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法structLinkList

说明: 用单链表创建两个多项式,然后实现两个多项式的相加
<Tom> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法hafuman

说明:哈夫曼树很易求出给定字符集及其概率(或频度)分布的最优前缀码。哈夫曼编码正是一种应用广泛且非常有效的数据压缩技术。该技术一般可将数据文件压缩掉20%至90%,其压缩效率取决于被压缩文件的特征。 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时,降低传输成本。但是,这要求在发送端通过一个编码系统对待传送电文须预先编码,在接收须将传送来的数据进行译码。请自行设计实现一个具有初始化、编码、译码、输入/输出等功能的哈夫曼码的编码
<xuezhijie> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法J0soph

说明:课程实验是做的Josoph算法,通过是通过了不过还有很多地方要美化-Course of the experiment is to do Josoph algorithm, through the adoption but there are many places to beautify
<程向军> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法02051011

说明:用C语言实现的两矩阵相成的程序,两矩阵可自由输入其内的数据,相乘之后实现打印数组。-Using C language to achieve two complementary procedures matrix, two matrices are free to enter their data, after multiplying array realize print.
<宋莹> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法02051021

说明:用C语言实现的判断子串的程序,输入两个字符串,判断第二个字符串是不是第一个字符串的子串。-Using C language to determine the substring procedures, the importation of the two strings to determine the second string is a string is not the first substring.
<宋莹> 在 2024-09-28 上传 | 大小:1024 | 下载:0
« 1 2 ... .22 .23 .24 .25 .26 2127.28 .29 .30 .31 .32 ... 2656 »

源码中国 www.ymcn.org