资源列表
GZIPdecode
- 对GIZP进行解压缩,适用于不java.util.zip包的地方-Of GIZP decompressed, java.util.zip package does not apply to local
Run_Length
- Run_Length,提供可以使用編碼的一個小程式 只要編譯執行就可以使用-Run_Length, can use the encoder to provide a small program as long as the compiler can use to implement
huffman_file_compress
- 使用霍夫曼huffman 編碼方式 對文件進行壓縮 程序很簡單 主要是幫助新人了解霍夫曼編碼的實現方法-The use of Huffman huffman encoding file compression program is very simple principal is to help newcomers understand the Hoffman encoding method
Wavelet2D
- 二维小波变换算法实现压缩解压的程序,此程序中处理的图像为典型的测试图像lena-Two-dimensional wavelet transform algorithm compression decompression procedures, the procedures for dealing with images typical test images lena
huffmancode
- 实现的是霍夫曼编码,在c程序中模拟编码解码功能。-The realization of the Huffman code, in the c program features analog codec.
i2c
- 基于i2c总线控制的24c32C程序读写-Based on the i2c bus read and write control procedures 24c32C
REAlRMSDK
- Delphi源码\REAlRMSDK.rar-Delphi source REAlRMSDK.rar
2003525193709
- 很好用的VB源码,大家可以放心使用。如果你不信,您可以用一下。-VB source code used in a very good, we can be assured that use. If you do not believe, you can click.
upx-1.25
- 给程序加密(upx1.25),代码加密压缩,防破解-To the encryption procedure (upx1.25), code encryption compression, anti-crack
huffmanendecode
- huffman编解码,完成了编码和解码的功能,如果有错误,请通知哦 -huffman coding and decoding, completed the encoding and decoding functions, if there is an error, please notify Oh
jxc
- VS2005+SQL2000进销存管理系统开发-VS2005+ SQL2000 Purchase, Sales and Inventory Management System
P2P
- P2P(Peer-to-Peer 端到端)模型是与C/S(客户/服务器)模型相对应。基于C/S的用户间通信需要由服务器中转,在C/S中的服务器故障将导致整个网络通信的瘫痪。。而基于P2P的用户间通信则是直接通信,去掉了服务器这一层,带来的显著优点是通信时没有单一的失败点,一个用户的故障不会影响整个P2P网络。本文提供了一种用JAVA实现P2P网络通信的方法。-P2P (Peer-to-Peer end-to-end) model with the C/S (Client/Server) mode