-
大小: 8KB文件類型: .cpp金幣: 1下載: 0 次發(fā)布日期: 2021-01-07
- 語言: C/C++
- 標(biāo)簽: 動(dòng)態(tài)規(guī)劃??灰度壓縮??bmp??壓縮??
資源簡介
動(dòng)態(tài)規(guī)劃寫的灰度壓縮解壓,只適合bmp文件,包含壓縮和解壓
代碼片段和文件信息
//?灰度壓縮.cpp?:?定義控制臺(tái)應(yīng)用程序的入口點(diǎn)。
//
#include?“stdafx.h“
#include?
#include?
#include?
#include?
#include?
#include?
using?namespace?std;
typedef?struct?tagBITMAPFILEHEADER
{
int???bfSize;
short????bfReserved1;
short????bfReserved2;
int???bfOffBits;
}?BITMAPFILEHEADER;
typedef?struct?tagBITMAPINFOHEADER
{
int????biSize;
int???????biWidth;
int???????biHeight;
short???????biPlanes;
short???????biBitCount;
int??????biCompression;
int??????biSizeImage;
int???????biXPelsPerMeter;
int???????biYPelsPerMeter;
int??????biClrUsed;
int??????biClrImportant;
}BITMAPINFOHEADER;
class?CCompressImage
{
private:
string?filename;//文件名
int?LENGTH;//像素長
int?WEIGHT;//像素寬
string?toubu;//頭部
stri
- 上一篇:職工信息管理系統(tǒng)C語言
- 下一篇:基于DSP的積分分離的PID控制算法
評(píng)論
共有 條評(píng)論