资源列表
ll(1)fenxiqi
- 你可以任意输入合法文法,给定任意的句子,将会分析出这个句子是不是文法的的句子-You can enter any legal grammar, given any sentence, it will analyze the sentence is not grammatical sentences! !
ProgrammingLanLab4
- 我上过的Programming Language课程第四次大作业:在前三次的基础上添加类型检查和运算符结合和优先规则功能。 绝对原创,绝对经典!-My Programming Language course the fourth major operations: the basis of the first three add type checking and operator priority rule integration and functionality.
Miller_encode
- 详细介绍了副载波Miller码的编码,采用verilog的编码方式。-Miller introduced the sub-carrier code encoding, the encoding using verilog.
PL0
- 编译原理课程设计 PL0 (报告实验和课程设计报告,已经设计方法,步骤) 1. 基本内容 (1)扩充赋值运算:+= 和 -= (2)扩充语句 REPEAT <语句序列> DOWHILE <条件> 其中,<条件>是循环条件,即条件成立时,重复执行循环体的<语句序列> 2. 选做内容 (1)增加运算:++ 和 --。 (2)增加类型:① 字符类型; ② 实数类型。 (3)扩充函数:① 有返回值和返回
cffx
- 一个语法分析,能实现SLR语法分析,是一个好的语法分析器 -A syntax analysis, syntax analysis of SLR to achieve, is a good parser
snacpp
- windows环境下的开源ASN.1编译器,ASN.1描述编译为C++类型,提高开发人员的效率-open source ASN.1 Complier(C++)
3CSyslog123
- 服务器日志分析、整合,结合日志整理系统分析出整个网络的情况-login
CMinus-Compiler
- 一个简单的C语言变异器,用C语言实现,包含语法分析词法分析等-A simple variation of the C language, C language, contains a syntax analysis of the lexical analysis
cmm_java
- java语法分析程序 主要是用于编译器原理的实践-implement the grammar analysis using java programming language, including the java parser and lexical analyse ,and java test and can run well in my machine good good good
mppt
- 光伏电池最大功率跟踪(MPPT)算法,采用CVT启动+INC控制-Photovoltaic Maximum Power Point Tracking (MPPT) algorithm, using CVTstart+ INC control
BBS
- 主要功能:1 完全兼容现在流行的 WEB 方式 BBS论坛的界面风格和操作风格。 2支持用户发表投票 (板主以上才可以修改投票)。 3平板式列出BBS主题及跟贴内容。 4站长可开板/修改/删除、设BBS分类、任命板主。 5 板主以上权限可以主题进行 标置精华、置顶、设为公告、、锁定、删除。 6文章作者或板主以上权限者可编辑/删除某篇贴子。 7支持主题快速回复、单篇引用回复。 -Main functions: 1 is now fully compatible with
lex
- C++ 实现 LEX,兼容Flex语法,正则式->NFA->合并->确定化->最小化-C++ LEX,compatible with Flex s Grammar