-
编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生:
E...
编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生:
E->E+T|E-T|T
T->T*F|T/F|F
F->id|(E)|num-Write parser to achieve parsing of arithmetic expressions. Requirements analysis arithmetic expressions generated by the following grammar: E-> E+ T | ET | T T-> T* F | T/F | F F-> id | (E) | num
- 2022-05-14 08:22:03下载
- 积分:1
-
CT仿真源代码
基于Shepp_Logan编写的
CT仿真源代码
基于Shepp_Logan编写的-CT-based simulation of the source code written Shepp_Logan
- 2022-09-05 10:10:03下载
- 积分:1
-
修改 Adobe Premiere 6.5 或者 Adobe Premiere Pro 1.5 中所带字体文件,(“C:Program FilesCommon...
修改 Adobe Premiere 6.5 或者 Adobe Premiere Pro 1.5 中所带字体文件,(“C:Program FilesCommon FilesAdobeTypeSptAdobeFnt07.lst”)
使之能正确显示中文。-changes Adobe Premiere 6.5 or Adobe Premiere Pro 1.5 conveyed font file ( "C : Program Files Common Files Adobe TypeSpt AdobeFnt07.lst ") to enable them to the correct Chinese.
- 2022-05-14 18:10:31下载
- 积分:1
-
本文介绍UNICODE编码规范,转载,最近正在搞这方面的东西,希望能给大家提供帮助,...
本文介绍UNICODE编码规范,转载,最近正在搞这方面的东西,希望能给大家提供帮助,-this paper UNICODE coding norms, reprinted recently in this regard is now pursuing things, I hope that it provides help, thank you
- 2022-11-27 04:50:03下载
- 积分:1
-
java 结构模式,装饰模式,不断增加类的功能,而不使用继承,包括例子。...
java 结构模式,装饰模式,不断增加类的功能,而不使用继承,包括例子。-java model, decorative patterns, the growing category of functional without the use of inheritance, including examples.
- 2022-03-04 04:11:51下载
- 积分:1
-
介绍了指针类型和存储区的关系,讲的很详细,适合初学者
介绍了指针类型和存储区的关系,讲的很详细,适合初学者
-pointer on the type and storage areas, said very detailed, for beginners
- 2022-05-15 00:40:05下载
- 积分:1
-
用kmp算法实现的文档助手算法
用kmp算法实现的文档助手算法-with KMP algorithm document assistant algorithm
- 2022-05-18 01:35:06下载
- 积分:1
-
pdh控制程序,用于控制通信类光电端机应用程序
pdh控制程序,用于控制通信类光电端机应用程序-PDH control procedures for the control of optoelectronic communications client application
- 2022-04-20 12:27:55下载
- 积分:1
-
制作网页特效的东东,对各位个人主页的站长一定有用的
制作网页特效的东东,对各位个人主页的站长一定有用的-production netnew saucepan, individual right to the head of Home certain useful
- 2022-09-11 22:00:02下载
- 积分:1
-
第1例到第6例的源描述都是从第8例的程序包中
提取出来的,不能单独编译,这些例子的编译与
模拟请参考第8例....
第1例到第6例的源描述都是从第8例的程序包中
提取出来的,不能单独编译,这些例子的编译与
模拟请参考第8例.-Example No. 1 to the first six cases are the source described in Example 8 from the first package to extract it and can not be a separate compiler, which compiler and simulation examples please refer to the first eight cases.
- 2022-03-17 08:48:02下载
- 积分:1