• 大小: 0.03M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: 其他
  • 标签: 其他  

资源简介


词法语法的语义还有界面 中间代码生成 ,报告,另外还有实验报告,注释,解析

资源截图

代码片段和文件信息

import com.ms.wfc.app.*;
import com.ms.wfc.core.*;
import com.ms.wfc.ui.*;
import com.ms.wfc.html.*;
import java.util.Vector;
import java.util.Stack;
import java.lang.System;
import java.lang.Character;
import java.io.*;
/**
 * This class can take a variable number of parameters on the command
 * line. Program execution begins with the main() method. The class
 * constructor is not invoked unless an object of type ‘compiler‘ is
 * created in the main() method.
 */
public class compiler extends Form
{
LRAnalyse lrAnalyse;
boolean isWordFinished=false;
//symbolTable symTable=new symbolTable();
public compiler()
{
// Required for Visual J++ Form Designer support
initForm();

// TODO: Add any constructor code after initForm call
}

/**
 * compiler overrides dispose so it can clean up the
 * component list.
 */
public void dispose()
{
super.dispose();
components.dispose();
}

private void btnWord_click(object source Event e

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     目录          0  2006-02-09 10:20  类c语言编译器

     文件       4860  2004-07-07 10:09  类c语言编译器\compiler.vjp

     文件      54202  2004-07-07 10:06  类c语言编译器\compiler.java

     文件         70  2004-07-07 09:44  类c语言编译器\codebase.dat

     文件        513  2004-06-23 11:18  类c语言编译器\compiler.sln

     文件       4608  2004-07-07 10:09  类c语言编译器\compiler.suo

     文件      11551  2004-07-07 10:06  类c语言编译器\compiler.class

     文件       6046  2004-07-07 10:06  类c语言编译器\symbolTable.class

     文件        611  2004-07-07 10:06  类c语言编译器\fourGroup.class

     文件        539  2004-07-07 10:06  类c语言编译器\attribution.class

     文件      15278  2004-07-07 10:06  类c语言编译器\LRAnalyse.class

     文件       4458  2004-07-07 10:06  类c语言编译器\LRTable.class

     文件       2751  2004-07-07 10:06  类c语言编译器\genFormula.class

     文件       1048  2004-06-29 16:55  类c语言编译器\compiler.resources

     文件        502  2004-06-23 12:10  类c语言编译器\symbolPair.class

     目录          0  2006-02-09 10:20  类c语言编译器\测试文件

     文件         32  2004-06-27 20:26  类c语言编译器\测试文件\test3.txt

     文件         32  2004-06-27 20:27  类c语言编译器\测试文件\test4.txt

     文件         28  2004-06-27 20:26  类c语言编译器\测试文件\test2.txt

     文件        190  2004-06-27 21:22  类c语言编译器\测试文件\test1.txt

----------- ---------  ---------- -----  ----

               107537                    21


评论

共有 条评论