资源列表

« 1 2 ... .39 .40 .41 .42 .43 944.45 .46 .47 .48 .49 ... 1384 »

[编译器/词法分析JavaGrammar-

说明:Java语言子集语法、语义分析器 实现的Java语言子集文法 <Sw>  while(Er)S <Er>  Vc < Vc | Vc > Vc <S>  标识符= Ex // 标识符使用词法分析识别结果 <Vc>  标识符 | 整常数 // 标识符、整场数使用词法分析识别结果 <
<genganpeng> 在 2024-11-21 上传 | 大小:787kb | 下载:0

[编译器/词法分析YUFA

说明:语法分析器,输出分析的结果对或者错。编译原理的课后实验题,pascal语言的语法分析器。-Parser, the output results of the analysis right or wrong. After-school experiment of compiler theory, pascal language parser.
<zy> 在 2024-11-21 上传 | 大小:2kb | 下载:0

[编译器/词法分析DTMF_remote.c

说明:DTMF decoder using RomanBlack s triplet algorithm
<DTMF_CALL> 在 2024-11-21 上传 | 大小:4kb | 下载:0

[编译器/词法分析lexical-analyzer

说明:编译原理,用C语言和lex两种方法实现词法分析,并包含成功测试案例,与失败测试用例以及实验报告-lexical analyzer
<猪兔兔> 在 2024-11-21 上传 | 大小:110kb | 下载:0

[编译器/词法分析LL1

说明:利用LL(1)分析方法实现算术表达式的语法分析-Using LL (1) analysis method parsing arithmetic expressions
<猪兔兔> 在 2024-11-21 上传 | 大小:941kb | 下载:0

[编译器/词法分析from-top-down

说明:递归自顶向下实现算术表达式的语法分析,可算乘方等复杂运算-Recursive top-down implementation of an arithmetic expression parsing, power and other complex operations can be considered
<猪兔兔> 在 2024-11-21 上传 | 大小:805kb | 下载:0

[编译器/词法分析complier

说明:实现sample语言的词法分析,并能输出相关的错误信息及二元组-Achieve sample language lexical analysis, and can output an error message and the associated pair
<chen> 在 2024-11-21 上传 | 大小:640kb | 下载:0

[编译器/词法分析extended-pl0complier

说明:扩充功能的pl0编译器 文法中包含常量、变量、整数、实数、整型、实型、字符型、过程(带参数)、函数(带参数和返回值)、赋值语句、for语句、if-then-else语句、while语句、repeat…uitil语句、过程调用、函数调用、复合语句、读语句、写语句(字符串和表达式)。-extended pl0 compiler
<啊啊> 在 2024-11-21 上传 | 大小:1.79mb | 下载:0

[编译器/词法分析simple-cpu-emulator(C)

说明:含user_prog文件的解释型7条指令的简单CPU模拟器-simple cpu emulator for 7 insts
<zh> 在 2024-11-21 上传 | 大小:2kb | 下载:0

[编译器/词法分析E20814005

说明:词法分析程序,编译实验课上做的,希望大家指点-Lexical analysis program
<陈轩> 在 2024-11-21 上传 | 大小:5kb | 下载:0

[编译器/词法分析Test1

说明:源程序的输入和预处理 掌握字符处理的方法,理解设计为独立子程序的好处,为词法分析做好准备。 -Source code control characters in the input and pre-treatment methods, to understand the benefits of design as a separate subroutine, to prepare for the lexical analysis
<jasmine> 在 2024-11-21 上传 | 大小:1kb | 下载:0

[编译器/词法分析script_interpreter

说明:一个用c语言写的解释器,有三种数据类型:int、float、string。支持+ -×/和print功能。虽然很小,但有很强的参考意义,容易扩展-A simple interpreter, there are three data types: int, float, string. Support+- ×/and print functions. Although small, but has a strong reference v
<> 在 2024-11-21 上传 | 大小:18kb | 下载:0
« 1 2 ... .39 .40 .41 .42 .43 944.45 .46 .47 .48 .49 ... 1384 »

源码中国 www.ymcn.org