代码搜索:RS编码
找到约 10,000 项符合「RS编码」的源代码
代码结果 10,000
www.eeworm.com/read/354013/10396476
plg 赫夫曼编码.plg
Build Log
--------------------Configuration: 赫夫曼编码 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\皎皎\LOCA
www.eeworm.com/read/354013/10396480
ncb 赫夫曼编码.ncb
www.eeworm.com/read/354013/10396485
cpp 赫夫曼编码.cpp
#include
#include
#include
int m,s1,s2;
typedef struct {
unsigned int weight;
unsigned int parent,lchild,rchild;
}HTNode,*HuffmanTree;
www.eeworm.com/read/354013/10396489
dsp 赫夫曼编码.dsp
# Microsoft Developer Studio Project File - Name="赫夫曼编码" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
www.eeworm.com/read/354013/10396492
dsw 赫夫曼编码.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "赫夫曼编码"=".\赫夫曼编码.dsp
www.eeworm.com/read/354013/10396494
opt 赫夫曼编码.opt
www.eeworm.com/read/160287/10546063
jpg 物料编码.jpg
www.eeworm.com/read/351788/10610236
doc 编码标准.doc
www.eeworm.com/read/351728/10615175
cpp 霍夫曼编码.cpp
#include
#include
#include
#include
#define MAX_LEN 128
typedef struct huffman {
char _elem;
char *_code;
short _leaf;
www.eeworm.com/read/421702/10709167