搜索资源列表
CodeOfTheWorld
- Huffman于1952年提出了这种方法,开始主要用于电报报文的编码,常用的英文字母E,T应该如何编码,不常用的应该如何编码,-Huffman in 1952 of this method, the beginning of the main text for the Telegraph reported coding, commonly used in the English alphabetical E, T coding How should not be how common codin
huffman
- Library and command line program for Huffman encoding and decoding both files and chunks of memory. The encoder is a 2 pass encoder. The first pass scans the data and builds the Huffman tree. The second pass encodes the data. The decoder is one pa
哈夫曼树的构造算法
- 哈夫曼树的构造算法-Huffman tree Construction Algorithm
哈夫曼编译码器
- 用C语言写的哈夫曼编译码器-C language written Huffman Decoder
远程桌面控制
- 远程桌面控制的客户端和服务端程序;对被控端桌面图像用哈夫曼分块编码压缩,速度和图像质量都不错-Remote Desktop control of the client and server procedures; Right Beikongduan desktop images for Huffman coding block compression, speed and image quality are good
huffmantree
- 该程序是在C++ 里面实现哈夫曼树的功能 很方便实用-The program is realized in C++ which the function of the Huffman tree is very convenient and practical
RemoteControlClient
- 远程监控,局域网,消息模拟,赫夫曼编码,Window Socket编程-Remote monitoring, LAN, news simulation, Huffman Coding, Window Socket Programming
yuankong
- 远程控制程序的源代码,C++编写的,挺容易懂的。-Remote control program' s source code, C++, prepared, very easy to understand.
Picture.Translate.Of.Remote.Desktop.Control
- 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想
hafuman
- 利用哈夫曼编码进行通信可以大大提高信道利用率 缩短信息传输时间 降低传输成本 -Communicate using Huffman coding can greatly reduce the information to improve channel utilization and reduce the transmission cost of transmission time
RemoteControl
- 远程桌面控制的客户端和服务端程序;对被控端桌面图像用哈夫曼分块编码压缩,速度和图像质量都不错-Remote Desktop control of the client and server procedures Right Beikongduan desktop images for Huffman coding block compression, speed and image quality are good
remotedesktopcontrol
- 实现远程计算机控制功能 提供了RLE,huffman,LZE几种压缩方式 采用提取图像差分方式,大大降低的带宽的使用率。 -允许输入拉丁字符的拼音 Remote computer control The RLE, Huffman, LZE, several compression Differential way to extract image, greatly reduces the bandwidth usage. JPEG compression DEMO pro
wellDone
- 哈夫曼树编码实现的udp通信工具,不用服务器就可以实现双方通信,自动绘制树。-Huffman tree coding udp communication tool, not the server can implement the communication of both sides, and automatically draw the tree.
RD
- 一个基于zlib编码的远程桌面控制程序,比huffman编码有较大的提高-a remote control program based on Zlib, which is much better than Huffman and RunLength before
11huffman
- 哈夫曼树,源码实现哈夫曼树,方便理解,运用-Huffman tree, source Huffman tree, easy to understand, the use of
python_huffman
- python huffman 源码,有兴趣的朋友可以来下载-python huffman
Huffman
- 哈夫曼无损压缩程序,可以完美压缩中文程序哦-Huffman compression procedures, can be compressed Chinese oh
NetTran
- (利用GIF_LZW算法实现的)网络图片传输 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现;
huffman
- Tcl coding for huffman data compression
huffman.c
- simple huffman compression