-
self contained Huffman encoder and decoder with CLI.
Simple program written in...
self contained Huffman encoder and decoder with CLI.
Simple program written in C. The program encode text entered to a file. The file is used by the decoder to recover text.
- 2022-02-28 17:27:26下载
- 积分:1
-
Own the zip compression utility. For your reference
自己编的zip压缩工具。以供大家参考-Own the zip compression utility. For your reference
- 2023-09-06 23:55:03下载
- 积分:1
-
#define Mess1 PORTB.0
#define Mess2 PORTD.7
#define Mess3 PORTD.6
#define...
#define Mess1 PORTB.0
#define Mess2 PORTD.7
#define Mess3 PORTD.6
#define Mess4 PORTD.5
#define Mess5 PORTB.7
#define Mess6 PORTB.6
#define Buzzer PORTD.0
#define Zone1 PINC.0
#define Zone2 PINC.1
#define Zone3 PINC.2
#define Zone4 PINC.3
#define Zone5 PINC.4
#define Zone6 PINC.5
#define Zone7 PIND.1
#define Red PORTB.7-
#define Mess1 PORTB.0
#define Mess2 PORTD.7
#define Mess3 PORTD.6
#define Mess4 PORTD.5
#define Mess5 PORTB.7
#define Mess6 PORTB.6
#define Buzzer PORTD.0
#define Zone1 PINC.0
#define Zone2 PINC.1
#define Zone3 PINC.2
#define Zone4 PINC.3
#define Zone5 PINC.4
#define Zone6 PINC.5
#define Zone7 PIND.1
#define Red PORTB.7
- 2022-02-04 00:04:15下载
- 积分:1
-
0_1背包问题使用一个给定n种去的动态规划解法…
0_1背包问题用动态规划解给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大?
在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。因此,该问题称为0-1背包问题。-0_1 knapsack problem using dynamic programming solution of a given n types of goods and one backpack. Item i is the weight of wi, the value for vi, knapsack capacity c. Question should be how to choose the items into the backpack, the backpack into the total value of the largest items? In the selection of the items into the backpack, for each of the items i have only two choices, that is loaded or not loaded backpack backpack. Items should not be many times i load backpack can not only part of the goods loaded i. Therefore, the problem known as the 0-1 knapsack problem.
- 2023-04-12 03:25:02下载
- 积分:1
-
zlib 1.2.2 is a general purpose data compression library. All the code is thread...
zlib 1.2.2 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). These documents are also available in other formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html
- 2022-01-25 18:48:09下载
- 积分:1
-
# 61,548 to complete the basic compression and decompression functions# 61,548 d...
能够完成基本的压缩与解压缩文件功能
能够一次加入多个文件
能够给出压缩比等信息
-# 61,548 to complete the basic compression and decompression functions# 61,548 documents to a file by adding a number of# 61,548 is given to the compression ratio and other information
- 2022-03-07 13:21:02下载
- 积分:1
-
huffman编码实现文本文档的压缩和解压缩,简单好用
huffman编码实现文本文档的压缩和解压缩,简单好用-huffman encoding text documents realize the compression and decompression, easy-to-use
- 2023-04-14 18:20:03下载
- 积分:1
-
use 4,558,302 algorithm compression decompression examples procedures, and can c...
利用lzw算法进行压缩解压缩的例子程序,并可以计算压缩时间。-use 4,558,302 algorithm compression decompression examples procedures, and can calculate the compression time.
- 2023-04-03 10:45:03下载
- 积分:1
-
压缩和解压文件,是一个好的解压缩工具,还是一个比较好的系统工具。...
压缩和解压文件,是一个好的解压缩工具,还是一个比较好的系统工具。-It s a good tool for compression and decompression,besides it s also a good system tool!
- 2022-08-08 05:12:05下载
- 积分:1
-
实现对字符的赫夫曼编码,译码,运用栈存储少量字符数据
实现对字符的赫夫曼编码,译码,运用栈存储少量字符数据-Realize the characters Huffman encoding, decoding, using a small amount of character data storage stack
- 2022-06-29 13:15:37下载
- 积分:1