📄 main.c
字号:
#include "recframe.h"
#include "process.h"
#include "io.h"
#include "init.h"
#include "time.h"
/*********************************************************************
* 函 数 名: main
* 功能描述: 主程序
* 函数说明:
* 调用函数: Init()
* 全局变量:无
* 输 入: 无
* 返 回: 无
* 设 计 者:zy
***********************************************************************/
void main()
{
Init();
while(1)
{
process();
time_svr();
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -