-
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
-
信息spm3400芯片的技术参数和尺寸和封装形式…
SPM3400芯片的技术参数和外形尺寸及封装形式等资料数据-SPM3400 chip technology parameters and dimensions and packaging forms of information and data
- 2022-12-25 09:30:03下载
- 积分:1
-
挺好的,可以下载看看,在WINDOWS下使用的.绝对精华!宁可错杀,不可放过...
挺好的,可以下载看看,在WINDOWS下使用的.绝对精华!宁可错杀,不可放过- Very good, may download has a look, uses under WINDOWS
Absolute essence! Rather wrong kills, cannot let off
- 2022-02-06 03:23:22下载
- 积分:1
-
JPEG
JPEG-2000 影像压缩技术─MQ Coder 之研究-Study on MQ_coder of JPEG2000 image compression technology.
- 2022-03-02 16:35:44下载
- 积分:1
-
对Linux内核的描述重点,与x86的解释,在
重点描述linux内核,附带x86的讲解,深入理解Linux-Focus on description of linux kernel, with x86 explanations, in-depth understanding of Linux
- 2022-01-25 17:44:02下载
- 积分:1
-
经典的C入门教程,想学习VC的朋友们可以看一下
经典的C入门教程,想学习VC的朋友们可以看一下-Classic C++ Getting Started Guide, want to learn VC friends can look at
- 2022-07-01 09:23:41下载
- 积分:1
-
ATmega128数据表
ATMega128 datasheet
describes all registes and other features of microcontroller
- 2023-03-17 09:15:04下载
- 积分:1
-
WANG Deguan "calculated hydraulics theory and applications", downloade...
王德冠《计算水力学理论与应用》,网上下载,采用巨星读者阅读。推荐经典书籍。
- 2023-05-19 21:30:04下载
- 积分:1
-
Image Processing Image processing Image transformation Image transformation cour...
图像处理图像变换课件图像处理图像变换课件-Image Processing Image processing Image transformation Image transformation courseware Courseware
- 2022-11-08 15:05:03下载
- 积分:1
-
On a VC++ Entry of very useful books, for beginners to use
一本关于VC++入门的十分有用的书籍,供初学者使用-On a VC++ Entry of very useful books, for beginners to use
- 2022-05-22 12:11:50下载
- 积分:1