代码搜索:huffman
找到约 5,300 项符合「huffman」的源代码
代码结果 5,300
www.eeworm.com/read/391404/8405165
sln huffman.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "huffman", "huffman.vcproj", "{1528DD1B-DC9A-4035-BD29-0E6289EC17B7}"
ProjectSection(P
www.eeworm.com/read/391404/8405175
h huffman_a.h
#ifndef _HUFFMAN_A_HEADER_001_
#define _HUFFMAN_A_HEADER_001_
#include "huffman_base.h"
#include
using namespace std;
// 使用链表结构生成Huffman树的算法,这是最基本的实现方法,效率最低
class huffman_a :
public huffman
www.eeworm.com/read/391404/8405187
ncb huffman.ncb
www.eeworm.com/read/391404/8405204
cpp huffman_a.cpp
#include "huffman_a.h"
void huffman_a::generate_codes(int num, const unsigned long* weights)
{
if (num
www.eeworm.com/read/391404/8405206
suo huffman.suo
www.eeworm.com/read/291526/8411751
dsp huffman.dsp
# Microsoft Developer Studio Project File - Name="Huffman" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) C
www.eeworm.com/read/291526/8411753
dsw huffman.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/291526/8411755
opt huffman.opt
www.eeworm.com/read/291526/8411758