资源列表
yufafenxi(LR0)
- 该程序未LR(0)自底向上语法分析器,模拟LR(0)自动机栈的情况。语法文件里面有-failed to translate
yufafenxi(LL1)
- 该程序为LL(1)自顶向下词法+语法分析器,输入特定语句,输出LL(1)自动机栈的情况-failed to translate
cifafenxi
- 输入:所给文法的源程序字符串 输出:二元组(syn, token或sum)构成的序列。 syn为单词种别码; token为存放的单词自身字符串; sum为整形常数。 例如:对源程序begin x:=9 if x>0 then x:=2*x+1/3 end# 经词法分析后输出如下序列:(1,begin)(10,’x’) (18,:=) (11,9) (26, ) (2,if)-failed to translate
c2
- 件指向将被感染的文件,virus_v指向已带病毒的 文件被传染后,修改该值为自身文-Point to the infected files, virus_v pointing is poisonous After infected file, modify the value for itself
c
- 最近在网上看一个用VBE编写的关机整人的病毒,感觉有些不足,因为只要在CMD提示下输入shutdown — a来取消关机。下面,我就教大家用C语言来写一个关机整人的小病毒。-Recently on the Internet to see a shutdown of moving the virus written in VBE varies, feeling a little less than, as long as the input shutdown under CMD prompt
cbingdu
- 病毒在执行后具有相联复制能力 本病毒类似普通U盘病毒雏形,具备自我复制、运行能力。 以下程序在DEV-CPP 4.9.9.2(GCC编译器)下编译通过-Replicate after execution has the associative ability This virus is similar to ordinary U disk virus, self-replicating, operation ability. The following p
DTC-of-Synchronous-machine-Electric-Actuator
- DTC synchronous machine
CIFAFENXI
- 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法-failed to translate
Minijava-MIPS
- 一个Minijava编译器,主要实现是先将Minijava翻译成Piglet,再翻译成Spiglet,接着翻译成Kanga,最后翻译成能够在spim模拟器上运行的MIPS代码。-A Minijava compiler, the main achievement is the first Minijava translated into the Piglet then translated into Spiglet, then translated into Kanga, finally tran
builder
- 跨平台构建工具cmake的使用方法和简介-failed to translate
scons
- 跨平台构建工具SCons的安装和用法简介,网上转载而来-failed to translate
Null
- 实验一:求出能推出空的非终结符 实验二:求所有非终结符的FIRST集合 实验三:求所有非终结符的FOLLOW集合 实验四:求所有产生式的SELECT集合,作LL(1)文法判别-first,Find all nonterminal FIRST collection Find all nonterminal FOLLOW collection Find all production SELECT collection