搜索资源列表
analyser
- 整个工作过程主要划分成词法分析阶段、语法分析阶段、中间代码生成和目标代码生成四个部分。 第一阶段是把输入的字符串形式的源程序分割成一个个单词符号。 第二阶段是识别由词法分析给出的单词符号序列在结构上是否符合给定的文法规则。 第三阶段中间代码的形式采用便于阅读的四元式。 第四阶段是把经过语法分析或优化后的中间代码作为输入,将其转换成特定机器的机器语言或汇编语言作为输出,这样的转换程序称为代码生成器。
intermediate-codePdestination-code
- 编译原理中间目标代码综合,识别程序,包含语法词法,输出四元组和目标代码-Compiler theory of intermediate target code, identification procedures, including the lexical and syntax, four output tuples and object code
7336
- 真的是一个好程序,多目标跟踪的粒子滤波器,模式识别中的bayes判别分析算法。- Really is a good program, Multi-target tracking particle filter, Pattern Recognition bayes discriminant analysis algorithm.
pl0
- PL/0编译器,识别、分析特定的词法和语法,将源程序编译为类pcode进而生成目标程序并执行(The PL/0 compiler, which identifies, analyzes specific words and syntax, compiles the source program into a class pcode and then generates the target program and executes.)
深度学习源码
- 其中包括RCNN,主要用于做目标检测和目标识别,程序对计算机硬件要求比较高,建议利用TItan跑