资源列表
[数据结构常用算法] xuejigunali
说明:学生管理系统,能够实现对学生的成绩进行排序,并且能够增添,修改,删除学生信息-Student management system, can realize in sorting, student performance and the ability to add, modify, delete student information<陈典浩> 在 2024-11-07 上传 | 大小:1024 | 下载:0
[数据结构常用算法] zifuchuanpipei
说明:字符串的模式匹配,在给定的一个较长序列中匹配出一个短字符串所在位置-String pattern matching, in a given a long sequence of matching the location of a short string<陈典浩> 在 2024-11-07 上传 | 大小:1024 | 下载:0
[数据结构常用算法] HuffmanTree
说明:霍夫曼树编码与解码,给定数据构造出霍夫曼树,并进行二进制编码,最后再解码-Huffman tree encoding and decoding, given data Huffman tree is constructed, and the binary encoding, and then decoding<陈典浩> 在 2024-11-07 上传 | 大小:2048 | 下载:0
[数据结构常用算法] guess_number
说明:猜数位 首先自动产生一个n位0-9数字,每位上的数字互不相同。 然后,程序接受玩家输入所猜测的n位不重复的数字; 接着,由程序比对符合的位数以及不符合但有出现的数字的数量。完全符合的数字会以A来表示,而不符合正确位置但有出现的数字则以B来表示。举例,如果正确答案是2345且玩家猜的是4395,则会得到2A1B。 最后,玩家在m次内猜测出完全相符的数字组合即为胜利。若没有在指定m回合完成,则给出准确答案。<Issaccu> 在 2024-11-07 上传 | 大小:465920 | 下载:0
[数据结构常用算法] numbers_out
说明:试编写一个函数,用整数序列1、 2、 3、 ……、n人的顺序队列,第1趟出列奇数位置的人员,第2趟出列偶数位置, ……,如此类推,求第m趟出列的人员编号。采用单链表表示及求解过程中使用的数据结构。-Try to write a function, with the sequence of integers 1, 2, 3, ......, n people the order queue, the first trip out of t<Issaccu> 在 2024-11-07 上传 | 大小:51200 | 下载:0
[数据结构常用算法] trains_out
说明:火车出站问题,一列有n节车厢的火车,每节车厢进站出站为先进后出的机制,求所有可能的车厢出站顺序-The train station problem, there is an n carriages of the train, each car is inbound outbound, last-out mechanism, to do everything possible car outbound order<Issaccu> 在 2024-11-07 上传 | 大小:1024 | 下载:0