aricomp.txt
来自「This is a little console mode utility pr」· 文本 代码 · 共 37 行
TXT
37 行
-=[ AriComp - Arithmetic compressor ]=-
version: 1.0
coder: yoda
project start: 28th November 2002
coding language: C++
E-mail: LordPE@gmx.net
WWW: y0da.cjb.net
Prolog:
-------
This is a little console mode utility program which is able to (de-)compress
single files with a static Arithmetic compression algorithm.
You could easily add the RLE/BWT/MFT data transformation algorithms. Just
rip the corresponding classes out of my HuffComp source code. I won't add
these ones in the next time.
Usage:
------
AriComp.EXE (input file) (output file) [/d]
/d - means decompress input file and save to output file
Da History:
-----------
7th December 2002:
- virgin release
Acknowledgements:
-----------------
Mark Nelson - for all his great work and the book in the universal data
compression area
Please report any bugs, suggestions, comments. Thx!
yoda
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?