?? express.h
字號(hào):
#ifndef __EXPRESS.H__
#define __EXPRESS.H__
#include "Common.h"
#include "Math.h"
// Express.cpp中的函數(shù)
double Factor(const char [], int &);
double Term(const char [], int &);
double Expression(const char [], int &);
int GetValue(const VarArrayHeadType *, const int);
void BoolChange(const char [], char *);
bool Boolean(const char [], int &);
bool OR(const char [], int &);
bool AND(const char [], int &);
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -