-
vc++技术内幕源码.zip
vc++技术内幕源码.zip-vc insider source technology. Zip
- 2023-06-20 10:05:05下载
- 积分:1
-
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
-
ATL开发指南PDF格式,附带源码
ATL开发指南PDF格式,附带源码 -ATL Developer
- 2022-04-07 04:05:01下载
- 积分:1
-
ADS_错误代码解释
ADS_错误代码解释-ADS_ error code explained
- 2023-01-26 12:30:04下载
- 积分:1
-
Microcomputer Principles and assembly language courseware, teacher personally ma...
微机原理和汇编语言的课件,名师亲自制作,含金量高,适合自学-Microcomputer Principles and assembly language courseware, teacher personally making, the high gold content, suitable for self-study
- 2022-04-11 06:03:45下载
- 积分:1
-
一个C++良好有效的C++书
A c++ good effective c++ book
- 2022-07-25 00:50:18下载
- 积分:1
-
介绍了MiniGUI在GPS和GIS的详细手册,为自己开发Linux…
介绍Minigui的有关GPS与GIS系统的详细手册,对于自己基于LINUX开发有关地图定位与信息系统的图形用户界面有直接的帮助。-Minigui introduced in the GPS and GIS detailed manuals, LINUX for their own development based on the location map and information systems, graphical user interface with direct help.
- 2022-05-16 04:55:45下载
- 积分:1
-
2003
2003-12-20_Windows Driver Model
- 2022-03-07 19:23:21下载
- 积分:1
-
corejava一本非常好的书,这个是最新的英文版本,内附例子原代码...
corejava一本非常好的书,这个是最新的英文版本,内附例子原代码-corejava a very good book, this is the latest English version, containing examples of the original code
- 2022-02-05 16:08:03下载
- 积分:1
-
Compression package formerly known as
压缩包原名为“MFC图形图像处理”,是《精通Visual C++ .NET多媒体编程》附盘内容,包含了该书中全部的源代码、示例程序的可执行文件以及测试用的一些多媒体文件。使用时只需将相应的目录拷贝到您的硬盘中。
注意, 拷贝到硬盘上的源文件的属性如果成为只读的,在编译之前应该将它们的属性改为可读写的。
-Compression package formerly known as
- 2022-01-25 14:27:44下载
- 积分:1