-
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
-
JAVA上加密算法的实现用例,可以作为加密的入门手册
JAVA上加密算法的实现用例,可以作为加密的入门手册-JAVA encryption algorithm on the realization of use cases can be used as an encrypted entry manual
- 2022-08-12 16:58:53下载
- 积分:1
-
javascripts Guide
javascripts教程-javascripts Guide
- 2022-03-16 00:33:45下载
- 积分:1
-
winsp2一些泳池希望有帮助
一些关于winsp2的问题集合 希望对大家有帮助-winsp2 some of the pools want to be helpful
- 2022-04-22 13:03:37下载
- 积分:1
-
C语言的高质量编程
本文档是一个编程经验丰富的程序员写的,和一般的教程书不一样,本书主要说的是对编程中一些问题的总结,自己的看法,不太适合初学者,适合有一定编程基础的朋友。
- 2022-07-17 02:01:31下载
- 积分:1
-
系统的详细描述在今天# 39;网络安全防御的。
比较系统详细地介绍当今网络安全界攻防知识,是入门者必看的书籍。-systematically described in detail in today"s network security and defense industry knowledge, beginners Watchable books.
- 2022-04-28 20:54:22下载
- 积分:1
-
SPSS,权威统计软件,第十三版的使用说明,比较新。
SPSS,权威统计软件,第十三版的使用说明,比较新。-SPSS, authoritative statistical software, 13th edition of the instructions for use, relatively new.
- 2022-07-10 13:24:27下载
- 积分:1
-
Example for find centroy in opencv
Example for find centroy in opencv
- 2022-06-26 17:47:14下载
- 积分:1
-
本书通过85个实例全面讲述了应用MFC进行Visual C++编程的思想。每个实例均以编写一个应用程序要走的步骤编写。全书共分四部分进行介绍,是基础知识,讲述用...
本书通过85个实例全面讲述了应用MFC进行Visual C++编程的思想。每个实例均以编写一个应用程序要走的步骤编写。全书共分四部分进行介绍,是基础知识,讲述用户界面的实例,讲述MFC内部处理方面的实例,讲述打包实例。-the book through 85 examples on the application of comprehensive MFC Visual C Programming for the idea. Each case were preparing an application to take steps to prepare. The book is divided into four parts, is the foundation of knowledge about the user interface example, about the internal processing MFC example, about packing case.
- 2022-01-26 02:38:00下载
- 积分:1
-
用TCP/IP进行网际互连这本书得源代码,偶得,希望大家喜欢.推荐下载...
用TCP/IP进行网际互连这本书得源代码,偶得,希望大家喜欢.推荐下载-using TCP/IP internetworking this book in the source code, even in the hope that everyone likes. Download
- 2022-03-17 07:18:45下载
- 积分:1