搜索资源列表
readText
- 适合初学者,在编辑框中能实现打开.txt文本文件的打开-For beginners, can be achieved in the edit box open txt text files open
complieTest1
- 编译原理课程写的词法分析程序。该词法分析程序能够读取测试输入文件中的源程序,并将其词法分析的结果即token序列或词法分析错误信息输出到tokenOut.txt中-Compiler theory lexical analysis program written procedures. The lexical analysis program that can read the test input file of the source, and lexical analysis of the r
cifa
- 编译 词法分析 C++ 运行时能接收任意被分析的程序,并将词法分析的结果输出到命名为"学号_token.txt"的结果文件中。 -C++ runtime compiler lexical analysis is able to receive any analysis procedures, and outputs the result to the lexical analysis named " Student ID _token.txt" the result f
PL0Compiler-C
- PL/0编译器C++/C版本 1. 测试文件必须是以testin.pl0命名的文件。 2. 成功运行测试程序后,会生成testout.txt的文件,里面包括代码、指令和运行结果。 3、First.cpp--只包含词法语法分析,Error.cpp--加入了出错处理,All.cpp--包含代码生成和解释程序,是完整编译器。-请键入文字或网站地址,或者上传文档。 取消 PL/0 biānyì qì C++/C bǎnběn 1. Cèshì wénjiàn bìxū shì yǐ
Semantic_analyzer
- 自顶向下子程序递归,算术表达式语义分析,实现对算术表达式的值的计算,输入文件格式如,压缩包中的txt文件-a demo of semantic analyse
testproxy
- 将网上搜索到的代理IP地址列表写入ip.txt文件中,执行testproxy.py程序,即可筛选出可用的代理IP地址-The online search to proxy IP address list written ip.txt file, execute testproxy.py program, you can filter the IP address of the proxy available
1-2
- 词法分析器 同个文件夹内需自行建立Test.txt文件 内写需分析词句 -lexical analyzer
wis-to-txt
- 在油田开发地质研究工作中,测井曲线是必不可少的数据文件之一。Forward软件是测井软件中非常优秀的产品,Forward中使用的是wis二进制格式,可是很多其他类型的软件不能直接识别wis格式,所以需要我们将wis格式文本格式。Forward软件有一个transfer小软件,不能实现批量处理,每次只能转换一个文件,但实际工作中通常一次要转换上百个文件,这就有点不方便了,因此,我在业余时间,阅读了Forward软件中自带的wis格式说明(如下,第一章内容),利用C++和Python编写了一个可以批
PL0
- 基本的PL/0语言的词法编译器,具体实现要求见.txt文件(PL/0 Word scaner , to learn more details ,please read the .txt file)
wordAnalysis
- 词法分析器。输入为txt文档,一个字符一个字符的读取输出为词+所属类别(所属类别在注释内有写) 后期要改入加到分析器内可以给一个词,一个字符一个字符读取后输出类别,非常方便。 Xcode开发,下载后可直接查看cpp文件(This is a lexical analysis. Input:txt Output:every single word and their type)