2013年12月10日
摘要: 好久没写代码了,这个是一个朋友问的要C实现,由于不会C,就用JAVA写了个简单的。注释掉的代码属性按照原来朋友发的题里带的参数,发现没什么用就给注释掉了。package other;import java.util.HashMap;public class Huffman { public static Bean huffmanBean = new Bean(); public static HuffCode huff=new HuffCode(); public static void main(String[] args) { Bean[] bean... 阅读全文
posted @ 2013-12-10 16:06 学业未成 阅读(396) 评论(0) 推荐(0)