int ascii(char)//取字符的ASCII码
int ch_type(char)//求字符类型(数字、运算符、括号)
int str_type(string)//求长度为1的字符串类型
字符类型判断函数文件 <F_Type_Judge.h>
int str_len(string)//求字符串长度
double val(string)//求表示数值的字符串的数值
void despace(char *) //清除字符串中的空格
格式转换函数文件 <F_Trans_Format.h>
bool double_check(char *)
bool rewrite(char *))//对算式重新编写
bool pre_work(char *)//包含上述函数及其逻辑关系
对象读取函数文件<F_String_Prep.h>