摘要: The simplest construction algorithm uses apriority queuewhere the node with lowest probability is given highest priority:Create a leaf node for each symbol and add it to the priority queue.While there is more than one node in the queue:Remove the two nodes of highest priority (lowest probability) fr 阅读全文
posted @ 2011-09-24 13:21 jialejiahi 阅读(956) 评论(0) 推荐(0) 编辑
摘要: 首先极力推荐维基百科的说明http://en.wikipedia.org/wiki/Compatibility_of_C_and_C%2B%2B然后,一点说明转自网络:1--概述Difference between c and c++C does not have any classes or objects. It is procedure and function driven. Thereis no concept of access through objects and structures are the only place wherethere is a access thro 阅读全文
posted @ 2011-09-24 00:49 jialejiahi 阅读(278) 评论(0) 推荐(0) 编辑