CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - 字符串转换

搜索资源列表

  1. analyser

    0下载:
  2. 整个工作过程主要划分成词法分析阶段、语法分析阶段、中间代码生成和目标代码生成四个部分。 第一阶段是把输入的字符串形式的源程序分割成一个个单词符号。 第二阶段是识别由词法分析给出的单词符号序列在结构上是否符合给定的文法规则。 第三阶段中间代码的形式采用便于阅读的四元式。 第四阶段是把经过语法分析或优化后的中间代码作为输入,将其转换成特定机器的机器语言或汇编语言作为输出,这样的转换程序称为代码生成器。
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-17
    • 文件大小:81605
    • 提供者:刘提
  1. DFA.rar

    0下载:
  2. 扫描样本字符串,转换成NFA,继续转换,成为DFA,验证此字符串。,Scanning the sample string into a NFA, to continue to convert and become DFA, verify that the string.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:41235
    • 提供者:刘琳
  1. DFA

    0下载:
  2. 简单DFA有穷自动机,可以根据输入的状态转换表,进行状态转换,对输入的字符串判断,该自动机是否可以接受。并有具体报告说明。-Simple DFA finite automata may be based on the input state transition table for state transitions, the input string to determine that the automatic machine is acceptable. And have specific
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:30577
    • 提供者:王乾坤
  1. cifafenxi

    0下载:
  2. 以文本文件形式输入源程序,并对源程序从左到右进行扫描,对组成源程序的字符串拼接成为单词;并把其转换成属性字输出到文件中。-In the form of a text file input source, and source code to scan from left to right, to the composition of a string of source code splicing into words and to convert it into a property of
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1284
    • 提供者:orange
  1. cifa

    0下载:
  2. 语法分析器,实现pascal语言的分析,对源程序从左到右进行扫描,对组成源程序的字符串拼接成为单词;并把其并把其转换成属性字输出,并管理符号表,处理词法错误。-Parser to realize pascal language analysis, source code is scanned from left to right, to the composition of a string of source code splicing into words and its properti
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1947254
    • 提供者:陈美娟
  1. compiler

    0下载:
  2. 词法分析器即词法分析程序又称为扫描器,其功能在于依次扫视字符串形式源程序中的各个字符,逐个识别出其中的单词,并将其转换为内部编码形式的单词符号串作确为输出-Lexical analyzer that lexical analysis program, also known as scanner, its function is to sweep a string followed by the various characters in the form of the source progra
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:81214
    • 提供者:biao
  1. WordAnalyzer

    0下载:
  2. 从左至右扫描源程序的字符串,按照词法规则(正则文法规则)识别出一个个正确的单词,并转换成该单词相应的二元式(种别码、属性值)交给语法分析使用。 本程序规定输出用KeyWord代表关键字,Word代表普通标识符,Digit代表阿拉伯数字,SingleWord代表单分界符,DoubleWord代表双分界符,ERROR代表无法识别的字符。-String from left to right scan source, according to lexical rules (regular gramm
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:2054
    • 提供者:jackzhong
  1. NBuilder-Lexical

    0下载:
  2. 用MFC实现的C语言词法分析器,是学习编译原理的不错的参考资料,本程序用VS2010编写,此词法分析程序可分析出C语言中: 标识符(以字母或下划线开头,后面可以是数字字母或下划线) 字符串常量 字符常量 整数常量 普通实型 有+/-科学记数 无+/-科学记数 注释说明,还不能处理预处理命令33种运算符说明:,() [] .在界符中有,这里出 , ? : sizeof 也没给出11种分界符32种关键字程序使用转换表设计,运行速度快,本人还对每个能识别的符号
  3. 所属分类:Compiler program

    • 发布日期:2017-06-13
    • 文件大小:21183520
    • 提供者:杨兵
  1. cifafenxishiyan

    0下载:
  2. 词法分析程序,主要是利用状态转换图判断读入字符串是关键字、标识数字还是特殊符号或非法字符-Lexical analysis program
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:87173
    • 提供者:柳文艳
  1. str

    0下载:
  2. 这个是用C++做的词法分析器,可以识别字符串和数字以及关键字,还有进制之间的转换-This is written in c++ do lexical analyzer, can identify the string and a number and key words, and into the conversion between
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:1975
    • 提供者:陆阳
搜珍网 www.dssz.com