资源列表
Haffman
- 哈夫曼算法的应用,是对一个文章利用哈夫曼树进行编码和解码,里面包含详细说明文档-Application of Huffman algorithm is an article for the use of Huffman encoding and decoding tree, which contains detailed descr iption of the document
duoxs
- 根据输入构建一个用广义表表示的m元多项式,并按照一定格式输出-According to the importation of building a generalized form of the polynomial expressed by m, and in accordance with a certain output format
ssd5-Exam1
- ssd5 数据结构与算法 EXAM1 敬请参考下,对你应该有帮助-arithmetic and date structure
jacobi
- Implementation of Jacobi method.
listandlink
- 包含字符串处理,向量数组,起泡,快速,选择以及快速排序,链表,栈和队列的同个c++文件-Contains the string processing, vector array, foaming, rapid, and selection and quick sort, list, stack and queue with a c++ file
AVL
- ALV树完整分析以及C++具体代码的实现,数据结构的难点。-ALV tree analysis and a complete C++ specific code to achieve the difficult data structure.
beibao
- 对几种背包问的分析与解释,主要包干,0/1背包问题,完全背包问题-failed to translate
data_structure2
- 5、顺序栈 SeqStack.h Test.cpp 6、链式栈 StackNode.h LinkStack.h Test.cpp 7、顺序队列 SeqQueue.h Test.cpp 8、链式队列 QueueNode.h LinkQueue.h Test.cpp -5, the order of the stack SeqStack.h Test.cpp 6, chain stack StackNode.h LinkSta
hash
- 一个数据结构作业 包含完整实验报告和源代码-Operation of a data structure that contains a complete test report and source code
huffman
- 利用哈夫曼编码进行通信可以大大提高信道的利用率,缩短信息传输的时间,降低传输成本。但是这要求发送端通过一个编码系统对待传数据预先编码,在接收端传来的数据进行译码。对于双工信道,每端都需要有一个完整的编/译码系统,试为这样的信息收发站编写一个哈夫曼的编/译码系统。-huffman tree algorithm
shuju7
- 灵活运用非递归的遍历算法实现二叉树的其它各种运算;掌握按层次顺序遍历二叉树的方法;熟练掌握在中序线索二叉树上找给定结点的指定顺序下的前驱和后继的方法。-Flexibility in the use of non-recursive binary tree traversal algorithm to achieve a variety of other operations master-level order according to the method of binary tree tr
zuiduanlujing
- 以邻接矩阵为存储结构,实现弗洛伊德算法求解每一对顶点之间的最短路径及最短路径长度。-Adjacency matrix for storage in the structure of each algorithm for the realization of Freud on the shortest path between the vertex and the length of the shortest path.