搜索资源列表
hwfenxi
- 词法分析器,包括的关键字表和符号表,是针对C语言的,由于关键字表和符号表是在文本文档里建的,所以可以扩展,程序的可移植性比较好-lexical analyzer, including keyword table and symbol table is targeted at the C language, and keyword table is the symbol table in the text files in the building, so it can be extended,
编译原理LL1词法分析器
- 用vc实现的简单LL1词法编译程序 非常实用,我写来交作业的 -vc achieved with a simple LL1 accidence compiler very useful, I wrote to the perpendicular operation
namab
- ergydfhgdfhggfhg 一.实验目的 二.实验内容 三、程序简要说明 原 文 : C语言词法分析器的设计与实现 一.实验目的: 1.强化对系统软件综合工程实现能力、规划能力的训练; 2.加强对词法分析原理、方法和基本实现技术的理解; 二.实验内容: 用C语言(或 C++ )作为宿主语言完成: C语言(ANSI C或turbo C 2.0)词法分析器的设计和实现。 三、程序简要说明: 1、属性字说明: 共9种 KE
fchh
- 一.实验目的 二.实验内容 三、程序简要说明 原 文 : C语言词法分析器的设计与实现 一.实验目的: 1.强化对系统软件综合工程实现能力、规划能力的训练; 2.加强对词法分析原理、方法和基本实现技术的理解; 二.实验内容: 用C语言(或 C++ )作为宿主语言完成: C语言(ANSI C或turbo C 2.0)词法分析器的设计和实现。 三、程序简要说明: 1、属性字说明: 共9种 KEYWORD: 关键字 \"auto\
bianyishiyan
- 我这里传的主要是一个词法分析器,对一些简单的进行分析.-I spread here is mainly a lexical analyzer for some simple analysis.
codesky.net
- 综合人事管理系统 系统在VC++6.0和SQL Server 2000下开发 数据库在查询分析器中执行Database中的文件 源码在HrSys中 -integrated personnel management system system in VC 6.0 and SQL Server 2000 database under development inquiry Database Analyzer implementation of the source documents w
zq
- 分析器 用c语言编写的 已经运行通过的 供给大家参考-analyzer with the language already running through the supply reference
diguixiajiangzichengxu
- 这是我编写的一个词法分析器,有兴趣的人可以看看,里面有详细的说明,我觉得非常适合初学者看-prepared in a lexical analyzer, interested people can see that there are detailed explanations, I think it is very suitable for beginners to see
GrammerAnalysis
- 语法分析器,很好的,同学写的,认为不错 .-parser, very good, the students wrote that good.
ll1ll1
- 编译原理LL(1)文法分析器 录入合法的LL(1)文法,将输出LL(1)预测分析表,并可以对输入的句子进行语法分析输出相应语法树。 程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。 lifanxi@263.net 2002年5月-compiler theory LL (1) grammar analyzer input legitimate LL (1) grammar, will output LL (1) Table Forecast and An
java@jspchat
- 1.服务器端:(Windows平台)首先应有java环境jdk,建议采用jdk1.4,配置Taxpad或安装JCreater。然后安装SQL数据库,建立数据库javaicq,并且建立表icq和表friend。用户也可以还原数据库名字为:javaicq,,或可在SQL查询分析器里面运行代码,然后在控制面板中的ODBC数据源中设置用户DSN数据源javaicq和文件DSN数源javaicq建立与数据库的连接。然后在Taxpad或JCreater开发环境中运行javac Server.java ,ja
ccidence
- 这是一个词法分析器的源程序,希望大家共同交流!-This is a lexical analyzer source, we hope that common exchange!
VC++cifa
- 用设计的词法分析器,还是比较好用的。所以上传给大家。-design with the lexical analyzer, or better quality. So you upload to.
cifageixiqi
- 词法分析器 大家共享哈 呵呵 /************************************/ /* 程序名称: 词法分析器*/ /* 程序用途: 编译原理实验(一) */ /* 编写日期: 2006年10月 */ /************************************/ -lexical analyzer share Kazakhstan Oh /*********************** *************/ / * pro
WordAnalyzer
- 这是词法分析器实验报告,JDK1.5中运行-This is a lexical analyzer experiment, run JDK1.5
tempanalay
- 这只是我做课程设计的时候做的一个小的分析器 希望对你们有用-I do this only when courses designed to do a small hope that the analyzer useful to you
2005060717340116648
- LL(1)语法分析器,对任意输入LL(1)文法的分析表及字符串, 否为该文法的句子,并能给出分析过程。-LL (1) parser, the indiscriminate importation of LL (1) grammar analysis table and string, whether or not the sentence grammar, and can provide analysis process.
词法分析器
- 这是一个VC++6.0做的词法分析器,可辨别C++代码的关键字、运算符、字符串等等