搜索资源列表

  1. 024080017-李纳-词法分析

    0下载:
  2. 一个词法分析程序,很好用的,给初学者很有帮助-a lexical analysis procedure is useful and helpful to beginners
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:117696
    • 提供者:黎明
  1. 词法分析C语言版

    0下载:
  2. 词法分析程序 代码很有质量 但程序还须改善-lexical analysis is the quality of the code but must improve procedures
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1961
    • 提供者:asd
  1. 一个小语言的词法分析程序原理及其实现

    0下载:
  2. 承德有词法分析过程和源代码哦-Chengde, a lexical analysis and source code oh
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:8511
    • 提供者:杨功成
  1. 词法分析程序设计

    0下载:
  2. 词法分析的程序设计- Lexical analysis programming
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1476
    • 提供者:cspm
  1. 递归下降分析程序

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

    • 发布日期:2008-10-13
    • 文件大小:1046
    • 提供者:刘远兴
  1. 一个简单的词法分析

    0下载:
  2. 一个很简单的词法分析程序- A very simple lexical analyaer
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:29212
    • 提供者:陶文婧
  1. 国立——词法分析

    0下载:
  2. 自己做的一个普通词法分析程序c语言环境终结符:e c j t u可扩展-have done an ordinary lexical analysis procedure c language environment End Address : c j e t u scalability
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3342
    • 提供者:海浪
  1. parse_for_learner

    0下载:
  2. 简单的词法分析程序,识别有限的字符. 编译原理的作业,仅供参考-simple lexical analysis procedures, limited recognition of the characters. Compiling principle of operation is for reference only
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:11264
    • 提供者:y
  1. cifa

    0下载:
  2. 词法分析程序,这是一个词法分析程序,是在编译原理课编写下来的,经过多次修改。还能够分析对10+9e这样的单词。比较全面-lexical analysis, this is a lexical analysis procedure is compiled in principle prepared from the lesson, after several revisions. Also to analyze 10 9e of the
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:jinxiao
  1. Scanner

    0下载:
  2. 一个能够分析三种整数、标识符、主要运算符和主要关键字的词法分析程序。 ㈠、基本要求: 标识符 <字母>(<字母>|<数字字符>)* 十进制整数 0 | (1|2|3|4|5|6|7|8|9)(0|1|2|3|4|5|6|7|8|9)* 八进制整数 0(1|2|3|4|5|6|7)(0|1|2|3|4|5|6|7)* 十六进制整数 0x(0|1|2|3|4|5|6|7|
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:173056
    • 提供者:seker
  1. edit

    0下载:
  2. 一. 实验内容: 实验一:设计,编制并调试一个词法分析程序,加深对词法分析程序原理的理解。 实验二:语法分析程序:编制一个递归下降语法分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析。 -1. Experiment content: The experiment I: design, compile and debug a lexical analysis procedures, better und
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:80896
    • 提供者:鹰隼
  1. hello

    0下载:
  2. 很好的c语言词法分析程序,该词法分析程序用VC++ 6.0编写。我做的一个C子集的词法分析器可以分析C语言的一个子集,包括关键字以及绝大部分的符号.-Good c language lexical analysis procedures, the lexical analysis procedure used VC++ 6.0 preparation. I make a C subset of the lexical analyzer
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:909312
    • 提供者:小薇
  1. lexical

    1下载:
  2. 该函数是词法分析程序的核心,它可以识别出源程序中的编写错误,以及找出关键字,变量等.具体请看源代码,注释很详细,但是肯定有不足的地方,请大家不吝赐教.-Lexical Analysis of the function is the core of the procedure, which can identify the source of the preparation of an error, and to identify key
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:钱磊
  1. 3

    0下载:
  2. 单词的词法分析程序设计-Word lexical analysis program design
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:曾巧
  1. analysis

    0下载:
  2. 是一个很简单的编译原理的词法分析程序,就是对一个简单的C语言程序进行模拟编译。-Is to compile a very simple principle of lexical analysis procedure is a simple procedure to simulate the C language compiler.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:赵全
  1. Ccifafenxi

    0下载:
  2. c语言词法分析程序的实现,实现了简单的词法分析-c language lexical analysis procedures to achieve
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:140288
    • 提供者:赵晓东
  1. cifafenxi

    0下载:
  2. 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)-Debugging through the design of the
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:jarly
  1. 15182613_词法分析

    0下载:
  2. 用来分析程序中词的属性,显示相应的类别码,以便为未来的语法分析做铺垫(The word attribute is used to analysis program, display the corresponding category code, in order to pave the way for future grammar analysis)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:1133568
    • 提供者:彬彬iii
  1. lex词法分析_上交程序

    0下载:
  2. 相当完整lex词法分析_上交程序, Lex 快速入门(词法分析和语法分析)(Lex represents Lexical Analyzar, a.Lex file (the Lex file has an extension of.Lex) passed through the lex utility and generates the output files of C, which are later compiled into a
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:223232
    • 提供者:calacala
  1. 词法分析

    0下载:
  2. 词法分析(英语:lexical analysis)是计算机科学中将字符序列转换为单词(Token)序列的过程。进行词法分析的程序或者函数叫作词法分析器(Lexical analyzer,简称Lexer),也叫扫描器(Scanner)。(Lexical analysis is the process of converting character sequence into token sequence in computer scien
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:ffffffx
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org