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

📄 cntrl.h

📁 用VC編的數碼相機仿真程序 包括圖像的預處理 DCT變換 壓縮等 最后可用verify.exe做比較
💻 H
字号:
/*
* Copyright 2008, writen by shikosan
* File name: cntrl.h
* This file is the heart of the system
* 控制模塊
*/

#ifndef CNTRL_H
#define CNTRL_H

void CntrlInitialize(void);
void CntrlCaptureImage(void);
void CntrlCompressImage(void);
void CntrlSendImage(void);

#endif

⌨️ 快捷键说明

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