-
flex 是一个生成扫描器的工具,能够识别文本中的词法模式。flex 读入给定的输入文件,如果没有给定文件名的话,则从标准输入读取,从而获得一个关于需要生成的扫...
flex 是一个生成扫描器的工具,能够识别文本中的词法模式。flex 读入给定的输入文件,如果没有给定文件名的话,则从标准输入读取,从而获得一个关于需要生成的扫描器的描述。此描述叫做 规则,由正则表达式和 C 代码对组成。flex 的输出是一个 C 代码文件――lex.yy.c――其中定义了 yylex() 函数。编译输出文件并且和 -lfl 库链接生成一个可执行文件。当运行可执行文件的时候,它分析输入文件,为每一个正则表达式寻找匹配。当发现一个匹配时,它执行与此正则表达式相关的 C 代码-flex generated scanner is a tool that can identify lexical patterns in text. flex time into the given input file, in the absence of a given file name, then read from standard input, and thus on the need to generate a description of the scanner. This description is called the rules, by the regular expression and the composition of C code. the output of flex is a C code file- lex. yy.c-- which defines the yylex () function. Output file and compile and link-lfl library to generate an executable file. When running an executable file, it analyzes the input file, for each regular expression match to find. When they find a match, it is the implementation of regular expressions with the related C code
- 2022-07-16 02:04:28下载
- 积分:1
-
GIS的一个课件,基本上包含了,GIS的基础课程,希望对你会有帮助....
GIS的一个课件,基本上包含了,GIS的基础课程,希望对你会有帮助.-a GIS Software, basically, the GIS foundation courses, you want to be helpful.
- 2022-08-13 17:59:42下载
- 积分:1
-
这本书介绍的是c++编程中关于异常处理的一本中译书。
这本书介绍的是c++编程中关于异常处理的一本中译书。-this book is a description of c unusual programming on the Chinese translation of a book.
- 2023-07-04 04:25:03下载
- 积分:1
-
calculated hash value of the C language source code
计算 HASH 值的 C 语言源代码 -calculated hash value of the C language source code
- 2022-05-23 22:26:48下载
- 积分:1
-
matlab的经典学习资料,是《matlab程序教程》的源代码,有助于你matlab编程能力的提高...
matlab的经典学习资料,是《matlab程序教程》的源代码,有助于你matlab编程能力的提高-Matlab classical learning, "Matlab procedural manuals," the source code, Matlab programming help you in improving their ability to
- 2022-02-12 23:25:51下载
- 积分:1
-
Debian参考手册
大量实例,适合新手参考
Debian参考手册
大量实例,适合新手参考-A large number of instances of Debian reference manual, suitable for novice reference! !
- 2023-03-03 08:20:04下载
- 积分:1
-
ARM7 technical manuals internal information, Zhou Ligong company
ARM7的技术手册内部资料,周立功公司的-ARM7 technical manuals internal information, Zhou Ligong company
- 2022-03-02 01:48:33下载
- 积分:1
-
我对现在的工作越来越没有兴趣,想靠.NET或.PHP工程师。
但不知道他们哪个更有前途,哪个更容易学,以及需要那些必备的基础?...
我对现在的工作越来越没有兴趣,想靠.NET或.PHP工程师。
但不知道他们哪个更有前途,哪个更容易学,以及需要那些必备的基础?-当然非但不
- 2023-08-26 15:55:04下载
- 积分:1
-
收集的一些linux教程,讲解Linux使用方法,适合初学者使用
收集的一些linux教程,讲解Linux使用方法,适合初学者使用-Collection of some of the linux tutorial to explain Linux to use, suitable for beginners
- 2022-03-20 02:34:57下载
- 积分:1
-
清华Linux讲座
清华Linux讲座-Qinghua Linux talks
- 2022-03-26 03:41:48下载
- 积分:1