资源列表
HuffmanDecode.zip
- 霍夫曼编码和解码文件,霍夫曼编码重要作用就是用最少的编码长度表示相同的内容,Huffman coding and decoding files, Huffman encoding important role is to denote the same content with a minimum of coding length
两种遍历图的方法
- 熟悉图的两种常用的存储结构,以及在这两种存储结构上的两种遍历图的方法,即深 度优先遍历和广度优先遍历。进一步掌握递归算法的设计方法。 -familiar with the plans of two commonly used storage structure, and the two storage structures on the two traverse map, that depth-first traversal and breadth priority traversal.
List
- 链表,用于学生成绩的管理,包好对成绩单的各种操作
BinTree.c.tar
- 二叉树的学习代码~~实现二叉树基本操作~~适合初学者-Binary tree binary tree learning code to achieve the basic operation ~ ~ ~ ~ for beginners
cPP
- 请求分配分区(首次适应算法、最坏适应算法、最佳适应算法)-Request allocation district (first-fit algorithm, the worst fit algorithm, the best-fit algorithm)
LinkQueue_CPP
- C++算法的实现,编程者可以跟C语言的实现进行对比,充分理解链表的真实含义-Implementation of the C++ algorithm, programming can be compared to the C language implementation, fully understand the real meaning of the list
myhuff
- 数据结构之霍夫曼树,采用霍夫曼树 (1)根据输入的字符和相应的权值建立哈夫曼树,并输出已建的相应内容作为检查; (2)用哈夫曼树实现前缀编码,并输出各字符的编码串; (3)输入一组二进制报文,进行译码,并输出译文。 -Huffman tree data structures, using Huffman tree (1) according to the input character and the corresponding weights build the Huffm
1
- :(1)从置换算法中任选2种;(2)建立页表;(3)设计的输入数据要能体现算法的思想(4)事先假定分配的物理块是空闲的;(5)求出各置换算法中的缺页次数和置换次数 -: (1) Choose from two kinds of replacement algorithm (2) building the page tables (3) design of the input data to reflect the thinking of the algorithm (4) presupp
biaodashi
- 表达式求值,数据结构。输入一个算术表达式,输出结果。-Expression evaluation, data structure. Enter an arithmetic expression, the output results.
图的所有路径
- 能找到任意两节点间的所有符合条件的路径
AOV网络的topu排序.rar
- AOV的拓扑排序算法,AOV topological sorting algorithm
migong.txt
- 用数据结构编写的迷宫问题 基本上是自己编写的小程序 希望大家喜欢-Data structure used to prepare the maze problem is basically I have written a small program I hope you like
