搜索资源列表
LZW
- LZW用C语言实现。 LZW算法中,首先建立一个字符串表,把每一个第一次出现的字符串放入串表中,并用一个数字来表示,这个数字与此字符串在串表中的位置有关,并将这个数字 存入压缩文件中,如果这个字符串再次出现时,即可用表示它的数字来代替,并将这个数字存入文件中。压缩完成后将串表丢弃。如\"print\" 字符串,如果在压缩时用266表示,只要再次出现,均用266表示,并将\"print\"字符串存入串表中,在图象解码时遇到数字266,即可从串表中查出 266所代表的字符串\"print\",
LZWDecoder
- 著名的LZW算法,可用于gif动画编码,解码。
LZW
- LZW算法说明 及 C与 Java实现. 使用c和java两种语言实现LZW压缩解压缩算法-LZW algorithm descr iptions and C and Java. The use of two languages, c, java achieve LZW compression decompression algorithms
chengxudaidml
- 《Windows程序设计》配套代码、LZW压缩算法源代码、Socket异步通信示程序代码-" Windows Programming" complementary code, LZW compression algorithm the source code, Socket asynchronous communication code that
Dictionary
- LZW字典编码,简洁扼要的实现,用java实现。-LZW dictionary coding, using java to achieve.
lzw_src
- this java lzw algorithm implementation in java. I dowloaded from a website and thought of putting it here so other member can use it too. :)-this is java lzw algorithm implementation in java. I dowloaded from a website and thought of putting it here
huffman
- 哈夫曼ACMS压缩算法.zip arc压缩工具.zip ASH压缩算法.zip CAB解压缩程序.zip COM压缩算法.zip C语言常用算法源代码.zip HA压缩算法.zip jac压缩算法.zip lharc压缩算法.zip LZHUF、LZSS、LZARJ压缩算法.zip LZSS压缩算法.zip lzw压缩算法.zip Splay树压缩算法.zip USQ压缩工具.zip zip解压.zip zip压缩解压范例.zip 哈夫曼编码树算法.zip 哈夫曼压缩解压算法.zip 使用LZ压
LZWCompress
- LZW compress and decompress program
Task1
- LZW encoding algorithm, using java implementation
lzw_java
- 编程实现了LZW压缩算法,详细解释了其基本原理。-Programming the LZW compression algorithm, explain its basic principle.
LZW-compression
- LZW compression developed using JAVA to facilitate compression of Text
LZW
- LZW压缩算法的实现代码,以JAVA代码进行实现-LZW compression algorithm implementation code, JAVA code to implement
remote-assistant-system
- 本程序没有使用数据库,导入项目以后不需要再对数据库进行配置就可以启动运行。项目启动文件为src/com/lzw/MainFrame.java。-This program does not have to use the database, import project later need not the database configuration can start running. Project boot file for SRC/com/LZW/MainFrame. Java.
LZW-Gzip-compression
- GZip LZW: an implementation of LZW and GZip compression algorithms in java.
src
- Java实现LZW压缩算法,适用于ASCII文件,压缩效果不错,含UI.-java implementation of LZW algorithm, including UI.
lzw
- java开发的swing按钮程序,可以选择不同的图片对按钮进行定义。-java swing button, you can choose the different pictures on the button to be defined.
Desktop
- LZSS,LZW算法代码。文件传输加密验证工程项目。实现对传前后MD5验证。-LZSS, LZW algorithm code. File transfer encrypted authentication projects. Pass before and after the MD5 authentication.
LZW
- 使用java编写的lzw算法 对文章进行编码、解码等操作-Lzw algorithm using java prepared for articles carried encoding, decoding and other operations
Remote-Assistance-System
- 本程序没有使用数据库,导入项目以后不需要再对数据库进行配置就可以启动运行。项目启动文件为src/com/lzw/MainFrame.java。本程序主要功能是用于联系人管理和远程连接,通过主界面上的添加、修改、删除可以对需要远程协助的联系进行管理,点击求助就可以联系人申请协助。在远程协助时,远程协助的申请人与被申请人都要开启该远程协助软件,才能进行运程协助。-The program does not use a , do not need to import the project later
Internal-communication-systems
- 企业内部通信系统java开发: 系统介绍 企业内部通讯系统必须提供网络通讯功能、在通讯过程中禁止使用聊天表情、文件传送等功能,避免资料外泄,或因发送错误而导致上级资料的丢失以及其他损失。最重要的是必须适应任何操作系统,也就是实现跨平台技术,因为企业内部的工作需要,工作环境中使用了多个操作系统来完成不同的工作。另外,系统不需要使用服务器中转和记录通讯内容,可以独立完成通讯任务,排除职工对领导监视工作进度等逆反心理。 程序说明 本程序使用JAVA DB数据库开发,导入项目以后不需要单