资源列表
12345632541
- 数据结构算法~~~图-algorithm data structure map ~ ~ ~
FList
- 自己编的一个链表类。我自己经常用来管理内存的释放。还有两个字段用户可以自定义使用。-A calss, used to manage the data
SparseMatrix
- 此为稀疏矩阵运算器,用数组实现,可实现矩阵的加减乘运算。-This is a sparse matrix solver, with an array of implementation, enabling the addition and subtraction matrix multiplication.
Cstudent
- 设计一个类CStudent,类中包含一个学生的基本数据如下: 编号,姓名,性别,年龄,数学成绩,计算机成绩,外语成绩。 并假设编号为整数,且从1号往后连续编码;姓名为字符串,性别为字符。如: 1 LiPing m 18 89 98 94 请采用binary文件形式,并使用随机读写处理方式,对自定义CStudent类的对象数据进行存储与读写处理(即是说,总按具有连续编码的编号num为“序”来对文件中的各对象数据进行随机读写处理)。并设计该类的成员函数,而且对输出运算符“<&l
cpp3
- 前中后缀转表达式二叉树、表达式二叉树输出前中后缀-Turn suffix binary expression before, the former expression binary output suffix
parkstop
- 数据结构实习之停车场程序,C++版,通过老师验收-DATA STRUCT carpark C++
ListOp
- C,链表操作~初学C的可以看下~比较简单的-creat a list.c,reverse output a list.C
huffman_tree
- 哈夫曼树 哈夫曼树类模板 已知权,双亲及左右孩子构造结构构造哈夫曼树-Huffman Huffman tree class template known right, parents and children around the Huffman tree structure structure structure
digital-filter
- 常用的7个数字滤波器,C代码,支持外部调用-Commonly used digital filter 7, C code
Cpp1
- 计算机操作系统,银行家算法的C++源代码,-Computer operating system, bankers algorithm C++ Source code,
stack
- 栈是限制仅在表的一端插入和删除的线性表,是生活中某些过程的抽象。插入和删除操作的一端称为栈顶,插入操作称作入栈(Push),删除操作称作出栈(Pop)。栈顶元素总是最后进栈的,和最先出栈的;而栈底元素是最先进栈,最后出栈。栈具有后进先出(LIFO)的特性。顺序栈是栈的顺序存储结构的实现。链栈是栈的链式存储结构的实现。-Stack is limited only to one end of the table insert and remove a linear form, is the life
Linearlist-Frame
- 链表的实现模板源码,包含了链表和队列的使用-Linked list implementation template source code, including the use of linked lists and queues
