登录
首页 » Editor » 这是一个lr文法分析器,输入句子会自动分析,如果有错误会分析道错误位置...

这是一个lr文法分析器,输入句子会自动分析,如果有错误会分析道错误位置...

于 2022-02-02 发布 文件大小:75.92 kB
0 60
下载积分: 2 下载次数: 1

代码说明:

这是一个lr文法分析器,输入句子会自动分析,如果有错误会分析道错误位置-this is a grammer analyzer. it will automaticaly analyze the inputted sentences. it will locate the mistakes to there position if there are some.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 编译原理词法分析器(V2.0) 提供了词法分析的所有功能,能完成词法分析的所有任务...
    编译原理词法分析器(V2.0) 提供了词法分析的所有功能,能完成词法分析的所有任务-compiler theory lexical analyzer (V2.0) provides a lexical analysis of all functions, lexical analysis can be completed all the tasks
    2022-04-30 14:35:09下载
    积分:1
  • UltraEdit is able to meet all your editing needs editor. UltraEdit is a powerful...
    UltraEdit 是能够满足你一切编辑需要的编辑器。UltraEdit 是一套功能强大的文本编辑器,可以编辑文本、十六进制、ASCII 码,可以取代记事本,内建英文单字检查、C++ 及 VB 指令突显,可同时编辑多个文件,而且即使开启很大的文件速度也不会慢。软件附有 HTML 标签颜色显示、搜寻替换以及无限制的还原功能,一般大家喜欢用其来修改EXE 或 DLL 文件。 -UltraEdit is able to meet all your editing needs editor. UltraEdit is a powerful text editor, can edit text, hexadecimal, ASCII code, you can replace the notebook, the built-English words to check, C++ And VB command to highlight, edit multiple files at the same time, and even if a lot of documents open and will not slow the pace. Software with color display HTML tags, the search to replace and restore the function of unrestricted, general everyone likes to use to modify their EXE or DLL file.
    2022-03-23 07:22:32下载
    积分:1
  • Young editor (existence question, everybody sharing)
    小编辑器(存在问题,大家共享)- Young editor (existence question, everybody sharing)
    2022-07-08 23:01:24下载
    积分:1
  • 最新F2系列中文PDF,来自微控义工翻译,欢迎大家下载
    最新F2系列中文PDF,来自微控义工翻译,欢迎大家下载-F2 latest series of Chinese PDF, from micro-manage the volunteer translation, welcome you to download
    2022-08-07 21:19:26下载
    积分:1
  • 使用Win32编程设计一个功能及界面风格类似于记事本的文本编辑器。主要实现的功能: 主菜单应包含基本的文件操作,包括新建、打开、保存、另存、退出,以及基本的...
    使用Win32编程设计一个功能及界面风格类似于记事本的文本编辑器。主要实现的功能: 主菜单应包含基本的文件操作,包括新建、打开、保存、另存、退出,以及基本的文本编辑操作,包括撤销、剪切、复制、粘贴、删除、全选。 各菜单功能项应该有与之相对应的热键字符和快捷键。 支持简单的右键菜单功能,提供便捷的编辑处理。 较高要求:支持字体、文字颜色等特性。 -To design a program using the Win32 functions and interface style similar to the Notepad text editor. The main implementation features: the main menu should contain the basic file operations, including a new, open, save, save, exit, and basic text editing operations, including revocation, cut, copy, paste, delete, Select All. The menu features items there should be corresponding to the hotkey characters and shortcut keys. To support a simple right-click menu functionality, providing convenient editing. High requirements: support for fonts, text color and other characteristics.
    2022-01-25 19:13:39下载
    积分:1
  • 一个在WIN环境下的BASIC编译器
    一个在WIN环境下的BASIC编译器- In WIN under environment BASIC compiler
    2022-02-03 23:31:58下载
    积分:1
  • C source code using C language of a C language subset of the procedures explaine...
    Little C解释程序源代码用C语言实现了一个C语言的子集的解释程序,之所以是子集,是由于考虑到本次毕业设计的时间上并不允许将整个C语言的解释程序完成,事实上,若要将整个C语言的解释程序完成,那将不是凭一己之力加上数月可以完成的。为此,结合所学的编译原理和实现技术以及计算理论,本文之实现了C语言自己的解释程序。-C source code using C language of a C language subset of the procedures explained that the reason is the subset is due to the graduation of design time and would not allow the entire C language to explain procedures are completed, in fact, if the entire C language to explain procedures completed, it will not be through their own efforts with a few months to complete. To this end, learning by combining theory and compiler technology and computing theory, the realization of the C language interpreter.
    2022-09-24 19:45:03下载
    积分:1
  • Ebooks for network programming
    Ebooks for network programming
    2022-04-26 14:52:32下载
    积分:1
  • this is a souce code about the principle of complier.it involves every procedure...
    这是编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详细地阐述了一个编译器的设计和实现。它是大纲教学,课程设计良好的示范,也是编程爱好者提高的好参考,其中这是中间代码生成部分。希望尽早的开通我的帐号,和大家多多交流,成为热爱编程的好朋友。-this is a souce code about the principle of complier.it involves every procedure of the principle of complier:accidence analysis,LL1 gramer analysis,lexeme analysis,middle code generate,middle code optimaze.(integer expression optimaze,common expression optimaze,loop constant expression optimaze).generate middle code to object code .Execute the object code .It is describe the complier principle and how to do in detail.It is a best example of the main point of teaching and class design.It is also a reference for the fans of the gramer.This is the part of the middle code grenerate.I wish to be passed my account as soon as possible to communicating with others,to be the good friend with others.
    2022-04-02 04:02:40下载
    积分:1
  • 对话框(C#)的浏览文件夹
    对话框(C#)的浏览文件夹- Dialog box (C#) browsing folder
    2022-03-13 21:09:26下载
    积分:1
  • 696516资源总数
  • 106679会员总数
  • 14今日下载