-
这个是计算器的编程源码
这个是计算器的编程源码- This is the calculator programming source code
- 2022-01-26 03:02:33下载
- 积分:1
-
NEC 78k0 LX3系列的LCD 电压电流的显示表
NEC 78k0 LX3系列的LCD 电压电流的显示表-NEC 78k0 LX3 series of LCD voltage and current display table
- 2023-03-26 05:40:03下载
- 积分:1
-
一个小语言的词法分析程序
一个小语言的词法分析程序- A small language lexical analyaer
- 2022-01-20 22:52:25下载
- 积分:1
-
一个子集的词法分析器。输入程序,输出TOKEN串各符号表,并存入文件。...
一个子集的词法分析器。输入程序,输出TOKEN串各符号表,并存入文件。-A accidence analyzer of subset. which can inpute TOKEN cluster and save if you inpute program
- 2022-12-21 21:00:04下载
- 积分:1
-
这里以开始定义的PASCAL语言子集的源程序作为词法分析程序的输入数据。在词法分析中,自文 件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将...
这里以开始定义的PASCAL语言子集的源程序作为词法分析程序的输入数据。在词法分析中,自文 件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单 词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成 具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含 了源程序中的所有常数和所有标识符。- Here starts the PASCAL language subset source program which
defines to take the lexical analyaer the data-in. In the lexical
analysis, starts from the article article to scan the source program
character, once discovered when conforms to "the word" the definition
source program character string, translates it the fixed length the
word interior to indicate, and looks up fills in the suitable
information table. After the lexical analysis, the source program
character string (source program exterior expression) is translated
has and so on the long information the word string (source program
internal expression), and produces two forms: The chart and the
identifier table, they have separately contained in source program all
constants and all identifiers.
- 2022-03-30 16:56:06下载
- 积分:1
-
In the Windows system management tools, select Internet Information Services, ac...
在Windows系统的管理工具中,选择Internet信息服务,进入web页面管理界面。设置默
认web站点的路径为本目录的绝对路径。
确保您的机器上安装了SQL Server 2000或以上的版本,建立一个新的数据库ASPData,再将
存放在datasource子目录下的mydb_1文件导入到新建的数据库中,并进行还原备份。-In the Windows system management tools, select Internet Information Services, access to web page management interface. Default web site set up the path the absolute path for the catalog. Make sure your machine is installed on SQL Server 2000 or later, set up a new database ASPData, and then stored in a subdirectory under the datasource file mydb_1 to the new database and restore the backup.
- 2022-08-10 10:43:30下载
- 积分:1
-
take db programme now
take db programme now
- 2022-02-04 16:35:28下载
- 积分:1
-
Arranges with c can recognize some reserved words, indicates Fu
Hezheng real num...
用c编的能认一些保留字,表示符和正实数的词法分析器- Arranges with c can recognize some reserved words, indicates Fu
Hezheng real number morphology analyzer
- 2023-06-07 13:15:04下载
- 积分:1
-
the queue code that wrote in C++ language
the queue code that wrote in C++ language
- 2022-02-04 23:11:35下载
- 积分:1
-
本程序集是Allen I. Holub所写的《Compiler Design in C》一书的附随软件,其中有作者自己编写的词法分析和语法分析工具LeX,occ...
本程序集是Allen I. Holub所写的《Compiler Design in C》一书的附随软件,其中有作者自己编写的词法分析和语法分析工具LeX,occs和LLama,该软件包还包括一个显示C语言分析过程的程序-This set of program is the attached software in 《Compiler Design in C》 writed by Allen I. Holub, it contains the Lex, occs and Llama which are phraseing analysis tools writed by Allen, it also contains a program which can display the analysis procedure of C
- 2023-03-25 10:05:03下载
- 积分:1