资源列表
[编译器/词法分析] yejing0~99jishuqi
说明:89C51单片机 1602液晶显示0~99计数器-89C51 Singlechip 1602 LCD 0 ~ 99 Counter<辛坤> 在 2025-01-17 上传 | 大小:1kb | 下载:0
[编译器/词法分析] LexicalAnalysis
说明:词法分析的小工具 有点意思 还算可以 不过比较简陋-Lexical Analysis of small tools can be a bit mean but still relatively simple<liulin> 在 2025-01-17 上传 | 大小:17kb | 下载:0
[编译器/词法分析] Assembler
说明:xilinx 的 picoBlaze 的编译器kcpsm3,包括3个生成代码的模版文件,-Xilinx PicoBlaze compiler of kcpsm3, including three generate code template file,<bluefeifei> 在 2025-01-17 上传 | 大小:50kb | 下载:0
[编译器/词法分析] SiliconLabsIDEV3.4
说明:本资料适用于C80F350单片机的开发使用,里面包含示例程序-This information applies to the development of the use of single-chip C80F350, which contains examples of procedures<周折> 在 2025-01-17 上传 | 大小:8.66mb | 下载:0
[编译器/词法分析] biaodashiqiuzhi
说明:此源代码是用VC++编写的,是基于编译原理中对简单表达式求值,其中有词法分析,语法分析,以及语义分析最终得出结果-This source code is VC++ Prepared is based on the compiler of a simple expression of the principle of seeking value, including lexical analysis, grammar analysis a<阿德> 在 2025-01-17 上传 | 大小:1.88mb | 下载:0
[编译器/词法分析] suanfuyouxianfenxiqi
说明:【目的】 设计一个算符优先分析器,理解优先分析方法的原理。 【要求】 使用算符优先分析算法分析下面的文法: E’ → #E# E → E+T | T T → T*F | F F → P^F | P P → (E) | i 其中i可以看作是一个终结符,无需作词法分析。具体要求如下: 1. 如果输入符号串为正确句子,显示分析步骤,包括分析栈中的内容、优先关系、输<王东旭> 在 2025-01-17 上传 | 大小:3kb | 下载:0