-
一生的启示 一生中不可不读的100个成败故事
一生的启示 一生中不可不读的100个成败故事-Life inspiration life can not read the story of the success or failure of 100
- 2022-07-09 00:23:19下载
- 积分:1
-
这是扬创2440开发板的一个ADS环境下的一个测试程序,对初学者很有用的....
这是扬创2440开发板的一个ADS环境下的一个测试程序,对初学者很有用的.-Jan 2440 This is a development board an ADS environment of a test procedure, useful for beginners.
- 2023-05-06 00:45:03下载
- 积分:1
-
快速基本的编译器
Quick Basic DOS Compilers
- 2022-01-31 15:36:52下载
- 积分:1
-
简单的词法分析器 编译课程综合训练 java语言
简单的词法分析器 编译课程综合训练 java语言 -Simple lexical analyzer to compile a comprehensive training course java language
- 2022-03-20 11:20:02下载
- 积分:1
-
这是一份实验报告,目的是掌握YACC的使用方法,了解YACC处理二义性的方法。
用YACC等工具生成如下文法表示的表达式对应的计算器
exp...
这是一份实验报告,目的是掌握YACC的使用方法,了解YACC处理二义性的方法。
用YACC等工具生成如下文法表示的表达式对应的计算器
exp->exp + exp | exp - exp| exp * exp |exp / exp |exp ^ exp | - exp |(exp) |NUM
对于输入的表达式,能输出结果。比如:
3 +(4 *5)结果应为23
当出现错误时可以进行错误处理。
-This is a test report, the purpose is to master the use YACC to learn YACC handling of the ambiguity approach. Using tools such as YACC grammar that generates the following expression for the corresponding calculator exp-> exp+ exp | exp- exp | exp* exp | exp/exp | exp ^ exp |- exp | (exp) | NUM expression for the input type, can be output. For example: 3+ (4* 5) the result should be 23 when the error can be error-handling.
- 2022-05-23 10:34:44下载
- 积分:1
-
C programm for Poissionous probability distribtion
C programm for Poissionous probability distribtion
- 2022-02-25 05:32:18下载
- 积分:1
-
转别人的,很难找,不会编译啊,请教高手多指点
转别人的,很难找,不会编译啊,请教高手多指点-To others, it is difficult to find, will not compile, ah, many experts point to ask
- 2022-07-11 02:22:54下载
- 积分:1
-
- 2022-04-23 20:26:18下载
- 积分:1
-
Full support for extended regular expressions (those with intersection and compl
Full support for extended regular expressions (those with intersection and complement); Support for some kinds of cycles in grammar; DFA-based operation; Unicode support; C++ only, requires a modern compiler; Lexical analyzers can be configured to get symbols from any input class (built-in support for std::istream, std::wistream and FILE *); Designed to work with Whale, but can work standalone or interface to other parsers.-Full support for extended regular expressions (those with
intersection and complement); Support for some kinds of cycles in
grammar; DFA-based operation; Unicode support; C only, requires a
modern compiler; Lexical analyzers can be configured to get symbols
from any input class (built-in support for std::istream, std::wistream
and FILE*); Designed to work with Whale, but can work standalone or
interface to other parsers.
- 2022-05-27 12:54:56下载
- 积分:1
-
For a given input string that can identify the string to determine whether a giv...
对于给定的输入串,能够判断识别该串是否为给定文法的句型-For a given input string that can identify the string to determine whether a given grammar of the sentence
- 2022-03-11 22:48:02下载
- 积分:1