-
编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生:
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
-
借助人家的东西哦!个人认为是非常不错的C语言例子程序,对于任何初学者来说,这都是非常好的教材!比学课本强多了...
借助人家的东西哦!个人认为是非常不错的C语言例子程序,对于任何初学者来说,这都是非常好的教材!比学课本强多了-with what others Oh! I think it is a very good example of the C language procedure for any newcomer, this is a very good teaching! Learning from textbooks is much easier.
- 2022-03-18 11:37:19下载
- 积分:1
-
一个DX的小引擎,包括3D,输入,音效,网络
一个DX的小引擎,包括3D,输入,音效,网络-a DX small engines, including 3D input, audio, network
- 2022-06-18 22:38:36下载
- 积分:1
-
Two on the Struts examples, one is prepared manually Struts examples, one is pre...
两个关于Struts的实例,一个是手动编写的Struts实例,一个是用Struts插件编写的实例-Two on the Struts examples, one is prepared manually Struts examples, one is prepared to use Struts plug-ins example
- 2022-07-23 09:07:35下载
- 积分:1
-
阿瓦隆Avalon接口规范,接口规范的设计…
Avalon Interface Specification,The Avalon interface specification is designed to accommodate peripheral development for the system-on-a-programmable-chip (SOPC) environment. The specification provides peripheral designers with a basis for describing the address-based read/write interface found on master and slave peripherals, such as microprocessors, memory, UART, timer, etc.
- 2022-04-13 09:28:33下载
- 积分:1
-
6502汇编器
要将6502汇编语言源文件汇编成二进制文件
6502汇编器
要将6502汇编语言源文件汇编成二进制文件-Assembler 6502 to 6502 assembly language source files compiled into binary files
- 2022-02-04 11:13:11下载
- 积分:1
-
开发环境我们采用ADS1.2 集成环境,请先安装ADS1.2。如何使用ADS1.2 请参考光盘内的
手册。ARM 开发环境和51 单片几很不一样。熟悉51...
开发环境我们采用ADS1.2 集成环境,请先安装ADS1.2。如何使用ADS1.2 请参考光盘内的
手册。ARM 开发环境和51 单片几很不一样。熟悉51 的都知道用仿真器来调试,但arm 却
不一样,它通过JTAG 接口仿真。因此这里先介绍JTAG 仿真的概念。-Development environment we use ADS1.2 integrated environment, install ADS1.2. How to use the CD-ROM ADS1.2 please refer to the manual. ARM development environment and a few very different 51-chip. 51 all know that familiar with emulators to debug, but not the same arm through JTAG interface simulation. So here first introduce the concept of JTAG emulation.
- 2022-03-14 20:45:00下载
- 积分:1
-
EZW编解码的实现
EZW编解码的实现-EZW the realization codecs
- 2022-03-28 21:18:09下载
- 积分:1
-
fitting approximation with the C program
拟合与逼近的C程序-fitting approximation with the C program
- 2023-01-15 05:45:03下载
- 积分:1
-
压缩包中的例子用非常浅显易懂的方式指明如何使用select,以及select的使用范围...
压缩包中的例子用非常浅显易懂的方式指明如何使用select,以及select的使用范围-compressed using the example of a very simple and easy way, how to use select, and the use of select
- 2023-01-07 11:00:03下载
- 积分:1