-
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
-
WTL的开发包,包括直接的路径,对VC的方向最好…
是WTL的开发包,直接包括在路径中,最好放在VC目录中,要更新的包请到官方网站去下载-WTL is the development kits, including the direct path, the best on the VC directory, To update the kits free to download the official website
- 2022-08-08 10:25:23下载
- 积分:1
-
单片机对lcd的读写,此程序包括能够显示数字,汉字,字符,图形,很全面的。...
单片机对lcd的读写,此程序包括能够显示数字,汉字,字符,图形,很全面的。-Single-chip to read and write to the lcd, this program including the ability to show the number of Chinese characters, characters, graphics, very comprehensive.
- 2022-10-22 00:00:08下载
- 积分:1
-
该文档介绍了ECOS的结构,可以帮助读者快速熟悉构建自己的ECOS的过程....
该文档介绍了ECOS的结构,可以帮助读者快速熟悉构建自己的ECOS的过程.-the document on the ECOS the structure, can help users familiar with the rapid construction of the ECOS process.
- 2022-01-26 07:47:57下载
- 积分:1
-
The schematic of TMS320C6201, a product of TI. Inc. It convient the new learner...
TI 公司的TMS320C6201的原理图,方便初学着了解该型号的DSP原理!和硬件设计-The schematic of TMS320C6201, a product of TI. Inc. It convient the new learner to know the principle of such kind of DSP s and also the hardwar design.
- 2022-01-23 10:13:11下载
- 积分:1
-
数据结构操作的答案。福州大学国家精品课程…
数据结构作业的答案。福州大学国家精品课程数据结构的习题和答案-Answers to data structure operations. Fuzhou University National Quality Course data structure exercises and answers
- 2022-07-17 23:02:35下载
- 积分:1
-
一个用FPGA实现的16FFT,仅供参考不作为工程文件
一个用FPGA实现的16FFT,仅供参考不作为工程文件-with an FPGA 16FFT, not only as a reference document projects
- 2022-10-17 07:35:03下载
- 积分:1
-
如做电子书籍一个小软件。
如做电子书籍一个小软件。-do as a small electronic book software.
- 2022-06-21 16:35:26下载
- 积分:1
-
探索Windows 2000发展策略以及中介层技术设计的基本概念
探索Windows 2000发展策略以及中介层技术设计的基本概念-development strategy and technology intermediary layer of the basic design concept
- 2022-08-17 19:35:26下载
- 积分:1
-
Practical Visual C++ Tutorial
Visual C++实用教程-电子教案是一本很实用的教案-Practical Visual C++ Tutorial- Electronic Teaching
- 2022-08-10 05:25:30下载
- 积分:1