Welcome![Sign In][Sign Up]
Location:
Search - lexical analyzer c .cpp

Search list

[ELanguagec语言词法分析器

Description: 很好的c语言词法分析程序,该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的 源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录 的outpu.. 开发工具:C++Builder, 提供者:汤超 · 词法分析器11.rar, 2005-12-25 -good language lexical analysis procedures, the lexical analysis procedures used to prepare VC 6.0, FileOpenDialog to open *. c *. cpp or document language character sets as the source Lexical analysis of the data entry process, Lexical analysis procedures by the analysis of the results stored in the same source file directory outpu .. development tools : C Builder, providers : Tang-lexical analyzer 11.rar, 2005-12-25
Platform: | Size: 2270 | Author: 唯一 | Hits:

[Other resourceLexSeu

Description: 东南大学 课程设计 lex部分 说 明 **本次实验在Visual C++6.0环境下开发** 主要有以下文件: 1 词法分析器 lex.cpp 2 头文件 lex.h 3 测试文件 lex.l.txt lex工具的使用方法 编译运行 lex.cpp/lex.h,这样就将lex.l.txt转换成Cpp语言程序yylex.cpp 然后使用VC++6.0将lexyy.cpp编译成可执行程序, 这样就识别出了lex.l.txt中的正规表达式 打印出的字幕代表了识别出相应正规表达式时的动作。-Southeast University curriculum design lex ** Note part of this experiment in Visual C 6.0 open environment ** fat mainly in the following documents : a lexical analyzer lex.cpp two documents lex.h three test documents for lex.l.txt lex with the use of compiler running lex.cpp / lex.h. This will be converted into tracing lex.l.txt Language Program yylex.cpp then use the VC 6. 0 to lexyy.cpp compiled executable. This lex.l.txt identified by the formal expression of subtitles printed out on behalf of the formal identification of the corresponding table TAT-time action.
Platform: | Size: 10635 | Author: myname | Hits:

[ELanguage图书馆管理系统.cpp

Description: 一个小型基于vc的图书馆管理系统个用c++编译的词法分析器,主要是针对c++语言的。本人觉得学习性很好。有什么建议请与我联系 qq:23318796-a small vc based library management systems to use the c compiled lexical analyzer is targeted mainly c language. I feel that learning the good. Any suggestions, please contact me qq : 23318796
Platform: | Size: 9266 | Author: 万力 | Hits:

[ELanguagec语言词法分析器

Description: 很好的c语言词法分析程序,该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的 源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录 的outpu.. 开发工具:C++Builder, 提供者:汤超 · 词法分析器11.rar, 2005-12-25 -good language lexical analysis procedures, the lexical analysis procedures used to prepare VC 6.0, FileOpenDialog to open*. c*. cpp or document language character sets as the source Lexical analysis of the data entry process, Lexical analysis procedures by the analysis of the results stored in the same source file directory outpu .. development tools : C Builder, providers : Tang-lexical analyzer 11.rar, 2005-12-25
Platform: | Size: 2048 | Author: 唯一 | Hits:

[.netLexSeu

Description: 东南大学 课程设计 lex部分 说 明 **本次实验在Visual C++6.0环境下开发** 主要有以下文件: 1 词法分析器 lex.cpp 2 头文件 lex.h 3 测试文件 lex.l.txt lex工具的使用方法 编译运行 lex.cpp/lex.h,这样就将lex.l.txt转换成Cpp语言程序yylex.cpp 然后使用VC++6.0将lexyy.cpp编译成可执行程序, 这样就识别出了lex.l.txt中的正规表达式 打印出的字幕代表了识别出相应正规表达式时的动作。-Southeast University curriculum design lex** Note part of this experiment in Visual C 6.0 open environment** fat mainly in the following documents : a lexical analyzer lex.cpp two documents lex.h three test documents for lex.l.txt lex with the use of compiler running lex.cpp/lex.h. This will be converted into tracing lex.l.txt Language Program yylex.cpp then use the VC 6. 0 to lexyy.cpp compiled executable. This lex.l.txt identified by the formal expression of subtitles printed out on behalf of the formal identification of the corresponding table TAT-time action.
Platform: | Size: 10240 | Author: myname | Hits:

[ELanguageS_Scanner

Description: 完整的S语言词法分析器, 包含文件说明: parser.cpp 词法分析C++源码 Scanner.exe 词法分析程序 key.txt 是关键字表 s.txt 测试源码表 程序运行生成: symble.txt 符号表 token.txt 单词表-Complete S language lexical analyzer, including documentation: parser.cpp lexical analysis C++ Source Scanner.exe lexical analysis procedure is key.txt keyword table s.txt test run generated source table: symble.txt symbol table token.txt word list
Platform: | Size: 20480 | Author: 李宁 | Hits:

[ELanguageSimple_Language_Lexer

Description: 这是一个使用了LEX所编写的Simple语言的词法分析器。Simple语言的定义说明请看附件。这个LEX的源代码可以通过Parser Generator 2来转化成为h文件跟cpp文件。由于编译这两个文件需要使用到Parser Generator 2的C++库,所以就只上传了LEX的源代码,谁感兴趣的可以自己通过Parser Generator 2来转化。至于UNIX下面的LEX工具如果想要转化的话需要修改其主程序,另外需要将LEX源代码之中有关C++语言的表达形式修改成为相应的C语言的表现形式才行之。总体这样子。-This is one written by using the LEX lexical analyzer Simple language. Simple definition of the language description see annex. The LEX source code can be transformed into Parser Generator 2 to h file with the cpp file. As the compilation of these two files need to use the Parser Generator 2 in C++ library, so we just uploaded the source code for LEX, who may be of interest to themselves through Parser Generator 2 to transform. As for the UNIX tools LEX below if you want converted, then need to modify its main program, another will need to LEX source code into the C++ language, forms of expression changes as the corresponding C-language expressions of Caixing. Overall like this.
Platform: | Size: 182272 | Author: 林宇浩 | Hits:

[Other(bianyi.cpp)

Description: C语言词法分析器,文本输入,需自行建立项目与文件;-C language lexical analyzer, text input, create your own projects and documents
Platform: | Size: 2048 | Author: 张帆 | Hits:

[ConsoleLexical-analyzer(cPP)

Description: vs环境下,用c++实现的一个简单的词法分析器。-vs environment, with c++ achieve a simple lexical analyzer.
Platform: | Size: 1024 | Author: 往下 | Hits:

[ELanguageLexical-analyzer.cpp

Description: 编译原理实验课程中得词法分析器的C++源码,可直接运行-Course C compiler principle experiment was lexical analyzer++ source code, can be directly run
Platform: | Size: 2048 | Author: xuzhe | Hits:

[OtherCPP-lexical-analyzer

Description: C++编写词法分析器 北邮编译原理程序设计第一题-C++ write lexical analyzer
Platform: | Size: 3072 | Author: 李睿尧 | Hits:

[Other词法分析器

Description: 使用工具实现C/C++语言词法分析器: 输入:C/C++源代码文件,即后缀为c/cpp的文件。 输出:后缀为tok的文本性文件。 实现功能:使用词法分析的自动生成工具Flex生成C/C++语言的词法分析器(The use of tools to implement the C/C++ language lexical analyzer: Input: C/C++ source code file, that is, a file with a suffix of c/cpp. Output: a text file with a suffix of tok. Implementation function: a lexical analyzer that generates C/C++ language using the automatic generation tool Flex of lexical analysis)
Platform: | Size: 33792 | Author: cosU | Hits:

CodeBus www.codebus.net