⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 file.h

📁 可以选择各种压缩方式对读入的图像进行压缩和解压
💻 H
字号:
#include <fstream>
#include <iomanip>
#include<iostream>
#include "stdafx.h"

#include "structures.h"

using namespace std;

unsigned long TransAndSave(int mode, char *filename, codeListStruct *acCodeHead,symbolStreamStruct *acSymbolHead,
				  dcCodeList *dcCodeHead,short dcDiff[], blstype blockSize,unsigned long acsl, cltype acCodeListLength,cltype dcCodeListLength, 
				  unsigned int width, unsigned int height, btype QT[8][8]);
blstype ReadFile(char* inFileName,int &mode, unsigned &width,unsigned &height,
				 btype QT[8][8], symbolStreamStruct* &acSymbolHead,short* &dcDiff);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -