Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Mathimatics-Numerical algorithms Compress-Decompress algrithms
Title: huffman Download
 Description: HuffmanNode* CreateHuffmanTree(int n, char datas[], int powers[]) { HuffmanNode head head.next = NULL //初始化森林 for (int i = 0 i < n i++) { HuffmanNode*pNode = new HuffmanNode pNode->data = datas[i] pNode->power = powers[i] pNode->lchild = pNode->rchild = pNode->next = NULL AddNode(&head, pNode) }
 Downloaders recently: [More information of uploader wuhe-che]
 To Search:
  • [huffman] - haffman coding for data compression, dev
File list (Check if you may need any files):
huffman.txt
    

CodeBus www.codebus.net