📄 computesave.h
字号:
#ifndef COMPUTESAVE_H
#define COMPUTESAVE_H
#include "afxtempl.h"
class computesave : public CObject
{
public:
DECLARE_SERIAL( computesave )
computesave();
~computesave();
CString TEMP_VOL[160];
CString ADC_VOL[160];
CString conver_bit;
CString resister_vol;
BYTE GNDORVCC;
void save();
bool open();
CString Getpath(bool openorsave);
void Serialize( CArchive& archive );
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -