搜索资源列表
-
0下载:
实现c--语言的词法分析器。将一个C--语言程序分割成token串的序列。处理C--语言的所有token类型。-The realization of c- the language of the lexical analyzer. A C- language program is separated into token strings sequence. To deal with C- the language of all the token types.
-
-
0下载:
用C语言编写ARM程序时,执行的第一条指令,并不在main函数中。当我们生成一个C程序的可执行文件时,编译器总是在我们的代码前加一段固定的代码——crt0.o,它是编译器自带的一个文件。此段代码设置C程序的堆栈等,然后调用main函数。很可惜,在我们的裸板上,这段代码无法执行,所以我们得自己写一个。这段代码很简单,只有3条指令。-Using C language ARM program, the implementation of the first instruction is not in
-
-
0下载:
C语言 词法分析器。
(1) 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号.
(2) 可以识别并读取源程序中的注释.
(3) 可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,输出统计结果.
(4) 检查源程序中存在的非法字符错误,并可以报告错误所在的行列位置.
(5) 发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理,
可以检查并报告源程序中存在的所有词法拼写错误.-C l
-
-
0下载:
输入简单的c语言程序,再通过编译器进行编译,可以得到编译的结果。与c语言的功能相近只是范围较小。还可以生成语法分析树,来看中间是怎么进行编译的。-Enter a simple c language program, and then compiled by the compiler, the results can be compiled. And c function of language is similar to a smaller range. Parse tree can also
-
-
0下载:
[NFA+TO+DFA] 很好很强大的,全部都有了,下下来就行了-[NFA+ TO+ DFA] very very powerful, all have been, the next down on the list
-
-
0下载:
(1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。
(2)打开一个C++源文件,打印出所有以上的记号。
(3)要求应用程序应为Windows界面。
(4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你可以存贮一个删除了所有不必要空格和注释的C++源程序的压缩文本。因此,程序中还应该有这
-
-
0下载:
设计并实现C语言的语分析程序,实现对算术表达式的语法分析。要求所分析算术表达式由如下的文法G产生:
EE+T|E-T|T
TT*F|T/F|F
Fid|(E)|num
实验要求:在对输入表示进行分析的过程中,输出所采用的产生式。-Design and implement C language, language analysis program to realize the arithmetic expression parsing. Requirements of a
-
-
0下载:
关于AD-DA转换的C语言版的程序设计及开发.-AD-DA conversion on the C language version of the program design and development.
-
-
0下载:
本设计可以实现99秒的倒计时,包含源程序,.HEX文件以及KEIL工程,C语言编程的程序,直接上仿真无误。-The design can achieve a 99-second countdown, including source code, HEX files, and KEIL project, C language programming program directly on the simulation is correct.
-
-
0下载:
用C语言编写的一个简单的词法分析器
词法分析程序,能识别出所有的关键字、标识符、常数、运算符(包括复合运算符,如++)、界符 能过滤掉源程序中的注释、空格、制表符、换行符 并且能够对一些词法...
-A simple C language lexical analyzer lexical analysis program can identify all keywords, identifiers, constants, operators (including composite op
-
-
0下载:
//程序实现C语言词法分析器的设计
//用到的变量
// cch 放当前字符
// q 标志保留字(1:是 0:否)
//StrToken 保留字列表
/*C语言中的保留字(32个)
auto break case char const
continue default do double else
enum extern float for goto
if int long register retu
-
-
0下载:
this program implements the LL1 algorithme for compilation. it s a scanner and parser for some expressions in C language
-
-
0下载:
java语言编写的,对c语言的编译器,包括词法和语法分析器,在水仙花数程序上测试通过-java language the c language compiler, including lexical and syntax analyzer, the daffodils on the test program
-
-
0下载:
设计一个C--语言的句法分析器。读入一个C语言程序,判断该程序是不是一个合法的C--语言程序。如果程序有语法和语义错误,请给出错误信息。-Design a C- language parser. Read into a C language program to determine that the procedure was not a legitimate C- language program. If the program has a syntax and semantic errors
-
-
0下载:
c language program code and etc for audio wtaremark
-
-
0下载:
编写的一个C语言程序,模拟实现DFA识别字符串的过程-The process of writing a C language program to simulate the realization DFA identification string
-
-
0下载:
啊哈Cv2.0正式版 C语言程序设计编译器-Ah ha Cv2.0 official version C language program design compiler
-
-
0下载:
Running led using C language program at ATMega 8535 upload with CVAVR
-
-
0下载:
处理C语言程序,过滤掉无用内容,判断源程序中单词的合法性,并分解出正确的单词,以二元组形式放在文件中。(Deal with C language program, filter out the useless content, judge the validity of the word in the source program, and decompose the correct word, put it into the file in the form of two tuples)
-
-
1下载:
其中包括tinyc语言程序的scanner,parser,analyzer等相关程序。(It includes scanner, parser, analyzer and other related programs of TinyC language program.)
-