我爱Aspx >> Asp.Net >> 上面提到的原代码(C语言)—2上面提到的原代码(C语言)—2
MyImageDestory(pmyimg p){
free(p->data);
free(p);
}
int huffman1(){
if (GetNextBit()){
if (GetNextBit()){
if (GetNextBit()){
if (GetNextBit()){
return 0x7;/*f 4*/
}
else {
return 0x6;/*e 4*/
}
}
else {
if (GetNextBit()){
if (GetNextBit()){
return 0x40;/*1b 5*/
}
else {
if (GetNextBit()){
return 0xf;/*35 6*/
}
else {
return 0xe;/*34 6*/
}
}
}
else {
return 0x5;/*c 4*/
}
}
}
else {
if (!GetNextBit()){
if (!GetNextBit()){
return 0x3;/*8 4*/
}
else {
if (GetNextBit()){
return 0x8;/*13 5*/
}
else {
return 0x80;/*12 5*/
Ҷƪл˵?
上面提到的原代码(C语言)—1[05-31]
Huffman with Short dictionary压..[05-31]
给贝贝的,Base64编码(带有Q和B..[05-31]
C#的BinaryTree实现[05-31]
LinkedQueue的实现[05-31]
将字符串中的数字和字符分离的技..[05-31]
呵呵,泼点儿凉水。[05-31]
密码的故事 (ST:MS,Author:Billy..[05-31]
关于字符窜和数字分离[05-31]
如何获得一个6位长随机数[05-31]