登录
首页 » Compiler program » 这是一个词法分析程序,能够区分标识符、数字、表达式。程序输入为一个文件,程序结果保存到一个链表中。...

这是一个词法分析程序,能够区分标识符、数字、表达式。程序输入为一个文件,程序结果保存到一个链表中。...

于 2022-09-26 发布 文件大小:21.34 kB
0 163
下载积分: 2 下载次数: 1

代码说明:

这是一个词法分析程序,能够区分标识符、数字、表达式。程序输入为一个文件,程序结果保存到一个链表中。-This is a lexical analysis procedure and can distinguish identifier, figures and expression. Procedures for the importation of a document, the results of the proceedings to preserve a Linklist.

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

发表评论

0 个回复

  • (1) 给定一段符合Pascal子集语法的语言,能成功转换成C语言; (2) 一个简单的说明文档; (3) 2007.7.14之前上传到ftp:// C...
    (1) 给定一段符合Pascal子集语法的语言,能成功转换成C语言; (2) 一个简单的说明文档; (3) 2007.7.14之前上传到ftp:// C07:C07@10.11.3.71/upload,用学号建立自己的目录; (4) (可额外加分5分)若有出错处理功能,请在说明文档中写明可以处理哪几项错误。 注意事项: (1) 两人一组 (2) 可以使用词法、语法自动生成工具,windows下有Flex,Bison,Linux下有Lex,Yacc,Java的有Jlex,JavaCC,ANTLR等 (3) 不用考虑Pascal和C的关键词不同问题,即Pascal子集语言中假设不出现int,for等作为变量标志符 (4) read()和write()可用由scanf(),printf()等组成的语句转换。 (5) 如果有疑问可以发信给我 xpqiu@fudan.edu.cn.
    2022-03-23 02:20:36下载
    积分:1
  • 这是一个高质量的图像程序,希望能得到大家的喜爱
    这是一个高质量的图像程序,希望能得到大家的喜爱-This is a high-quality images procedures, we hope to be the favorite
    2022-01-25 23:41:12下载
    积分:1
  • 雅加达
    jakarta-regexp-1.5 正则表达式的源代码-jakarta-regexp-1.5 regular expression source code
    2022-02-06 14:33:40下载
    积分:1
  • 这是个编译原理的课程设计,是一个DO
    这是个编译原理的课程设计,是一个DO-WHILE循环语句的翻译程序设计,包括词法分析,语法分析,生成中间代码四元式。-This is a compiler theory of curriculum design, is a DO-WHILE loop is the translation program design, including lexical analysis, grammar analysis, code generation middle-4 yuan.
    2022-01-26 01:39:17下载
    积分:1
  • 计算所汉语词法分析系统ICTCLAS.分词正确率高达97.58%(973专家组评测),未登录词识别召回率均高于90%,其中中国人名的识别召回率接近98%处理速度...
    计算所汉语词法分析系统ICTCLAS.分词正确率高达97.58%(973专家组评测),未登录词识别召回率均高于90%,其中中国人名的识别召回率接近98%处理速度为31.5Kbytes/s。ICTCLAS的特色还在于:可以根据需要输出多个高概率结果,有多种输出格式,支持北大词性标注集,973专家组给出的词性标注集合。-Calculate the Chinese Lexical Analysis System ICTCLAS. Segmentation correct rate of 97.58 percent (973 Expert Group on Evaluation), the recall rate of identification of unknown words were higher than 90 percent, of which China s name to identify the recall rate of nearly 98 percent processing speed for 31.5Kbytes/s. Also features ICTCLAS is: can output a number of high probability that there are a variety of output formats, to support the North-of-speech tagging sets, 973 expert group is given a collection of-speech tagging.
    2022-11-30 21:35:04下载
    积分:1
  • Osprey源代码,绝对值得一看,Osprey权威资源代码
    Osprey源代码,绝对值得一看,Osprey权威资源代码-Osprey source code is absolutely worth a visit, Osprey authoritative source code
    2022-02-11 16:54:13下载
    积分:1
  • 运用expat解析XML文件接口C源代码
    运用expat解析XML文件接口C源代码-Analysis of the use of XML documents expat interface C source code
    2022-04-16 05:08:27下载
    积分:1
  • 实现NFA确定化子集算法程序。DFA是NFA的特例。对每个NFA  N一定存在一个DFA M ,使得 L(M)=L(N)。对每个NFA N存在着与之等价的DFA...
    实现NFA确定化子集算法程序。DFA是NFA的特例。对每个NFA  N一定存在一个DFA M ,使得 L(M)=L(N)。对每个NFA N存在着与之等价的DFA M。从NFA的矩阵表示中可以看出,表项通常是一状态的集合,而在DFA的矩阵表示中,表项是一个状态,NFA到相应的DFA的构造的基本思路是:1.DFA的每一个状态对应NFA的一组状态. 2. DFA使用它的状态去记录在NFA读入一个输入符号后可能达到的所有状态.。-achieve NFA Number algorithm to determine procedures. DFA NFA is a special case. NFA N for each must exist a DFA M, makes L (M) = L (N). N for each NFA exist with the DFA M equivalent. NFA from the matrix can be seen, tables are usually set of a state, and in the matrix DFA said, Form is a state of the corresponding NFA DFA basic structure of ideas : 1.DFA each one corresponds to a group of NFA state. 2. DFA use it to the state records in NFA Reading input into a symbol after all reach the state. .
    2022-08-23 12:39:40下载
    积分:1
  • JAVA在编译原理上的应用。
    JAVA在编译原理上的应用。-JAVA in translation principle application.
    2022-11-30 11:45:04下载
    积分:1
  • 正规(则)表达式转化为NFA,DFA,DFA最小化,显示结果和过程
    正规(则)表达式转化为NFA,DFA,DFA最小化,显示结果和过程-Formal (then) regular expressions into NFA, DFA, DFA minimization, and process the result will be displayed
    2023-08-04 00:15:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载