搜索资源列表
WordAnalysis
- 编程实现下述C语言子集的词法分析程序,C语言子集的文法描述如下: 语句→赋值语句|条件语句|转移语句|带标号的赋值语句 带标号的赋值语句→〈标号〉〈赋值语句〉 赋值语句→变量=算术表达式 条件语句→IF<布尔表达式>THEN语句 |IF<布尔表达式>THEN语句ELSE语句 转移语句→GOTO标号 变量→标识符 标识符→字母|<标识符><数字> 字母→A|B|…|Z|a|b|…|z 数字→0|1|…|9
Parse_BooleanFunction
- 解析字符串型的布尔表达式,需要输入对应字符串的double值,大于0,说明为true,反之为false-Parsing a string type Boolean expressions need to enter the double value corresponding to the string, greater than 0, it is true, false otherwise
Calculator
- 一个简单的计算器,支持函数定义运算以及布尔表达式-A simple calculator