搜索资源列表
ucw-src129
- UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC
表达式解析器
- 设计一个表达式解析器,能处理5种操作符:+,-,*,/,(,) 从cmd输入一个表达式字符串,输出计算结果
compute_lexyacc
- bison和Lex写的计算器,在cmd定位到文件夹,执行ini.bat和lexyacc.bat,并且用vc连接可以生成一个具有符号表的计算器。-bison and Lex written calculators, navigate to the folder in cmd, implementation ini.bat and lexyacc.bat, and used vc connection can generate a symbol table with the calculator.
wcp
- 文件中:wcp.exe是我们针对编译实验的文法的一个编译器(不含源码);pi.txt和prime_number.txt是按照实验文法写的测试程序(前者是求pi值,后者是求质数) 注:wcp将编译和执行放在了一起,而且对原实验文法做了以下扩展 1.标识符采用c语言标准的标识符 2.增加了print语句来打印结果(statement:print VarList ) 执行方法:在cmd下进入wcp所在目录,如 E:\My Learns\编译原理 然后执行如下 E
VSBashSetUp
- 用多了VS2010的人,大多都开始对它的启动速度略慢感到烦躁了。 如果我只是写一个小文件,而必须开个这么大的IDE,就会略感麻烦、痛苦。 所以我就稍微写了下可以使用CMD调用VS编译器编译CPP文件的一个bat文件。 把源文件.txt改成.bat即可。(前提是安装了VS2010)-Set up CMD for VS2010 Compiling. Rename the txt file into .bat file.