-
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
-
cuda这个新的多核处理语言,希望大家
cuda这个新的多核处理语言,希望大家-cuda the new multi-core processing language, hope that we
- 2022-05-16 08:54:24下载
- 积分:1
-
100个语言的例子,是初学者入门的一个好帮手,希望来下载
100个语言的例子,是初学者入门的一个好帮手,希望来下载-100 C programs
- 2022-03-07 16:18:41下载
- 积分:1
-
蚁群算法的演示程序用vc++开发的,希望对大家有帮助,这是我费了半天才下载的...
蚁群算法的演示程序用vc++开发的,希望对大家有帮助,这是我费了半天才下载的-use vc++ develop
- 2022-10-16 02:50:03下载
- 积分:1
-
<自己动手写操作系统>这本书的电子版,是学习操作系统的经典书籍,看了此书,您就可以编写属于自己的操作系统了。强烈推荐...
这本书的电子版,是学习操作系统的经典书籍,看了此书,您就可以编写属于自己的操作系统了。强烈推荐- This electronic version of this book is a classic book to learn the operating system, read this book, you can write their own operating system. Strongly recommend
- 2022-01-27 15:30:16下载
- 积分:1
-
Contents Section I Introduction Section II ispDesignEXPERT the ispDesignEXPERT S...
目 录
第 一 节ispDesignEXPERT 简 介
第 二 节ispDesignEXPERT System 的 原 理 图 输 入
第 三 节设 计 的 编 译 与 仿 真
第 四 节ABEL 语 言 和 原 理 图 混 合 输 入
第 五 节ispDesignEXPERT System 中 VHDL 和Verilog 语 言 的 设 计 方 法
第 六 节 在 系 统 编 程 的 操 作 方 法
第 七 节ModelSim 的 使 用 方 法
附 录 一ispDesignEXPERT System 上 机 实 习 题
附 录 二ispDesignEXPERT System 文 件 后 缀 及 其 含 义-Contents Section I Introduction Section II ispDesignEXPERT the ispDesignEXPERT System schematic design input Section III Section IV ABEL compiler and simulation language and schematic diagram in section V ispDesignEXPERT System hybrid input in VHDL and Verilog design language of section VI in the system programming method of operation to use the ModelSim section VII of Appendix 1 ispDesignEXPERT System-on internship title ispDesignEXPERT System Appendix II document and the meaning of the suffix
- 2022-06-27 06:41:35下载
- 积分:1
-
perl 正则表达式
perl 正则表达式perl 正则表达式
perl 正则表达式...
perl 正则表达式
perl 正则表达式perl 正则表达式
perl 正则表达式-perl 正则表达式
- 2022-07-18 16:21:07下载
- 积分:1
-
The results of using J2EE in practice are often disappointing: applications are...
这本书拥有一大堆“看点”。譬如说,它的作者Rod Johnson拥有10年编写Java程序的经验,目前是Servlet和JDO 2.0两个JSR专家组的成员;再譬如说,书中着力介绍的Spring、Hibernate、WebWork等都是时下流行的开源框架,IoC、AOP之类都是时下流行的概念词汇。而最大的看点就赫然摆在这本书的封面上:“without EJB”。我们曾经在无数的书籍和文章中看到,EJB是J2EE的核心技术之一;而Rod Johnson的这本书竟然宣称,绝大多数的J2EE应用根本不需要EJB。这种近乎挑衅的姿态令任何一个负责的J2EE架构师很难不萌生一探究竟的念头――不论你是打算赞同他还是打算驳斥他。
但所有这些尽皆不是本书最大的价值所在。选择一种架构、一种技术的依据是什么?Rod Johnson认为,应该是基于实践的证据、来自历史项目或亲自试验的经验,而不是任何形式的偶像崇拜或者门户之见。书中谈到了企业应用方方面面的问题和解决办法,而这些方案无一不是这种“循证方法”的产物。除了把这些方案交给读者,Rod Johnson通过这本书希望传达的、更为重要的信息正是“循证”的工作方式――那原本就应该是程序员的工作方式。 -The results of using J2EE in practice are often disappointing: applications are often slow, unduly complex, and take too long to develop. Rod Johnson believes that the problem lies not in J2EE itself, but in that it is often used badly. Many J2EE publications advocate approaches that, while fine in theory, often fail in reality, or deliver no real business value.
- 2022-03-03 16:55:07下载
- 积分:1
-
thinkjava java学习基础书籍
thinkjava java学习基础书籍-thinkjava java based learning books
- 2022-01-25 14:17:09下载
- 积分:1
-
介绍windows2000环境下,如何开发驱动程序。包括内核模式I/O处理、初始化与卸载例程、驱动程序的派遣例程、电源管理、定时器等内容...
介绍windows2000环境下,如何开发驱动程序。包括内核模式I/O处理、初始化与卸载例程、驱动程序的派遣例程、电源管理、定时器等内容-Introduction windows2000 environment, how to develop drivers. Including kernel-mode I/O processing, initialization and unload routines, driver
- 2022-05-28 13:41:56下载
- 积分:1