CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 其它 编译器/词法分析

资源列表

« 1 2 ... .65 .66 .67 .68 .69 670.71 .72 .73 .74 .75 ... 785 »
  1. 200218024郝亮

    0下载:
  2. 一个c++de的词法分析此程序可以通过读一个文本文件来进行词法分析-a lexical analysis of this procedure can read a text file for lexical analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.08kb
    • 提供者:章鱼费
  1. viterbimatlab

    0下载:
  2. 一个对(2,1,2)卷积码进行译码的维特比译码程序,它以最大似然译码为思想,根据译码网格,遍寻网格上所有可能的路径,选择最大可能的路径作为幸存路径进行译码。在本程序中,它依次在不同时刻,对网格中的相应列的点按照最大似然准则比较所有以它为终点的路径,即为幸存路径,而把其他路径堵死,弃之不用。故到下一时刻只要对幸存路径延伸出来的路径继续比较即可。由于假设了已知输入,且为有限短序列,所以没有考虑长序列译码时的截短。如果考虑长序列译码,则需要用截短译码器,考虑译码深度。-viterbi
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:2.08kb
    • 提供者:zhanghao
  1. glcd

    0下载:
  2. 128x64 Graphical LCD Driver With CodevisionAVR
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:2.08kb
    • 提供者:Mostafa
  1. 31767678analyse_0

    0下载:
  2. 编译原理中实现自顶向下语法分析,若文法中不含左递归,并且每个非终结符的所有后选式的首符集都两两不相交,那么就有可能构造一个不带回溯的自顶向下的语法分析程序-Compiler theory to achieve top-down parsing When every not terminal goes without interacting with each other,It can make a process of form up to down
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:2.08kb
    • 提供者:泉泉
  1. C_minuscomplier1.0

    0下载:
  2. C_minus词法分析器 1.0版(词法分析器源程序,用c++语言编写的,for c-minus,,Visual C++)-C_minus lexical analyzer Version 1.0 (lexical analyzer source with the c language, for c-minus, and Visual C)
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.08kb
    • 提供者:张庚声
  1. nfa_dfa

    0下载:
  2. 求正规表达式到NFA(不确定的有限自动机),NFA到DFA及DFA(有限自动机)的最小化 有注释。-seek formal expressions of the NFA (uncertain Finite Automata), the NFA to the DFA and DFA (finite state machine) is the smallest of the Notes.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.08kb
    • 提供者:王超
  1. OPG

    0下载:
  2. Compiler tech: PROGRAM FOR OPERATOR PRECECENDENCE GRAMMER.precendence grammar tells the compiler the order of executing +,-,/ and * according to ones needs-Compiler tech: PROGRAM FOR OPERATOR PRECECENDENCE GRAMMER.precendence grammar tells the comp
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:2.08kb
    • 提供者:jack
  1. j2

    0下载:
  2. 多功能运算器- Multi-purpose logic unit
  3. 所属分类:Compiler program

    • 发布日期:2017-12-05
    • 文件大小:2.08kb
    • 提供者:栗丽
  1. for

    0下载:
  2. FOR循环语句的翻译程序设计(递归下降法、输出四元式) -FOR loop design of the translation process (recursive descent method, the output quaternion type)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:2.08kb
    • 提供者:李超
  1. bianyishiyan1

    0下载:
  2. 编译原理识别一张表编的程序,一个简单的编译方面的程序-Principles of identifying a table compiled program code, a simple compilation of the procedures
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:2.08kb
    • 提供者:程子涵
  1. LexicalAnalysis

    0下载:
  2. 用C++编写的一个简单C语言词法分析器,把需要分析的内容保存在C:\input.txt,分 析完毕好保存在C:\output.txt-Using C++ to prepare a simple C language lexical analyzer, the need to analyze the contents stored in C: \ input.txt, finished the analysis of well preserved in the C: \ output.txt
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2.08kb
    • 提供者:雷天佑
  1. 4

    0下载:
  2. 目的:熟练掌握自下而上的语法分析方法,并能用程序实现。 要求: 1. 使用如下文法: E E+T | T T T*F | F F (E) | id 2. 对于任意给定的输入串(词法记号流)进行语法分析,要求采用LR分析器来完成。手工构造LR分析表,利用移进-归约分析算法(P69 图3.12)输出(P70 表3.8)对应的动作部分。如: 输入:id*+id+(id+id)# 输出:移进 按 F->id归约 移进 error
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:2.07kb
    • 提供者:TOM
« 1 2 ... .65 .66 .67 .68 .69 670.71 .72 .73 .74 .75 ... 785 »
搜珍网 www.dssz.com