📄 stdafx.cpp
字号:
// stdafx.cpp : source file that includes just the standard includes
// TempHumSystem.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
unsigned char m1,m2,m3,m4,m5,m6;
int m_state;
unsigned char ComData[11];//串口接收缓存
int ComDatacount = 0;//串口接收计数器
CString n_Name;
BOOL OnLogRecord = FALSE;//是否已开启日子记录
int LogTime;//日记记录时间间隔单位秒
int LogTimeCount = 0;//时间计数器
CString strfilepath;//获取数据文件的文件路径
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -