-
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
-
WinASM32 Chinese version of the Chinese version WinASM32
WinASM32 中文版 WinASM32 中文版-WinASM32 Chinese version of the Chinese version WinASM32
- 2022-02-01 16:02:17下载
- 积分:1
-
This book is a foreign engineer called Robert Schmidt wrote, summing up the C an...
这本书是国外的一个叫Robert Schmidt的工程师写的,总结了C和C++编程中出现的一些异常情况,及其处理,对我们编程过程中出现的问题有一定的参考价值-This book is a foreign engineer called Robert Schmidt wrote, summing up the C and C++ Programming in some unusual circumstances, and their treatment of our programming problems arising in the course of some reference value
- 2022-07-03 22:20:25下载
- 积分:1
-
C++ interface
C++ interface
- 2022-10-09 00:35:03下载
- 积分:1
-
微波炉控制器的设计,通过控制器配以数码管,LED发光管登外围电路完成微波炉的定时及信息显示...
微波炉控制器的设计,通过控制器配以数码管,LED发光管登外围电路完成微波炉的定时及信息显示-Microwave oven controller, through the controller with digital tube, LED LED board to complete the external microwave circuit timing and information display
- 2022-03-17 04:18:58下载
- 积分:1
-
sqlserver图解教程,比较全面,从组件,管理服务器,数据库管理等方面介绍了主流SQL技术应用...
sqlserver图解教程,比较全面,从组件,管理服务器,数据库管理等方面介绍了主流SQL技术应用-sqlserver graphic tutorials, more comprehensive, from the components, management servers, database management, introduce the mainstream SQL technology applications
- 2022-05-28 11:59:01下载
- 积分:1
-
东软JAVA内部资料 ,教程, 滨州易捷工作组邱鹏整理,内附例子...
东软JAVA内部资料 ,教程, 滨州易捷工作组邱鹏整理,内附例子-Neusoft JAVA internal information, tutorials, Binzhou Yi Jie QIU Peng collate Working Group, containing examples of
- 2022-02-01 17:28:39下载
- 积分:1
-
现在在线上,导师的话,使用较少的信息和教程,不长一个..
现在网上,mentor的字使用资料及教程较少,前不久,在网上找到一个,还比较详细,是英文版的!不错!-Now online, mentor of the word to use less information and tutorials, not long ago, to find a line, but also more detailed, is in English! Yes!
- 2022-02-01 00:50:33下载
- 积分:1
-
CONVERSOR BCD TO 7 SEGMENTS DISPLAY
CONVERSOR BCD TO 7 SEGMENTS DISPLAY
- 2023-08-10 07:15:03下载
- 积分:1
-
VC大全(精华版)书配源代码,集合了VC高级功能开发的一些源代码....
VC大全(精华版)书配源代码,集合了VC高级功能开发的一些源代码.-VC Solutions (best version) book distribution source code pool of VC senior functional development of the source code.
- 2022-01-29 04:15:02下载
- 积分:1