📄 file.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 + -