数据结构课程设计报告
while((L.List [i]<123&&L.List [i]>96)||L.List [i]==32) { GetCode(L.List[i],L); i++;
}
}
template
void HuaffmanTree
while(!qu.IsEmpty ()) { HuaffmanTreeNode
else
current=current->GetRchild(); }
cout<
}
}
template
void HuaffmanTree
{cout<
}
template
void HuaffmanTree
int i=0;
3
5 数据结构课程设计报告
while((L.List [i]<123&&L.List [i]>96)||L.List [i]==32) { cout< } } template void HuaffmanTree {cout< current=current->GetNext(); } } template int HuaffmanTree hl=GetHeight(p->GetLchild()); hr=GetHeight(p->GetRchild()); return hl>hr?++hl:++hr; } 3 6