资源列表
scons
- 跨平台构建工具SCons的安装和用法简介,网上转载而来-failed to translate
builder
- 跨平台构建工具cmake的使用方法和简介-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
CIFAFENXI
- 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法-failed to translate
DTC-of-Synchronous-machine-Electric-Actuator
- DTC synchronous machine
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
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
c2
- 件指向将被感染的文件,virus_v指向已带病毒的 文件被传染后,修改该值为自身文-Point to the infected files, virus_v pointing is poisonous After infected file, modify the value for itself
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
yufafenxi(LL1)
- 该程序为LL(1)自顶向下词法+语法分析器,输入特定语句,输出LL(1)自动机栈的情况-failed to translate
yufafenxi(LR0)
- 该程序未LR(0)自底向上语法分析器,模拟LR(0)自动机栈的情况。语法文件里面有-failed to translate
rs2daima
- 用乘法电路,编码后的码字为非系统码,若采用除法电路,则可得到系统码。 RS码实际上是一种多进制的BCH码,RS(n,k)码可以由m、n和k三个参数来表示,并且码字长度:n=2m-1个码元,信息段:k个码元,监督位:2t=n-k,最小码距:d=2t+1个码元。 -failed to translate