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

搜索资源列表

  1. dddfdf

    0下载:
  2. 这里以开始定义的PASCAL语言子集的源程序作为词法分析程序的输入数据。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合"单词"定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含了源程序中的所有常数和所有标识符。-here to start the definition of PASCAL language subset
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:3017
    • 提供者:圧古老
  1. cifafenxi

    0下载:
  2. 词法分析程序:一. 为PL/0语言建立一个词法分程序GETSYM(函数) 把关键字、算符、界符称为语言固有的单词,标识符、常量称为用户自定义的单词。为此设置三个全程量:SYM,ID,NUM 。 SYM:存放每个单词的类别,为内部编码的表示形式。 ID:存放用户所定义的标识符的值,即标识符字符串的机内表示。 NUM:存放用户定义的数。 GETSYM要完成的任务: 1. 滤掉单词间的空格。 2. 识别关键字,用查关键字表的
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:6957
    • 提供者:xxx
  1. cifafenxi

    0下载:
  2. 编译原理--词法分析 功能: 输入:所给文法的源程序字符串 输出:二元组(syn,token或sum)构成的序列-Compilation Principle- lexical analysis functions: Input: the grammar of the source code to the output string: Binary Group (syn, token or sum) constitute a sequence
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:8646
    • 提供者:李小玲
  1. cifafenxi

    0下载:
  2. 指针、数组、字符串编程实例 ——词法分析程序-Pointer, array, string programming examples- lexical analysis program
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:4123
    • 提供者:liangsongxi
  1. lex

    0下载:
  2. 用C语言实现了简单的词法分析功能,用户输入任意字符串,程序输出经分析后的token序列-Using C language to achieve a simple lexical analysis function, the user to enter arbitrary strings, the program output by the analysis of the token sequence
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:10716
    • 提供者:sdfe
  1. ExpressionEvaluation

    0下载:
  2. 字符串表达式的计算。本程序是一个Window Forms应用程序,用户在输入表达式的同时,程序会分析输入,并高亮显示语法-The calculation of the string expression. This procedure is a Window Forms application, a user in the input expression, the program will analyze the input, and to highlight the grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:106299
    • 提供者:翟广宇
  1. CombinatorParser_Demo

    1下载:
  2. C++轻量级分析器,Combinator Parser加入了对字符串、词法分析器以及正则表达式。有对于歧义和非歧义的控制。 -C++ lightweight analyzer, Combinator Parser to add strings, lexical analyzer, as well as regular expressions. There is the ambiguity and non-ambiguous control.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-24
    • 文件大小:93254
    • 提供者:lsl821052828
  1. Main

    0下载:
  2. 这是一个模拟编译器词法分析的程序。输入正则表达式,再输入一个字符串,该程序可以判定字符串是否符合正则式的规则-This is a simulation compiler lexical analysis process. Enter the regular expression, and then enter a string, the program can determine whether the string is the type of rules
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:3893
    • 提供者:zhao
  1. ifelse

    0下载:
  2. 此程序是对条件语句进行翻译,输入一个条件语句,例如:if B then C1 else C2,先进行词法分析,词法分析的主要任务是:从左到右逐个字符地对源程序进行扫描,产生一个个的单词符号,把作为字符串的源程序改造成为单词符号串的中间程序,词法分析是编译的基础,词法分析的功能是输入源程序,输出单词符号(关键字,标识符,常数,运算符,界符),词法分析完成之后,再进行LL(1)语法分析,语义分析,最后输出四元式(语法分析,属性文法,四元式的相关知识技术描述如下)-This procedure is
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:74841
    • 提供者:李伟霞
  1. guanjianzi

    0下载:
  2. 根据词法分析阶段的基本原理,实现一个简单的识别关键字的词法分析子程序。 词法分析阶段的任务是输入源程序,对构成源程序的字符串进行扫描和分解,识别出一个个的单词。 本设计题目的目的是识别单词分类中的关键字。 -Lexical analysis phase in accordance with the basic principles of the realization of a simple lexical analysis to identify keywords subrouti
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:1155
    • 提供者:若小叶
  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. ji

    0下载:
  2. 编译程序设计,是词法分析程序,对输入文件的字符串进行翻译,输出对应的单词文件-Compiler design, lexical analysis is a process, the input file string to be translated, the output word corresponding to the file
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:1358
    • 提供者:金吉祥
  1. lcddisplayprogram

    0下载:
  2. 液晶显示程序 并行和串口传输 可显示字符 字符串 整数 汉字 图形等-lcd display use c program it included two ways for dilivering data string char COCK Golden Palm TECH
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:16122
    • 提供者:liumt1984
  1. applocalize_2-69

    0下载:
  2. 帮助翻译成外文的Windows应用程序。您只需输入您的资源(。解像度)文件,翻译项目(菜单,字符串,对话框,消息和对话框控件),然后使用AppLocalize生成一个新的资源文件。-Help translated into foreign languages Windows applications. All you need to enter your resource (. Resolution) file, translation project (menus, strings, dial
  3. 所属分类:Compiler program

    • 发布日期:2017-05-10
    • 文件大小:2074337
    • 提供者:广隶
  1. XMLparserforc

    0下载:
  2. 将树形数据结构用于最小化DOM 模型XML 编解码器的开发。在解析XML 文本时,基于Expat 解释器将XML 字符串构造成树 状结构;编码时构造DOM 树结构,采用非递归深度优先法遍历树,将其串行化成XML 串。本编解码器解决了国际化语言关键问题,是 一个通用、高效的工业级XML 应用支撑模块。-This paper designs a DOM liked tree data structure for developing a minimal DOM based eXtended
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:66650
    • 提供者:czhui2000
  1. complier2

    0下载:
  2. 词法分析中的空字符串消除 词法分析中的空字符串消除-Lexical analysis, lexical analysis to eliminate the empty string, the empty string to eliminate
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:2695
    • 提供者:liujinkun
  1. LRAnalysis

    0下载:
  2. (1)E -> E+T (2)E -> T (3)T -> T*E (4)T -> F (5)F -> (E) (6)F -> i 模拟以上文法的LR分析过程。对用户任意输入的字符串,能够输出LR分析器的工作过程。 根据以上文法,生成LR分析表,使用VC语言实现LR分析器。Main函数接受用户键盘输入的字符串,通过调用LR函数输出LR分析的过程。-(1) E-> E+ T (2) E-> T (3) T-> T* E (4)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:151478
    • 提供者:罗丹
« 1 2 34 5 »
搜珍网 www.dssz.com