搜索资源列表
huffman
- 一份huff_tc.c,只能在tc下运行,因为加入了用tc图形界面直观画出树形的代码。一份是huff_vc.c,是在vc和tc下都能运行的程序,没有直观表达编码的树形结构。 [目的] 构建所输入符号(及权值)的哈夫曼树,并利用该树求出各符号的编码,深入理解最优二叉树的概念及其特性。 [问题描述] 读入各个符号及其权值,求各符号的哈夫曼编码。 [基本要求] (1)读入各个符号及其权值,建立哈夫曼树; (2)利用建立的哈夫曼树对各符号进行编码,输出编码结果。 [
maze
- 用VC绘制一个迷宫,并根据一定算法,走出迷宫,(数据结构与算法)-Draw a maze with the VC, and according to some algorithm, out of the maze (data structures and algorithms)
pure-ALOHA
- 纯ALOHA算法,使用VC编程实现,并绘制了纯ALOHA算法曲线图-Pure ALOHA algorithm, using the VC programming, and draw the curve of pure ALOHA algorithm
tree
- 哈夫曼树,可以图形显示,是用vc++编写的课程设计,-huffman tree,it can be described by draw
BresenhamLine
- 在VC中实现Bresenham算法画直线-Bresenham algorithm in VC draw a straight line