资源列表
[编译器/词法分析] convert_Fortran_Code
说明:这个C++程序,可以转换如Fortran 77程序到C++可用程序,当然,还有一些例外,如Fortan中的FORMAT语句,以及goto语句可能使得你的代码很长。你可以通过配置,让转换程序进行批量的语言转换。-The C++ Procedures, can be converted, such as Fortran 77 program to the C++ Available procedures and, of course, some exceptions, such as Fortan<严锐> 在 2025-06-24 上传 | 大小:10kb | 下载:0
[编译器/词法分析] Semaphore
说明:进程通信与进程同步机制实践 有三个进程R、M、P,分别负责从键盘读入数据、对读入的数据进行处理、将处理后的数据从屏幕输出,三个进程共享同一个缓冲区。试用操作系统提供的进程通信和同步机制,使三个进程能够相互协作,正确的完成数据的读入、处理和输出。 -Process communication and process synchronization mechanism in practice the process has three R, M, P, respectively read fro<陈波> 在 2025-06-24 上传 | 大小:99kb | 下载:0
[编译器/词法分析] compiling
说明:编程实现一个小语言的词法/语法分析器程序,通过课程设计加深对词法分析、语法分析及中间代码生成理论的理解。-Realize a small programming language lexical/grammar parser procedures, curriculum design through better understanding of the lexical analysis, syntax analysis and code generation between theoretic<陈波> 在 2025-06-24 上传 | 大小:294kb | 下载:0
[编译器/词法分析] first_and_follow_SLR
说明:实现编译原理中 通过已知的文法来产生First集和FOLLOW集 以及SLR分析表-Compilation Principle realize through grammar known to generate First Set and FOLLOW sets, as well as SLR analysis table<陈波> 在 2025-06-24 上传 | 大小:11kb | 下载:0