CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 词法分析程序

搜索资源列表

  1. mylex

    0下载:
  2. 词法分析程序 词法分析程序
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-17
    • 文件大小:170424
    • 提供者:sky
  1. lexanalyse

    1下载:
  2. 本程序实现了算术表达式的词法分析,并且生成了符号表
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:13817
    • 提供者:龚圣先
  1. yufa

    0下载:
  2. 利用C语言编制递归下降分析程序,并对简单语言进行语法分析,实现对词法分析程序所提供的单词序列的语法检查和结构分析。-The use of C language drop analysis of recursive procedures, and simple language syntax analysis, the realization of the lexical analysis procedure provided by the grammar checker word sequenc
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:4045
    • 提供者:李鸿
  1. wordAnalyse

    0下载:
  2. 实现一个扫描器(词法分析程序)输入——源程序文件或源程序字符串,输出——相应的Token序列,关键字表和界符表及符号表和常数表 -The realization of a scanner (lexical analysis program) input- source file or source code string, the output- the corresponding Token sequence, keyword table and sector address table
  3. 所属分类:Scanner

  1. LexicalAnalysis

    0下载:
  2. 设计、编制并调试一个词法分析程序 输入所给文法的源程序字符串 输出二元组(syn,token或sum)构成的序列-Design, preparation and testing procedures for the importation of a lexical analysis of the grammar of the source string to the output of the dual group (syn, token or sum) of the sequence
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:982
    • 提供者:yanglingfei
  1. 1111

    0下载:
  2. 在Linux上写的一个C程序,借助Lex做词法分析来同时统计N个文本文件的字符数,单词数和行数。-In Linux, written in a C program, using lexical analysis to the same time, Lex to do a statistical N number of characters in a text file, word count and the number of rows.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1127
    • 提供者:xerxes
  1. cfcxcx

    0下载:
  2. 词法分析程序 容易掌握词法程序的结合 词法分析程序编程 -Lexical analysis program easily grasp the process of combining lexical
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:2363
    • 提供者:张建军
  1. analsis

    0下载:
  2. 1. 写一个能够完成PL/0语言的词法分析的程序; 2. 将源程序文件中的单词识别出该单词是哪一个保留字、或者哪一个符号、或者是标识符、或者是常数; 3. 将分析的结果以文件的方式输出; -1. Write a to complete the PL/0 language lexical analysis procedures 2. The source file of the word is a word which identified a reserved word, or w
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:595295
    • 提供者:jaychou
  1. accidence.tar

    0下载:
  2. 利用Python编写的一个简易的C语言词法分析程序,仅供学习-Python written using a simple lexical analysis of C-language program, only to learn
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-29
    • 文件大小:7857
    • 提供者:miles
  1. 0815023121

    0下载:
  2. 学习编译原理时的一个词法分析程序及原理教程文档.-When compiling a learning theory and principles of lexical analysis program tutorial documentation
  3. 所属分类:系统编程

    • 发布日期:2017-04-09
    • 文件大小:48172
    • 提供者:51801
  1. yuyifenxi

    0下载:
  2. 编译器的前期工作,词法分析、语法分析以及语义分析,本程序就是完成这样的功能,已经具有编译器的基本报错以及语义分析功能,供大家参考-The preparatory work of the compiler, lexical analysis, parsing and semantic analysis, this procedure is to accomplish this function, has a compiler error, and semantic analysis capabil
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3273
    • 提供者:陈自立
  1. mySNL

    0下载:
  2. 程序是编译原理课程的基于SNL语言的编译器(词法分析,语法分析,语义分析),该压缩包包含程序运行所需的所有代码,所需文本文件放到D盘即可,词法分析和LL1语法分析部分在实现上有亮点,是课程设计非常值得参考的资料-The program compiler theory of curriculum-based the SNL language compiler (lexical analysis, parsing, semantic analysis), the compression progra
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-22
    • 文件大小:708143
    • 提供者:timial
  1. chenyao_hecen-b

    0下载:
  2. 编译原理词法分析程序,可以将读入的程序进行词法分析-Compiler theory lexical analysis
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:4136286
    • 提供者:陈尧
  1. src

    0下载:
  2. 编译原理词法分析程序,基本的词法分析程序-Compiler theory lexical analysis procedures, the basic lexical analysis program
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4307
    • 提供者:李敏
  1. lexical-analysis

    0下载:
  2. 这个程序是关于编译原理词法分析的程序。可以进行文件操作,对txt文件的内容进行词法分析,然后将分析结果写入另一个txt文件中。-This program is about compiler theory lexical analysis procedures. File operations can be performed on the contents of txt file for lexical analysis, and the analysis results into anothe
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:199612
    • 提供者:余啸坤
  1. cifaanalyse

    0下载:
  2. 编译原理课程实验第一部分 词法分析程序,实现第一部分功能-The first part of the experiment compiler theory courses lexical analysis procedures to implement the first part of the function
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1270
    • 提供者:聂子晨
  1. compiler

    0下载:
  2. 简易pascal语言编译器。可以完成pascal源码的词法分析,语法分析及部分语义分析,并生成类汇编中间代码。文件包括源代码,可执行程序,测试用例和编译程序四部分。-Simple PASCAL language compiler
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:411421
    • 提供者:袁清
  1. lexical-analyzer

    1下载:
  2. 编译原理实验报告 实验一:词法分析器 实验目的: 实现TINY+语言的词法分析程序(扫描程序) 实验内容: 1、词法分析器输入输出 扫描程序的输入是源代码文件,输出是token串。 2、需要遵循“最长串匹配原则”,如匹配字符串‘:=’ 为赋值操作符,而不是冒号和等号两个操作符。 Token 以键值对 (Kind, Value)的形式表示。下面的符号表示不同的token类别(即Kind的取值) KEY 表示保留字 SYM 表示特殊符号 ID 表示标识符
  3. 所属分类:Windows Kernel

    • 发布日期:2016-05-08
    • 文件大小:2717696
    • 提供者:alfred artorius
  1. 50268419

    0下载:
  2. VC实现的PL0编译器,该程序实现词法分析,语法分析及语义分析(VC realize PL0 compiler, the program realization of lexical analysis, syntactic analysis and semantic analysis)
  3. 所属分类:系统编程

    • 发布日期:2017-12-23
    • 文件大小:67584
    • 提供者:zuqie
  1. apd

    1下载:
  2. VC实现的PL0编译器,该程序实现词法分析,语法分析及语义分析(VC realize PL0 compiler, the program realization of lexical analysis, syntactic analysis and semantic analysis)
  3. 所属分类:系统编程

    • 发布日期:2017-12-03
    • 文件大小:87040
    • 提供者:flagqz
« 12 »
搜珍网 www.dssz.com