搜索资源列表
compiler1
- 词法分析 对输入的字符串进行词法分析,形成词法分析产生的符号表。 内容:给定描述词法的文法为: 文法一:〈整型数值型数据〉→[+|-]〈数字〉〈数字〉* 〈数字〉→0|1|2|3|4|5|6|7|8|9 文法二:〈算符〉→+|-|*|/ 利用以上二个文法对从键盘输入的字符串进行词法分析,对符合这两个文法的字符串建立单词符号表;对不符合这两个文法的字符串给出错误信息。编程序实现该功能,并上机调试。 -Lexical analysis, lexical analysis
Newton_Steffensen
- 这是我们上学期的数值分析上机报告,本人亲写,完美运行,绝非盗用他人之作。-This is our last semester of numerical analysis report on the plane, I pro write a perfect run, not steal other people' s work.
matlab
- 数值分析,各类上机matlab计算程序实例,可直接输入得到结果。-Numerical analysis, various types of machine matlab computing instance, can directly enter the result.
数值分析课题九十java源代码
- 东北大学数值分析上机实验课题九、十实验源代码(Northeastern University numerical analysis on the experimental subjects nine, ten experimental source code)