代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/164244/10121386
plg compress.plg
Build Log
--------------------Configuration: Compress - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\demo
www.eeworm.com/read/164244/10121388
dsw compress.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/164244/10121390
ncb compress.ncb
www.eeworm.com/read/164244/10121392
rc compress.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/164244/10121398
cpp compress.cpp
// Compress.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Compress.h"
#include "MainFrm.h"
#include "CompressDoc.h"
#include "CompressView.h"
#if
www.eeworm.com/read/163925/10139712
h compress.h
//#include
#include
#include
//#include
#include
#include
//#include
typedef unsigned short word;//确定为两个字节
typedef unsi
www.eeworm.com/read/163925/10139728
cpp compress.cpp
#include "stdafx.h"
#include "compress.h"
/////////////////////////////////////////////////////////////////////
//hashfun:计算hash值
//此前已经保证至少有三个元素
word hashfun(char *windows)
{
word a,
www.eeworm.com/read/163336/10165844
h compress.h
#include "stdafx.h"
int fnSelectsort(HTNODE HufTree[]);
void myBatfWrite(FILE *fp2,char archCodeList[]);
void fnHufcoding(HTNODE HufTree[], CODE cd[], int n);
www.eeworm.com/read/163336/10165859
cpp compress.cpp
#include "stdafx.h"
#include "Compress.h"
/*----------------------------压缩函数--------------------------------*/
/*
参数:存储被压缩文件的地址字符串
作用:根据文件地址遍历文件,获得字符及其权值,排序后根据huffman算法将字符
编码,并将将编码存入新生
www.eeworm.com/read/359055/10168208