搜索资源列表

  1. 1173141756BY

    0下载:
  2. 编写一个程序,输入一个算符文法,生成其优先矩阵-The preparation of a program, enter an operator grammar, to generate their priority matrix
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:33792
    • 提供者:李丽
  1. youxiansuanfu

    0下载:
  2. 编写一个程序,输入一个算符文法,生成其优先矩阵。-The preparation of a program, enter an operator grammar, to generate their priority matrix.
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:77824
    • 提供者:张雯
  1. postfix-notation

    0下载:
  2. 1、给出文法如下: G[E] E->T|E+T T->F|T*F F->i(E) 对应的转化为逆波兰式的语义动作如下: E-> E(1)op E(2) {E.CODE:= E(1).CODE||E(2).CODE||op} E->(E(1)) { E.CODE := E(1).CODE} E->id { E.CODE := id} 2、利用实验5中
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:忆昔
« 1 2 3 4 5 6 7 8»

源码中国 www.ymcn.org