CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - lexical analysis

搜索资源列表

  1. 1231233434

    1下载:
  2. 编译原理实验题 词法分析 使用直接分析法编制C语言子集的词法分析程序-compiler principle experiment inscr iption analysis using direct analysis method preparation of the C language subset of the lexical analysis procedure
  3. 所属分类:RichEdit

    • 发布日期:2008-10-13
    • 文件大小:1511
    • 提供者:唐治
  1. 汉语分析器

    0下载:
  2. 汉语原代码,具有词法分析,句法分析功能 很好的程序-Chinese source with lexical analysis and parsing functions good procedures
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:519022
    • 提供者:杨光
  1. 编译原理课程设计与实现(毕业设计)

    1下载:
  2. 环境:windows98/2000/xp,Visula C++6.0下编译通过.毕业设计的题目,基本上按照编译原理的步骤实现的,有词法分析,检查,表成式生成等,我想大家应该都会喜欢的!-environment : windows98/2000/xp, Visula 6.0 C compiler through. Graduation topic, basically compiled in accordance with the principle of the steps, lexical a
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:73475
    • 提供者:袁慧
  1. 20021071

    0下载:
  2. 词法分析,语法分析,文件中有语言的文法,根据文法写出的程序样例,还有根据样例进行词法分析得出的文件-lexical analysis, grammar analysis, the paper is the language grammar, grammar write the program sample, for example under the lexical analysis of documents
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:14740
    • 提供者:吴建平
  1. hfghj

    0下载:
  2. 1.词法分析 设计、编制并调试该C语言子集的词法分析程序,要求结果以二元组形式保存在文件中。-1. Lexical analysis design, develop and debug the C language subset of the lexical analysis procedure that requires results to binary form group to preserve the documents.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2209
    • 提供者:刘星
  1. BIANdsf1

    0下载:
  2. 1.词法分析 设计、编制并调试该C语言子集的词法分析程序,要求结果以二元组形式保存在文件中。-1. Lexical analysis design, develop and debug the C language subset of the lexical analysis procedure that requires results to binary form group to preserve the documents.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:993
    • 提供者:刘星
  1. 2005062515324127278

    0下载:
  2. 编译原理词法分析,感觉用得不错的哦!!!一个强大的词法分析程序-compiler theory lexical analysis, I feel good use! ! ! A powerful lexical analysis procedure
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:21894
    • 提供者:萧影
  1. cscanner

    0下载:
  2. 一个使用Lex编写的C语言词法加亮的小程序。能将指定的C源程序进行词法加亮,并以HTML文件的格式输出。 由Lex的C语言词法分析程序,然后使用VC编译,内附较详细的使用说明。-Lex prepared to use a C-plus morphology of small programs. Can designated source for the C-plus morphology, and the HTML file format. Lex from the C language lex
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:104204
    • 提供者:陈凯
  1. IDEbyyl1

    0下载:
  2. 编译原理课程设计,包括词法分析,语法分析,目标代码优化的编译器,希望大家提出意见-compiler theory of curriculum design, including lexical analysis, grammar analysis, the objectives of optimizing code compiler, we hope that the views
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:611247
    • 提供者:数据库
  1. Lexical-Scanner

    1下载:
  2. C#词法分析器 Lexical Scanner 能够实现输入的字符串按照词法切成小片段token 比方说 输入1+2+for 就会得到 1 digit + operator 2 digit + operator for reserved Word-This scanner was developed in Microsoft visual C# 2010 Express platform, which can only lexical analysis about the input phras
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:199532
    • 提供者:amosyan
  1. Lexical-and-grammar-analyzer

    0下载:
  2. 实现词法分析生成二元式,并通过语法分析生成变量名表,报告错误类型与位置-Realize of lexical analysis generated binary type, and through the syntax analysis to generate variable watches, report an error type and location
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2347144
    • 提供者:陈桥
  1. cPPlexical-analysis

    0下载:
  2. c++源代码扫描程序识别c++记号。能判断c++源代码中的关键字、标示符、数、运算符、字符串、特殊符号、注释等。-The program (lexical analysis) can scan c++ source code to determine code identifiers, keywords, number, string, notes and so on.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1587
    • 提供者:dxf
  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. Lexical-analyzer

    0下载:
  2. 词法分析器,使用C语言编写,编译原理中进行词法分析-Lexical analyzer, using the C language, compiler theory lexical analysis performed
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:223327
    • 提供者:susan
  1. compiler-word-analysis

    0下载:
  2. 在不用任何辅助工具,也不用DFA的情况下实现编译原理词法分析-Compiler theory lexical analysis to achieve without any tools in, they do not DFA case
  3. 所属分类:GUI Develop

    • 发布日期:2017-06-13
    • 文件大小:21036328
    • 提供者:lin yang
  1. lexical.xcodeproj

    0下载:
  2. 词法分析,编译算法中的最基础的词法分析器-lexical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-05-01
    • 文件大小:15295
    • 提供者:shirley
  1. Lexical

    0下载:
  2. 编译原理里的词法分析程序,完善按照c语言进行词法识别,下载后可直接运行,用于编译课程实验的学习-Compiler theory of lexical analysis procedures, to improve the C language for lexical recognition, download can be run directly, for the study of the course experiment
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:211989
    • 提供者:李夫人
  1. syndtctzc-analysis

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

    • 发布日期:2017-12-16
    • 文件大小:67584
    • 提供者:XE_91730
  1. c lexical analysis

    0下载:
  2. C语言做的词法分析器,学生作业,可以正确输出(C language to do lexical analyzer, student assignments, you can correctly output)
  3. 所属分类:网络编程

    • 发布日期:2018-01-04
    • 文件大小:2093056
    • 提供者:老戴自己
  1. Analysis

    0下载:
  2. 语法分析和词法分析,还有不足,可以应付课程设计(Grammatical analysis and lexical analysis)
  3. 所属分类:C#编程

    • 发布日期:2018-01-09
    • 文件大小:86016
    • 提供者:一二一erer
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com