-
编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生:
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
-
spwm测试程序,用于测试dsp的spwm波形
spwm测试程序,用于测试dsp的spwm波形
-spwm test procedure for testing the dsp waveform spwm
- 2022-03-29 19:22:49下载
- 积分:1
-
在vs2005环境下开发的,用C#语言,含有留言,回复等功能。
在vs2005环境下开发的,用C#语言,含有留言,回复等功能。-In the vs2005 environment developed using C# language, contains a message, reply and other functions.
- 2022-02-26 04:24:23下载
- 积分:1
-
This is an extension of sign example. You can design your own traffic sign by us...
This is an extension of sign example. You can design your own traffic sign by using Verilog. And the result from Verilog can be seen by the attached C file.
- 2022-02-24 22:18:42下载
- 积分:1
-
一些支持向量机的应用,对于初学者很有指导意义,
一些自已编写的SVM应用程序,对初学者很有启发意义,-authorship of some of SVM applications, for beginners very instructive,
- 2022-02-28 21:32:10下载
- 积分:1
-
基于遗传算法的处理与经济调度,文字文件有…
基于遗传算法的经济调度处理,word文档有简要说明,并且有算例-Based on genetic algorithms deal with economic dispatch, word document there is a brief description and examples have
- 2023-03-19 12:40:04下载
- 积分:1
-
C#入门经典随书光盘源代码
C#入门经典一书的随书光盘源代码,学习C#编程很经典的一本书,以大量实例讲解C#的入门知识,因此C#入门经典的随书源码也是相当有学习价值的,期待C#初学者下载。
- 2022-01-27 13:30:13下载
- 积分:1
-
VB6网格控件EditGrid,支持数据编辑
一款支持数据编辑的Vb网格控件,界面英文,不过可修改成中文,还支持在VC++中调用。MODULE_REMARKS 基于MSHFlexGrid开发提供MIS系统中的单据子表输入操作,也可以做为属性列表框进行数据编辑MODULE_SUMMARY 可以编辑的网格控件。
- 2022-02-26 21:31:58下载
- 积分:1
-
51的红外线解码程序
51的红外线解码程序-51 infrared decoding procedures
- 2023-03-16 12:15:04下载
- 积分:1
-
・AT80C2051用内部比较器作AD转换器,这里提供c源程序,以供参考。.. 开发工具:C, 提供者:dsf ・ x25045_c.rar, 2005...
・AT80C2051用内部比较器作AD转换器,这里提供c源程序,以供参考。.. 开发工具:C, 提供者:dsf ・ x25045_c.rar, 2005-6-13, 2KB, 0 ... ・GBK拼音码表,包含全部的GBK-18030 汉字,用于需要输入冷僻汉字的场合... -AT80C2051 used for internal comparisons for the AD converter, c source provided here, for reference. .. Development tools : C, providers : DSF x25045_c.rar, 2005-6-13, 2KB, 0 ... GBK phonetic code table contains all the GBK- 18030 Chinese characters, the need for the importation of Chinese characters rarely occasions .. .
- 2023-05-06 11:30:02下载
- 积分:1