readme.txt
来自「实现了对文本文件的huffman编码与解码过程」· 文本 代码 · 共 3 行
TXT
3 行
I used Microsoft Visual Studio 2005 complied this program. Extract the file, open it and then double click the file of “ Huffmancode.sln”, you can open the project. Then, Run it. (In Microsoft Visual Studio 2005, you can press Ctrl and F5 together.).
After you run it, you can find the file of “encode.txt” and “decode.txt” in the HuffmanCode folder. The content in these two files are the encoded and decoded content of the file of “plain.txt” which is also in that folder. Of course you can change the content of “plain.txt” to anything of lowercases, it will worked.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?