CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - cifafenxi
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - cifafenxi - List
[
ELanguage
]
cifafenxi.rar
DL : 0
词法分析
Update
: 2025-02-17
Size
: 148.09kb
Publisher
:
[
ELanguage
]
C-CIFAFENXI
DL : 0
词法分析,编译器,简便易行-lexical analysis, compilers, simple
Update
: 2008-10-13
Size
: 3.04kb
Publisher
:
王启欣
[
ELanguage
]
cifafenxi
DL : 0
是计算机编译原理的课程设计 词法分析器的程序-computer compiler theory of curriculum design lexical analyzer procedures
Update
: 2008-10-13
Size
: 3.13kb
Publisher
:
wuyanru
[
Other resource
]
cifafenxi-bianyi
DL : 0
词法分析:这是一个词法分析程序,是由文件读入要分析的字符串-lexical analysis : This is a lexical analysis procedure is read from the document to analyze the string
Update
: 2008-10-13
Size
: 1.74kb
Publisher
:
ma
[
Other resource
]
CS-cifafenxi
DL : 0
可以实现词法分析的所有功能,有兴趣的朋友可以下了-lexical analysis can be achieved in all functions, interested friends can see where the
Update
: 2008-10-13
Size
: 16.48kb
Publisher
:
王义
[
ELanguage
]
Cifafenxi
DL : 0
词法分析,给定状态转换图,写出对应的词法分析程序-lexical analysis, given the state change the map and write the corresponding lexical analysis procedure
Update
: 2008-10-13
Size
: 631byte
Publisher
:
陈忠文
[
assembly language
]
cifafenxi
DL : 0
汇编语言实验作业,调试正确的词法分析.帮助有需要的朋友少走弯路-assembly language experiment operations, debugging correct lexical analysis. Help the needy friends detours!
Update
: 2008-10-13
Size
: 3.71kb
Publisher
:
jin
[
ELanguage
]
cifafenxi
DL : 0
编译原理中的词法分析程序,都是编译原理必做的程序!
Update
: 2008-10-13
Size
: 8.86kb
Publisher
:
liu
[
Other resource
]
cifafenxi
DL : 0
题目:设计C语言词法分析程序 要求:要给出所分析语言的词法说明,相应的状态转换图,单词的种别编码方案,词法分析程序的主要算法思想等。 -Title: Design C language lexical analysis program requirements: to give the language lexical analysis shows that the corresponding state transition map, other types of word coding schemes, lexical analysis procedure of the main algorithm ideas.
Update
: 2025-02-17
Size
: 99kb
Publisher
:
李力
[
Other
]
cifafenxi
DL : 0
实现一个C语言子集的词法分析程序。 首先在关键字列表keywordtable中查询字符串p,若存在就将该字符串及对应的类号插入二元式列表eryuanshi;若没有,在符号表symtable中查询,如果symtable中不存在p就将p插入,这里要分p是标识符还是整数区别对待,设置不同的type值。 内含报告说明
Update
: 2025-02-17
Size
: 205kb
Publisher
:
yy
[
ELanguage
]
cifafenxi
DL : 0
编译原理实习中,用c++实现的词法分析器,代码简洁-Compilation Principle Practice with c++ Realize the lexical analyzer, code concise
Update
: 2025-02-17
Size
: 1kb
Publisher
:
王心灵
[
Windows Develop
]
cifafenxi
DL : 0
实验内容:设计并实现C语言的词法分析程序,要求如下。 (1) 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 (2) 可以识别并读取源程序中的注释。 (3) 可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 (4) 检查源程序中存在的非法拼写错误,并可以报告错误所在的行列位置。 (5) 发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理,可以检查并报告源程序中存在的所有词法拼写错误。-err
Update
: 2025-02-17
Size
: 3kb
Publisher
:
沐夕
[
Windows Develop
]
cifafenxi
DL : 0
简单的词法分析器,从路径中打开文件进行分析,并存放到文件中.-A simple lexical analyzer, open the file from the path analysis, co-exist into the file.
Update
: 2025-02-17
Size
: 4kb
Publisher
:
隋辩
[
ELanguage
]
cifafenxi
DL : 0
简单词法分析器构造在开始状态,首先要读进一个字符。若读入的是一个空格(包括blank,tab,newline)就跳过它,再继续读字符,直到读进一个非空字符为止。 在标识符状态,识别并组合出一个标识符之后,还必须加入一些动作,以便查保留字表,确定识别出的单词符号是保留字,还是用户自定义标识符,并输出相应的记号。 在无符号数状态,可识别出各种常数,包括整数在内。在组数的同时,还要做从十进制数到二进制数的转换。 -A simple lexical analyzer constructed at the beginning of the state, first of all to read into a character. If the read is a space (including the blank, tab, newline) will skip it, and then continue to read characters until the time into a non-empty character so far. In the identifier state, to identify and assemble an identifier, you must also add some actions in order to check a reserved word table to determine the identify of the word symbols are reserved words, or user-defined identifier, and output the corresponding symbol. In the unsigned status, can identify a variety of constants, including the integer included. In the group number, we must also do a number from decimal to binary number conversion.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
WM
[
Software Engineering
]
cifafenxi
DL : 0
词法分析代码:词法分析的目的是将输入的源程序进行划分,给出基本符号(token)的序列,并掠过注解和空格等分隔符号。基本符号是与输入的语言定义的词法所规定的终结符。-cifafenxi
Update
: 2025-02-17
Size
: 1kb
Publisher
:
xyz123456
[
ELanguage
]
cifafenxi
DL : 0
设计、编制并调式一个词法分析程序,加深对词法分析原理的理解,对字符串型单词符号(if,then,while,do----)等等用函数int reserve(char* p)来处理,对单词符号(+,-,*,/,=-----)等等用switch()来处理。-cifafenxi
Update
: 2025-02-17
Size
: 12kb
Publisher
:
chenxue
[
ELanguage
]
cifafenxi
DL : 0
词法分析程序,可供分析各种词法程序,很好用的哦 好好用-cifafenxi
Update
: 2025-02-17
Size
: 312kb
Publisher
:
LI
[
ELanguage
]
cifafenxi
DL : 0
编译原理的词法分析,是用C++实现的,希望对大家有用,不足之处请帮忙改正-cifafenxi
Update
: 2025-02-17
Size
: 345kb
Publisher
:
Rain
[
Other resource
]
cifafenxi
DL : 0
词法分析程序 用c++编程 只是一个小程序-one program for cifafenxi with C++
Update
: 2025-02-17
Size
: 3.49mb
Publisher
:
Sam
[
ELanguage
]
cifafenxi
DL : 0
编译器词法分析程序 采用c++编程 简单高效-cifafenxi progra
Update
: 2025-02-17
Size
: 1.1mb
Publisher
:
cherry
«
1
2
3
4
5
6
7
8
9
10
...
16
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.