资源简介
编译原理上的lr语法分析源码。
代码片段和文件信息
#include “lr语法分析.h“
int main()
{
input[0]=“id“;
input[1]=“*“;
input[2]=“id“;
input[3]=“+“;
input[4]=“id“;
input[5]=“$“;
lr_inite();//初始化分析表
if(lr())
printf(“Success!\n“);
else
printf(“Error!\n“);
return 0;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 545 2008-04-18 16:22 lr语法分析\lr语法分析.dsw
文件 50176 2008-04-28 20:28 lr语法分析\lr语法分析.ncb
文件 0 2008-04-18 16:24 lr语法分析\lr语法分析.txt
文件 4470 2008-04-18 16:25 lr语法分析\lr语法分析.dsp
文件 43 2008-04-18 17:38 lr语法分析\新建 文本文档.txt
文件 901 2008-04-28 20:27 lr语法分析\lr语法分析.plg
文件 50176 2008-04-28 20:28 lr语法分析\Debug\vc60.idb
文件 61440 2008-04-28 20:27 lr语法分析\Debug\vc60.pdb
文件 155746 2008-04-28 20:27 lr语法分析\Debug\lr语法分析.exe
文件 402432 2008-04-28 20:16 lr语法分析\Debug\lr语法分析.pdb
文件 216080 2008-04-28 20:27 lr语法分析\Debug\lr语法分析.ilk
文件 289612 2008-04-28 20:27 lr语法分析\Debug\lr语法分析.pch
文件 15519 2008-04-28 20:27 lr语法分析\Debug\lr语法分析.obj
文件 246 2008-04-28 20:27 lr语法分析\lr语法分析.cpp
文件 3889 2008-04-28 20:27 lr语法分析\lr语法分析.h
文件 55808 2008-04-28 20:28 lr语法分析\lr语法分析.opt
目录 0 2008-04-28 20:17 lr语法分析\Debug
目录 0 2008-04-28 20:17 lr语法分析
----------- --------- ---------- ----- ----
1307083 18
相关资源
- Griffiths-IntroductiontoElectrodynamics4thEdit
- ParaViewTutorial.pdf
- xyisv_10236804.zip
- 计算机图形学第4版高清电子书.pdf
- 《多粒度知识获取与不确定性度量》
- 华成英模电课件.zip
- 70d0cd041f738f12db575d3b46e97582.pdf
- OfficeTabEnterprise13.1.zip
- wxu998.rar
- PowerDesigner16.5汉化文件.rar
- jsgis.zip
- PinyinIME(关键代码写了注释).zip
- 锁相环设计、仿真与应用第5版中.pd
- novelOnLine.zip
- SingleSensorImagingMethodsandApplicationsforDi
- ControlSystemsEngineering7th(NormanS.Nise)
- ModernControlSystems13th(RichardC.Dorf).ra
- VectorMagic_1.15pojie.rar
- complexityoflattice__problems.pdf
- xnby_883749.zip
- TOGAF培训讲义-周金根.pdf
- OS12.2驱动,手机虚拟定位软件,Loca
- 大话系列-大话数据结构(pdf高清版)
- 梁宁产品经理思维30讲.pdf
- CHI760E辰华电化学工作站软件最新版
- SAPERPHCM葵花宝典系列之配置指南(电
- TangZhuoLin.rar
- Day3_NOI.zip
- 图解HTTP.pdf
- VisionProStandardv7.2(2Day).zip
评论
共有 条评论