资源列表
[数据结构常用算法] sort
说明:这是数据结构的课程设计,对起泡排序、直接排序、简单选择排序、快速排序、希尔排序和堆排序算法进行比较和分析,C语言实现。-This is the data structure of the curriculum design, sort of sparkling, direct sequencing, a simple selection sort, quick sort, Hill sort and heap sort algorithm comparison and analysis, C l<Anse> 在 2025-07-22 上传 | 大小:192kb | 下载:1
[数据结构常用算法] TExpression
说明:题目:表达式类型的实现 用树来实现前缀算术表达式到正常表达式的转换,并且通过变量赋值算出结果。 测试数据: (1)分别输入0;a -91 +a*bc +*5~x2*8x +++*3~x3*2~x2x并输出。 (2)每当输入一个表达式后,对其中的变量赋值,然后对表达式求值。 -Topic: type of expression using the tree to achieve the prefix arithmetic expression conve<小明> 在 2025-07-22 上传 | 大小:192kb | 下载:0
[数据结构常用算法] cross_list
说明:c语言编写的十字链表,建立平凡词表,建立索引表,查找关键字。-c Cross List languages, the establishment of an extraordinary vocabulary, indexing table, find the keyword.<Y.A.M> 在 2025-07-22 上传 | 大小:192kb | 下载:0
[数据结构常用算法] StringSort
说明:对一些列字符串进行一定规则的排序,这些字符串都是由数字组成。法则1:哪个重复的数字出现的多,哪个排在前面 比如11133和12233,前面的字符11133出现了3次111,而后面的字符的重复次数是2,所有11133 要在112233的前面。 法则2 当两个字符串的重复个数一样时,比如都重复了3次,11133和22244,那么,重复的数字较大 的排在前面,即22244排在11133的前面。 -To sort out the string of a certain number of rule<安永辉> 在 2025-07-22 上传 | 大小:193kb | 下载:0
[数据结构常用算法] artificial
说明:介绍了机器博弈的基本理论和机器博弈系统的一般构成,-Describes the general constitute the basic theory and game machine game machine system,<zhangchen> 在 2025-07-22 上传 | 大小:193kb | 下载:0
[数据结构常用算法] 3.4.6
说明:单链表中的数据元素含有三种字符(字母、数字、其他字符),算法实现构造三个循环链表,是每个循环链表中只含有同一类字符,且利用原表中的结点空间作为这三个表的结点空间。-Singly linked lists of data element contains three characters (letters, Numbers and other characters), the algorithm constructs three circular linked list, each cycle l<宿琳涵> 在 2025-07-22 上传 | 大小:193kb | 下载:0