资源列表
CirHDoublyLinkedList 用C++编写的头结点的循环双链表操作
- 用C++编写的头结点的循环双链表操作,含头文件和源文件。-Written in C++ node of the first cycle of double-linked list operations, including the header files and source files.
huofuman 利用哈夫曼编码进行信息通讯
- 利用哈夫曼编码进行信息通讯可以大大提高信道的利用率,缩短信息传输时间,降低传输成本。-Huffman coding using information and communication can greatly improve the channel utilization, reduce transmission time information and reduce transmission costs
从数据文件records.txt中读取学生信息
- 从数据文件records.txt中读取学生信息,建立与源数据同序的学生链表并打印在屏幕上; 统计学生链表中身高达标人数(男女生的身高达标值由键盘输入),并打印结果; 对上述学生链表按学号进行排序,然后将一位学生的相关信息插入到已按学号排序的学生链表中后仍然保持学号的有序性,将结果链表打印在屏幕上; 对上述操作后的学生链表进行倒置,结果输出到数据文件result.txt中; 删除链表中身高为指定值的所有学生结点并打印; 将当前的学生链表拆分为男生链表和女生链表(没有
paixu 实验六 排序
- 一、最优服务问题; 二、众数问题; 三、士兵站队问题(选作)。-First, the optimal service issues Second, the number of public issues three soldiers stand in question (selected for).
华为软件工程师上机考试题目
- 华为软件工程师上机考试题目,要求对已知单链表求其逆序,并输出。-Huawei software engineers, computer exam questions, asked to watch for the known anti-shear reverse, and output.
CPP1 顺序表的基本操作实现实验
- 一、顺序表的基本操作实现实验 要求:数据元素类型ElemType取整型int。按照顺序存储结构实现如下算法: 1)创建任意整数线性表(即线性表的元素值随机在键盘上输入)的顺序存储结构(即顺序表),长度限定在25之内; 2)打印/显示(遍历)该线性表(依次打印/显示出表中元素值); 3)在顺序表中查找第i个元素,并返回其值; 4)在顺序表第i个元素之前插入一已知元素; 5)在顺序表中删除第i个元素; 6)求顺序表中所有元素值(整数)之和; 二、链表(
EvaluateExpression.tar 数据结果实验 表达式求值
- 数据结果实验 表达式求值 中缀表达式转后缀表达式求值-Results of experimental data to evaluate the expression in infix postfix expression evaluation turn
xianxingbiao 数据结构中线性表的算法
- 数据结构中线性表的算法,包括线性表的基本操作的实现以及线性表的一些操作实现-Linear table data structure algorithms, including linear form the basic operation of the implementation and realization of the linear form of some operations
几个C语言数据结构算法的例子
- 几个C语言数据结构算法的例子,- Some data structure algorithmic code writed by C language
TREE.rar 有关树所有操作
- 数据结构:有关树所有操作, Construction of data: The related tree all operates
AOV网络的topu排序.rar
- AOV的拓扑排序算法,AOV topological sorting algorithm
POJ1840求一个有5位未知数方程解的个数
- POJ1840求一个有5位未知数方程解的个数,hash表的经典应用,POJ1840 seeking a five unknown number of equations, hash table classic application