资源列表
[汇编语言] conversion
说明:这个程序可以实现大写或者大小写字母之间的转换。-This program can convert between the upper or upper and lower case letters.<uiu_2> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[汇编语言] Competition-Responder
说明:这是一个给予汇编语言的竞赛抢答器的程序。-This is a competition answer in a given assembly language program.<uiu_2> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[汇编语言] Traffic-lights-control-
说明:这是一个基于TPC2003A集成开发环境的模拟交通灯的汇编程序。-This is a simulation of traffic lights based on TPC2003A Integrated Development Environment assembler.<uiu_2> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[编译器/词法分析] Lexicalanalsis
说明:这是编译原理的词法分析器,功能分析你输入的字符。用VC6.0。-This is the lexical analyzer of compiler theory, the function is to analyze the characters you enter. With VC6.0.<Mr.Xie> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[编译器/词法分析] Syntaxanalsis
说明:实现编译过程中语法分析。表明该语句是否符合所要求语法。-Parsing in the compilation process. That the statements meet the requirements of the syntax.<Mr.Xie> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[编译器/词法分析] Semanticaalysis
说明:实现编译过程中语义分析。用VC6.0实现。-Semantic analysis of the compilation process. With VC6.0.<Mr.Xie> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[编译器/词法分析] main
说明:使用如下文法: E E+T | T T T*F | F F (E) | id 实现:对于任意给定的输入串(词法记号流)进行语法分析,要求采用LR分析器来完成。手工构造LR分析表,利用移进-归约分析算法输出对应的动作部分。-Use the following syntax:E T E+T |* F F T T |F ( E ID ) |Implementation: for any given input string ( lexical mark flow ) synt<fansofdetective> 在 2025-06-12 上传 | 大小:1kb | 下载:0