file.h
来自「可以选择各种压缩方式对读入的图像进行压缩和解压」· C头文件 代码 · 共 16 行
H
16 行
#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 + =
减小字号Ctrl + -
显示快捷键?