资源列表
[编译器/词法分析] 20080108103305384
说明:本系统是采用EDA技术设计的一个简易的八音符电子琴和音乐发生器,该系统基于计算机中时钟分频器的原理,采用自顶向下的设计方法来实现,它可以通过按键输入来控制音响。系统由乐曲自动演奏模块、乐器演示模块琴/乐功能选择模块、音调发生模块和数控分频模块五个部分组成。系统实现是用硬件描述语言VHDL按模块化方式进行设计,然后进行编程、时序仿真、整合。本系统功能比较齐全,有一定的使用价值.-The system is designed using E<123> 在 2025-01-19 上传 | 大小:49kb | 下载:0
[编译器/词法分析] onegrup65523345678
说明:Watershed lines (e.g. the continental divide) mark the boundaries of catchment regions in a topographical map. -Watershed lines (e.g. the continental divide) mark the boundaries of catchment<pecik> 在 2025-01-19 上传 | 大小:116kb | 下载:0
[编译器/词法分析] LexicalAnalyzer
说明:用C做的一个词法分析器,对学习数据结构有帮助-With C doing a lexical analyzer, useful for learning data structures<金雷雷> 在 2025-01-19 上传 | 大小:199kb | 下载:0
[编译器/词法分析] LL(1)
说明:编译方法中,用于实现LL(1)语法分析方法的C++代码,很规范的。-Compilation method for achieving LL (1) syntax analysis method C++ code, it is regulated.<liuhongjuan> 在 2025-01-19 上传 | 大小:2kb | 下载:0
[编译器/词法分析] RecursiveDescentParser
说明: 一种自顶向下的语法分析方法的思想,根据文法的产生式规则绘制相应的转换图,并能对之进行简化,继而构造出相应的递归下降分析器。-A kind of top-down method of syntax analysis of the idea, according to the grammar production rules mapping the corresponding conversion map and the simplifi<zhangxueli> 在 2025-01-19 上传 | 大小:71kb | 下载:0
[编译器/词法分析] LexicalAnalysis
说明:词法分析源码:从左到右扫描每行该语言源程序的符号,拼成单词,换成统一的内部表示(token),送给语法分析程序。-Lexical analysis Source: from left to right scan every line in the source language of symbols, spell the word, and replaced with a unified internal representation<zhangxueli> 在 2025-01-19 上传 | 大小:1kb | 下载:0
[编译器/词法分析] OperatorPrecedenceParser
说明:一个算符优先分析器,能对常见的算术表达式语句进行分析。-An operator precedence parser, capable of common arithmetic expression statements for analysis.<zhangxueli> 在 2025-01-19 上传 | 大小:69kb | 下载:0