资源列表
HuffmanTree
- 数据结构经典算法——霍夫曼树的实现方法。以凹式形式输出。-Huffman Tree coding
Huffman-code
- 数据结构中经典算法霍夫曼编码的实现,打印形式采用凹式打印-realization of Huffman code
polynomial_together
- 利用链表实现两个多项式相加。满足的功能有同指数的两项合并,正负数相加为0消去此项,所得项的指数按从小到大排列。-two polynomials together
determinant-caculator
- 利用动态数组实现任意阶行列式计算,先将行列式化为上三角型,在计算对角线元素乘积-Dynamic arrays of any order determinant calculation, first the determinant into upper triangular, in the calculation of the diagonal elements of the product of
perlScript
- perl教程 perl数据结构 perl语法-perl tutorial perl data structures perl syntax
fengzhisuanfa
- 分治算法代码以比较为基础的排序时间的下界-The lower bound of the divide and conquer algorithm code to comparison-based sorting time
PolynomialMultiplicaiton
- 数据结构中的多项式相乘 很有可能是你们的作业-Polynomial Multiplicaiton
Student-management-system
- 学生管理系统 (1)录入学生成绩信息包括学号、姓名、选修课成绩、实验课成绩及必须课成绩。 (2)实现查找功能,输入学生学号查找相关的学生成绩等相关信息。 (3)实现删除功能,输入学号删除相关的学生成绩的相关信息。 (4)实现修改功能,输入相应学号修改该学号外的其他信息。 (5)实现插入功能,输入要插入的位置,在该位置进行插入操作。 (6)实现排序功能,按三门课的总成绩进行由高到低排序。 (7)统计学生人数。 -Student management system
FP-Growth
- FP增长树算法C++实现,用于挖掘频繁项,产生关联规则。-FP growth tree the algorithm C++ achieve, for mining frequent item and associated rules.
ParseTree
- 词法分析树,编译原理课程中相关类容代码。使用了简单的多叉树数据结构。-The lexical analysis tree, compiler theory curriculum classes used codes
IEEE33jdsjsm
- IEEE33节点的数据整理于此处,便于查阅。无错误的收集在一起,方便参考,实验。-IEEE33 node data collation in here for ease of reference. Reference to international standards at the same time easily accessible.
TreeADT
- 数据结构: 树的实现 从txt文件中读取字符串解析成一棵树 采用双亲表示法和孩子表示法的结合-Data structure: the realization of the tree reads a string from a txt file parsed into a tree using the parents said that the law and the child said a combination of law
