-
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
-
《VB.NET面向对象的实现》.chm
《VB.NET面向对象的实现》.chm-"VB.NET object-oriented achievement." Chm
- 2022-04-09 13:53:06下载
- 积分:1
-
us/osII在不同平台上的移植,是网上收集到的一份资料,详细介绍了移植方法,具有参考价值...
us/osII在不同平台上的移植,是网上收集到的一份资料,详细介绍了移植方法,具有参考价值-UC/OSII can be transplanted on different platforms,here is some information collected from internet,which introduces the transplanting_method in details,and bears much for reference .
- 2022-10-27 09:35:03下载
- 积分:1
-
胡寿松 自动控制原理 答案 科学出版社第4版
胡寿松 自动控制原理 答案 科学出版社第4版
- 2023-08-24 21:40:02下载
- 积分:1
-
FPGA设计中常要考虑降低功耗,其中介绍了一些很实用的办法。...
FPGA设计中常要考虑降低功耗,其中介绍了一些很实用的办法。
- 2022-04-21 07:04:17下载
- 积分:1
-
API函数导航.chm
API函数导航.chm-API function navigation. Chm
- 2022-11-25 03:15:04下载
- 积分:1
-
编码规则的重要性
编码规范的重要性
编码规范是软件开发项目团队的基础。
编码规范能够大大提高我们对程序的理解力。
编码规范能够让我们具有统一的编码风格。
编码规范可以使我们的程序更加清晰易读。-coding rule s importance
coding rule is the base of software project development.
- 2022-05-17 04:10:27下载
- 积分:1
-
基于FPGA的LCD驱动程序开发
基于FPGA的LCD驱动程序开发-FPGA-based LCD Driver Development
- 2022-03-21 21:57:56下载
- 积分:1
-
This book concentrates on the methods involved in the computational process,
n...
This book concentrates on the methods involved in the computational process,
not necessarily optimization or even speed, these come through an understanding of
numerical methods and the target processor and application.
- 2023-04-05 05:55:04下载
- 积分:1
-
VC document reader software source
VC文档阅读器软件源码
- 2022-08-26 11:50:32下载
- 积分:1