📄 aricomp.txt
字号:
-=[ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -