-
Lex Bell Laboratories of the United States with C language developed by a lexica...
Lex是美国Bell实验室用C语言研制的一个词法分析程序自生成工具。它的基本原理就是使用正则表达式扫描匹配文本,并为每一个匹配模式定义一些操作,当用C语言作宿主语言时,这些操作都由C语言实现。一种匹配的正则表达式可能会包含相关的动作。这一动作可能还包括返回一个标记。当 Lex 接收到文件或文本形式的输入时,它试图将文本与正则表达式进行匹配。它一次读入一个输入字符,直到找到一个匹配的模式。如果能够找到一个匹配的模式,Lex 就执行相关的动作(可能包括返回一个标记)。-Lex Bell Laboratories of the United States with C language developed by a lexical analysis tool generated from the process. Its fundamental principle is to use a regular expression matching text scanning, and for every definition of a matching model for operation, when the C language of the host language, these operators by C language. A match of which is likely to contain expressions related to the moves. This action may also include the return of a marker. When Lex reception of the document or text input, it is trying to text and is a regular expression matching. It read an input into the characters, until they found a matching pattern. If they can find a matching model, Lex on the implementation of the action (which may include a return of markings).
- 2022-02-09 15:55:49下载
- 积分:1
-
Chapter 7 cases
java教程第七章事例-Chapter 7 cases
- 2023-02-01 06:50:03下载
- 积分:1
-
STRUTS network
基于STRUTS的网络调查应用,支持单选,多选,图形等多种样式问答。
Web based test / exam system, supports profiles, groups and categories. Questions with one or more correct answers, open answers. Graphical results. Struts, J2EE, MVC.-STRUTS network-based survey application support danxuan more elections, graphics and other forms quiz. Web-based test/exam system, supports profiles, groups and categories. Questions with one or more correct answers, and open answers. Graphical results. Struts, J2EE, MVC.
- 2023-01-31 16:10:03下载
- 积分:1
-
简易的JAVA计算器
简易的JAVA计算器-simple calculator JAVA
- 2023-04-04 01:05:04下载
- 积分:1
-
悟透JavaScript docWT_JavaScript
不需要我多说啦,都知道很经典的,完整版的...
悟透JavaScript docWT_JavaScript
不需要我多说啦,都知道很经典的,完整版的
-悟透JavaScript docWT_JavaScript you do not need to say I know very classic, complete version of---------------------------
- 2022-06-18 12:21:35下载
- 积分:1
-
Are learning java web programming, make a small registration process, thank you.
正在学习java web编程,做了一个小的注册程序,谢谢。-Are learning java web programming, make a small registration process, thank you.
- 2022-03-15 00:24:07下载
- 积分:1
-
使用javax.swing.undo的例子
使用javax.swing.undo的例子-examples of the use of javax.swing.undo
- 2022-03-16 14:12:28下载
- 积分:1
-
Ajax的JSP标签库是一组JSP标签,简化同时使用…
The AJAX JSP Tag Library is a set of JSP tags that simplify the use of Asynchronous JavaScript and XML (AJAX) technology in JavaServer Pages.
- 2022-02-21 19:14:43下载
- 积分:1
-
a calculator.
一个java计算器。-a calculator.
- 2022-07-13 17:28:58下载
- 积分:1
-
(1) program functions : design a vehicle used to describe the class, using the n...
(1) 程序功能:设计一个用来描述汽车的类,使用类的非静态成员变量来表示汽车的车主姓名、当前的速率和当前方向盘的转向角度,使用类的非静态成员方法来表示改变汽车的速率和停车两个操作。-(1) program functions : design a vehicle used to describe the class, using the non-static member variable to indicate names of the owner of a vehicle, the current rate and the current steering angle of the steering wheel. using the members of the non-static method to indicate the rate of change in car parking and two operations.
- 2022-05-07 08:03:50下载
- 积分:1