资源列表

« 1 2 ... 97 98 99 100 .01 102.03 .04 .05 .06 .07 ... 2656 »

[数据结构常用算法hafuman

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

[数据结构常用算法J0soph

说明:课程实验是做的Josoph算法,通过是通过了不过还有很多地方要美化-Course of the experiment is to do Josoph algorithm, through the adoption but there are many places to beautify
<程向军> 在 2024-11-20 上传 | 大小:1kb | 下载: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-11-20 上传 | 大小:1kb | 下载: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-11-20 上传 | 大小: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 substrin
<宋莹> 在 2024-11-20 上传 | 大小:1kb | 下载:1

[数据结构常用算法02051121

说明:用C语言实现的洗牌程序,实现对一副52章的扑克洗牌,如对洗牌结果不满意可重复进行洗牌,直至用户满意为止。-Using C language to achieve the shuffle procedure, to achieve a Chapter 52 poker cards, if not satisfied with the results of shuffling cards can be repeated until the
<宋莹> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法02051211

说明:用C语言实现的一个链表的插入程序,每输入一个数,将其插入链表的最后的位置,用户可选择插入数据或结束插入,结束插入后程序将链表打印出来。-Using C language to achieve a list of plug-ins, each enter a number, to be inserted in the location of the final list, the user may choose to insert the
<宋莹> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法02051311

说明:用C语言实现的两路归并算法,采用链表存储两组数,用户自行输入两组数,用子函数实现其归并到List1中,将其打印出来。
<宋莹> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法02051321

说明:用C语言实现的猴子选大王的程序,用链表存储猴子的号码,按照一点的规则筛选猴子,每淘汰一个猴子则删除其号码,直至只剩一个猴子,即为大王。-Using C language to achieve the election of the monkey king of the procedure, with list of numbers stored monkeys, in accordance with the rules that fil
<宋莹> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法FeVector

说明:向量存储及运算。 好玩,学习。 大家指教。-Vector storage and computing. Fun, learning. U.S. advice.
<张志勇> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法soldier

说明:在一个划分成网格的操场上,n 个士兵散乱地站在网格点上。网格点由整数坐标(x,y) 表示。士兵们可以沿网格边上、下、左、右移动一步,但在同一时刻任一网格点上只能有一名士兵。按照军官的命令,士兵们要整齐地列成一个水平队列,即排列成(x,y),(x+1,y),…,(x+n-1,y) 。如何选择x 和y 的值才能使士兵们以最少的总移动步数排成一列。-In a grid divided into the playground, n soldie
<程光> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法treatment

说明:2、 到医院看病的过程是,患者先排队等候,排队过程中主要重复两件事: (1) 病人到达诊室时,将病例交给护士,排到等候队列中候诊。 (2) 护士从等候队列中取出下一个患者的病例,该患者进入诊室就诊。 在排队时按照“先到先服务”的原则。设计一个算法模拟病人等候就诊的过程。-2, to process the hospital, the patient first in line to wait in line to repea
<刚刚> 在 2024-11-20 上传 | 大小:1kb | 下载:0
« 1 2 ... 97 98 99 100 .01 102.03 .04 .05 .06 .07 ... 2656 »

源码中国 www.ymcn.org