搜索资源列表

  1. cifa

    0下载:
  2. 是将输入的源程序进行划分,给出基本符号(token)的序列,并掠过注解和空格等分隔符号。基本符号是与输入的语言定义的词法所规定的终结符。 本实验要求学生编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续进行 -Is the input source program
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:chenxia
  1. cifa

    0下载:
  2. 本程序实现了PLO语言的词法分析工作。输入文件为简单的PLO源程序,可识别出源程序中每个单词的类别。-The program PLO language lexical analysis. Input files for a simple the PLO source code can identify the category of each word in the source.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:王秀琳
  1. cifa

    0下载:
  2. 用C语言编写的一个简单的词法分析器 词法分析程序,能识别出所有的关键字、标识符、常数、运算符(包括复合运算符,如++)、界符 能过滤掉源程序中的注释、空格、制表符、换行符 并且能够对一些词法... -A simple C language lexical analyzer lexical analysis program can identify all keywords, identifiers, constants, ope
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:zhudaojun
  1. cifa

    0下载:
  2. 分析所编译的语言,检测出是否存在字母,符号,数字等有效信息-Analysis of the compiled language to detect the presence of the valid information of letters, symbols, numbers, etc.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:140288
    • 提供者:彭俊杰
  1. CIFA

    0下载:
  2. 该程序要实现的是一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error!”,然后跳过错误部分继续进行)-The program to achieve is a read word process, from the input source program, identify each independ
  3. 所属分类:汇编语言

    • 发布日期:2024-05-20
    • 文件大小:169984
    • 提供者:woshijly
  1. cifa

    0下载:
  2. 词法分析程序,可打开文本文件,分析检测源码中的词法,找出非法语句字符-Lexical analysis detection source, to identify the character of the illegal statement
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:李冰恒
  1. CiFa

    0下载:
  2. 编制一个能够分析三种整数、标识符、主要运算符和主要关键字的词法分析程序-Preparation of an ability to analyze three kinds of integer identifier, the main operator and main keywords of lexical analysis procedures
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:47104
    • 提供者:
  1. cifa

    0下载:
  2. 编译原理词法分析程序,用于对PASCAL语言进行的词法分析程序-Compiler theory lexical analysis procedures used to PASCAL language lexical analysis program
  3. 所属分类:文件格式

    • 发布日期:2024-05-20
    • 文件大小:69632
    • 提供者:张鹏
  1. cifa

    0下载:
  2. 可以实现c和c++语言注释过滤,进行词法分析-The Language Note of c and c++ of filtering, lexical analysis
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:52224
    • 提供者:吴帅
  1. cifa

    0下载:
  2. 词法分析,编译的一种.对编译感兴趣的同学可以看一下,还可以用词法分析器来编-Lexical analysis, a compiler. For students interested in the compiler can look at the wording of Act analyzer can also be made to
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:egove
  1. cifa

    0下载:
  2. 编译原理课程设计实现词法语法分析器 lr(1)编译器相关代码和设计-Compiler theory of curriculum design and implementation syntax analyzer lr (1) related to the compiler code and design
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:1208320
    • 提供者:刘洋
  1. cifa-document

    0下载:
  2. 编译原理课程设计词法分析器实现的实验设计报告文档 有明确的设计思路和报告格式-Principles of curriculum design compiler lexical analyzer to achieve experimental design report documents a clear design ideas and reporting formats
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:311296
    • 提供者:刘洋
  1. CIFA

    0下载:
  2. 把关键字、算符、界符称为语言固有的单词,标识符、常量称为用户自定义的单词。为此设置三个全程量:SYM,ID,NUM 。-The keywords, operators, delimiters called language inherent word, identifiers, constants known as user-defined words. This setting three full amount: SYM, ID,
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:346112
    • 提供者:cuishuanghua
  1. cifa

    0下载:
  2. 词法分析- 能够识别标识符、整数、关键字、算符、界符,可输出至文件,也可输出至屏幕 -Lexical analysis- to identify identifiers, integers, keywords, operators, delimiters can be output to a file, can also be output to the screen
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:
  1. cifa

    0下载:
  2. 编译 词法分析 C++ 运行时能接收任意被分析的程序,并将词法分析的结果输出到命名为"学号_token.txt"的结果文件中。 -C++ runtime compiler lexical analysis is able to receive any analysis procedures, and outputs the result to the lexical analysis named " Student ID
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:吴润凡
  1. cifa

    0下载:
  2. 编译原理实验:词法分析,选择对各种常见高级程序设计语言都较为通用的语法结构无符号数的算术四则运算作为分析对象,给出其文法描述(注意应与所采用的语法分析方法比较贴近),设计并实现一个完整的语法分析程序。规则:E->E+T| E-T|T T->T*F| T/F|F F->(E)|i -Compiler principle experiment: lexical analysis, the choice of a
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:546816
    • 提供者:坎启娇
  1. cifa

    0下载:
  2. 编译原理 c语言词法分析器 通过设计、编制、调试一个典型的语法分析程序,能识别由加+、乘*、括号()、操作数所组成的算术表达式,-Lexical analyzer c language compiler theory By design, develop and debug a typical parser can be identified by plus+, multiplication*, parentheses (),
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:雷伊
  1. cifa

    0下载:
  2. 《编译原理》陈火旺版的词法分析程序,按照书上的提示自主编写的代码-" Compiler Principle" Chen Huo version of lexical analysis procedures, follow the prompts on the independent book written code
  3. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:200704
    • 提供者:StarrySky
  1. cifa

    0下载:
  2. 词法分析程序,用JAVA语言开发,完整运行,界面良好,对句子完成完整的分析。-Lexical analysis procedures, using JAVA language development, complete run, a good interface, complete a full analysis of the sentence.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:184320
    • 提供者:yr
  1. cifa

    0下载:
  2. 用C语言编写编译原理的词法分析,可以编写测试程序把.pas经过词义分析器输出.dyd的文本格式-Using C language compiler principles can write test programs after the .pas meaning analyzer output .dyd text format
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:509952
    • 提供者:杨润
« 1 2 ... 5 6 7 8 9 1011 »

源码中国 www.ymcn.org