-
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 and basic knowledge of courseware, combining two together for the class. Very...
C 和C++ 基础知识的课件,使结合两门课一起讲的。挺不错!-C and basic knowledge of courseware, combining two together for the class. Very good!
- 2022-04-16 21:57:12下载
- 积分:1
-
Explain the c++ template meta
讲解c++模板元编程的书籍.本书详尽阐述了利用c++模板进行编译器编程的方法和技巧.这本书是英文版, 不过对于学习来说也就够了.《C++ Template Metaprogramming》-Explain the c++ template meta-programming books. This book describes in detail the use of c++ compiler template programming methods and techniques. This book is in English, but it is enough for learning
- 2022-02-15 20:58:08下载
- 积分:1
-
尔罗斯方块游戏。
尔罗斯方块游戏。-missed chunks game.
- 2022-10-06 10:10:03下载
- 积分:1
-
这就是网上广为流传的arm学习报告1、2、3的全部,省得大家到处找了。...
这就是网上广为流传的arm学习报告1、2、3的全部,省得大家到处找了。
- 2022-08-24 03:10:24下载
- 积分:1
-
mfc扩展编程实例,pdf格式
本书主要介绍了运用Visual C++ 5.0或6.0的高级编程技巧,内容涉及MFC程序设计的最新概念,全书提供了大量VC的...
mfc扩展编程实例,pdf格式
本书主要介绍了运用Visual C++ 5.0或6.0的高级编程技巧,内容涉及MFC程序设计的最新概念,全书提供了大量VC的编程实例,旨在帮助读者较为全面地掌握VC编程知识、技巧和方法。全书分为三个部分和附录。第一部分介绍Windows编程的基础知识,第二部分讲解用户界面编程技巧,最后一部分涉及Windows内部进程的一些实例。本书思路清晰,实用性强,是计算机应用人员及大专院校师生不可多得的参考书。-mfc
- 2022-04-16 13:14:39下载
- 积分:1
-
这是关于vb方面的好资料,对初学者有非常大的好处。
这是关于vb方面的好资料,对初学者有非常大的好处。-This is about vb in good information on the beginners have a very big advantage.
- 2023-04-06 05:30:04下载
- 积分:1
-
24学时攻克C++光盘源代码
深入浅出
方便实用
24学时攻克C++光盘源代码
深入浅出
方便实用-24 school discs capture C source code for visitors convenient and practical
- 2022-07-06 15:41:28下载
- 积分:1
-
Binocular vision to develop something useful for the development of document can...
双目视觉开发的东西,很有用
开发文件
可在该项目网站找到
-Binocular vision to develop something useful for the development of document can be found on the web site of the project
- 2022-02-04 15:16:30下载
- 积分:1
-
EWB电子教程,用于电子电路模拟仿真设计,!
EWB电子教程,用于电子电路模拟仿真设计,!-EWB electronic tutorials for electronic circuit simulation design!
- 2022-12-30 12:35:21下载
- 积分:1