资源列表
LAB02_10389355_1
- 模版矩阵类,实现对矩阵类的加减乘和转置,人机交互式界面-Matrix of C++
LAB03_10389355_2
- 排序算法的性能分析,4种排序:选择排序,名次排序,插入排序,冒泡排序,其中插入和选择还用了链表实现法-all sort
LAB04_10389355_2
- 多项式类,实现对多项式的加,减,乘,求值的操作。用类模版实现的,有人机交互式见面-class of Polynomial
LAB09_10389355_3
- 数据结构的优先队列中的霍夫曼编码,全部用类实现的,包括了读文本,生成码本,根据码本和输入文件编码输出文件;根据码本和编码文件译码输出输出文件-Huffman code
LAB08_10389355_5
- 用类实现分别根据前缀表达式,中缀表达式,后缀表达式重建表示式树,并输出表达式树,前中后缀的形式-binaray tree
heibaiqi
- 数据结构制作的黑白棋代码,简单的基本功能已经实现-Othello code, data structures produced by the simple basic function has been achieved
struct
- 数据结构课设的小实验,有源代码以及实验报告-Set of data structures class experiment, the source code and experimental reports
Warehouse-management-system
- 仓库产品管理系统是管理仓库产品的重要工具,主要负责产品的入库、出库、管理和查询等操作。本课题要求(1):自己设计好数据结构及算法,在管理系统中涉及的产品信息包括产品名称、入库时间、库存总量、产品入库价格、货品种类等。(2):界面友好,可操作性强,设置管理员用户登录界面,需要输入用户名和口令才能登录管理界面。以实现产品入库、产品出库、库存管理、产品信息修改、产品信息删除和查询、提醒等功能。-Warehouse management system is the management of wareh
minheap
- 数据结构C++最小堆的实现,代码简单明了,实现了堆中元素的删除,插入,取堆顶元素等-The data structure of the realization of the least C, code simple and clear, realize the pile in the deletion of the elements, insert, take pile of top elements
seqstack
- 顺序栈,实现了出栈,入栈,取栈顶元素,算法简单易懂-Order stack, stack, stack, take the top element, the algorithm is simple and easy to understand
linkstack
- 链式栈,实现了出栈和入栈操作,代码简单易懂-Chain stack, the stack and stack operations, the code is easy to understand
Seqlist
- 顺序表,实现了插入,删除,返回链表长度等操作-Sequential list, insert, delete, return to the operation of the linked list length
