We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
助教你好 請問下huffman編碼解碼,這兩個code的輸入輸出是,讀取要進行編碼file當輸入,然後解碼再讀取編碼後的文件,當解碼的輸入嗎?謝謝!
The text was updated successfully, but these errors were encountered:
您好
輸入輸出都是透過 standard input 及 standard output
decoder 的輸入會是你們寫的 encoder 的輸出
我們也會去比對原始文件跟 encode + decode 後的文件是否有差異
Sorry, something went wrong.
助教你好: 可以請問下decoder部分的input,是怎麼判斷輸入結束了呢?是換行鍵嗎?謝謝~
藉由 EOF (End Of File)來判定
我有點搞混了助教: 所以都是以文件(txt檔)的方式讀取input 文件方式輸出output嗎? 還是從執行視窗輸入,把結果輸出到debug的視窗。謝謝~
See README
No branches or pull requests
助教你好
請問下huffman編碼解碼,這兩個code的輸入輸出是,讀取要進行編碼file當輸入,然後解碼再讀取編碼後的文件,當解碼的輸入嗎?謝謝!
The text was updated successfully, but these errors were encountered: