-
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
-
高质量c编程指南。很实用的文章。。。。C++ 高级C++编程,成为高手的必经之路...
高质量c编程指南。很实用的文章。。。。C++ 高级C++编程,成为高手的必经之路-High-quality c Programming Guide. A very useful article. . . . C++ Advanced C++ programming, the only way to become master
- 2022-03-14 11:09:33下载
- 积分:1
-
很好的学习vc++的书,希望大家可以很好的利用啊,呵呵,希望可以给有需要的人帮助,...
很好的学习vc++的书,希望大家可以很好的利用啊,呵呵,希望可以给有需要的人帮助,-A good book to learn vc++ I hope we can put to good use, ah, Oh, hope to those who need help, He He
- 2022-04-20 05:26:49下载
- 积分:1
-
非常好的书,可以对c++有更深入的理解,掌握语言的本质
非常好的书,可以对c++有更深入的理解,掌握语言的本质-very good book, a pair of c-depth understanding and mastering the language of nature
- 2023-01-24 18:15:07下载
- 积分:1
-
这是一个很好的教材balaguruswamy C
This a good textbook by balaguruswamy for C-This is a good textbook by balaguruswamy for C++
- 2022-04-02 05:16:46下载
- 积分:1
-
徐士良的c语言程序设计
徐士良的c语言程序设计-XU Shi-liang c Language Program Design
- 2022-08-07 10:28:59下载
- 积分:1
-
The practice of software testing with junit book source code, need to download
软件测试与junit实践一书的源代码,需要的请下载-The practice of software testing with junit book source code, need to download
- 2023-02-07 11:10:04下载
- 积分:1
-
用C语言编写程序按顺序输出九乘九数学口诀表
用C语言编写程序按顺序输出九乘九数学口诀表-Using C programming language output九乘nine math formula sheet
- 2022-11-19 17:05:03下载
- 积分:1
-
旅客信息管理、酒店客房管理、各种信息查询
旅客信息管理、酒店客房管理、各种信息查询-THIS IS A SYSTEM
- 2023-04-05 05:35:04下载
- 积分:1
-
"Space
"Space-Time Codes and MIMO Systems"是Mohinder Jankiraman 所著的经典之作,这里给出全书的matlabe源码。
电子版书籍另外给出。
-"Space-Time Codes and MIMO Systems" is Mohi nder Jankiraman author of classic works, here is the book matlabe source. Electronic version of books is another.
- 2022-04-10 09:09:05下载
- 积分:1