资源列表
redundantpaths
- c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlying assumption that there are possibly distinct network paths between a source-destination pair. Given a directed graph as input, write a program that u
pgm2
- calculator program-calculator program....
rs_encode1_2
- 实现RS编码,利用规范基和对偶基的转换关系-RS coding to achieve using standard-based and dual basis of the conversion relationships
suanfuyouxianfenxichengxu
- 根据算符优先分析法,给定某文法和符号串。构造算符优先关系表,若算符优先关系表满足算符优先文法,则对给定的输入符号串进行归约分析,可以判定该符号串是否是给文法的句子。
stop-and-wait
- simple stop and wait protocol in communication
analyse
- 递归下降文法分析器
javaCifafenxi
- 用java实现的java词法分析器。这个仅仅实现了词法分析-Implemented with java java lexer. This is only achieved the lexical analysis
6
- 构造一个简单程序设计语言的词法分析器,要求: 1) 含有保留字program, begin, end, var, integer, if, then, else, do, while. 2) 标识符和无符号的整常数,其中保留字和标识符不区分大小写. 3) 含有界符和运算符如下:+,-, (, ), =, >, <, , :, :=.,,。 4) 输出二元组。
cifafenxighengxu
- 用C语言编程实现词法分析器的功能,代码完整,运行正常
global
- 编译原理实验,词法分析器,实验词法分析。利用栈来实现。
RecursiveDescent
- 编译原理语法分析程序源代码 递归下降分析法源代码,绝对成功-Compiler theory parser source code analysis source code for recursive descent, absolute success
Overloaded-Operators-Complex
- Easy example of overloaded operators + and - for complex numbers
