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

搜索资源列表

  1. 语法词法分析器

    0下载:
  2. 词法语法分析器,学习编译原理时做的词法和语法分析程序.词法和语法分析封装在一个类CFenXi中, 程序在Visual C++6.0下调试通过.程序采用单文档设计,利用了分割窗体技术-This is a syntax_accidence analyzer made when I study compiling principle.The syntax and accidence analyzer is encapsuled in a class called CFenxi.The program
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:242393
    • 提供者:王莉
  1. flex_bingle

    0下载:
  2. 编译原理(Flex):生成词法和语法分析程序的源代码的程序。-Compiler Principle (Flex) : Generation morphology and syntax analysis of a program's source code procedures.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:402446
    • 提供者:
  1. compiler_AccidenceAnalyser

    0下载:
  2. 学习编译原理时做的词法和语法分析程序.词法和语法分析封装在一个类CFenXi中, 程序在Visual C++6.0下调试通过.程序采用单文档设计,利用了分割窗体技术.-compiler theory when learning to do morphology and syntax analysis procedures. Morphology and syntax analysis package in a category CFenXi, the process in Visual C 6.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:202056
    • 提供者:鲁家君
  1. cpp123

    0下载:
  2. 这个是一个编译原理的词法和语法分析的程序,运行时必须输入一个小程序,即子程序,子程序的内容不受限制-this is a compiler principles of morphology and syntax analysis, the running time to allow the importation of a small program that subroutine, the unrestricted subroutine
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1181
    • 提供者:温绮
  1. TP Lex Yacc 3.0 for Delphi

    0下载:
  2. 词法分析和语法分析处理的工具-lexical analysis and syntax analysis tools
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:235506
    • 提供者:李建中
  1. progs

    0下载:
  2. Lex与Yacc相关的程序,有对sql的词法分析和语法分析的程序-Lex and Yacc related procedures, the right sql lexical analysis and parsing procedures
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:33727
    • 提供者:irisly
  1. zhangyu

    0下载:
  2. 我做的一个关于词法和语法的小分析 和大家分享
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13478
    • 提供者:liuyi
  1. mycompile

    0下载:
  2. 编译原理 IF条件语句的翻译程序设计—简单优先法、输出四元式 通过设计、编制、调试一个条件语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。 具体做到以下几点: ①对输入语句进行词法分析。将输入的字符串进行扫描和分解,识别出一个个合法的单词。单词种类包括:关键字,标识符,运算符,常数和界限符 ②进行语法分析。编写条件语句的相应文法,按照语法分析方法中的简单优先分析法为文法设计简单优先表,对词法分析得到的单词序列进行语法分析,以
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:9551
    • 提供者:rachel
  1. C_compiler

    0下载:
  2. 一个很C语言的编译器,相当的不错。有词法分析和程序语法分析!错误提示,正确定位程序的错误地方!-the compiler is very good!
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:254597
    • 提供者:李晓峰
  1. Principles-of-curriculum-design

    1下载:
  2. 编译原理课程设计总结报告 1.设计题目及相关内容 本课程设计完成的是递归下降分析法。对算术表达式和赋值语句进行语义分析并生成四元式序列。其中,本设计用C语言对简单的pascal语言子集编制一个编译程序。语义分析输入的是语法分析后提供的单词串,而语法分析的输入是词法分析的程序所提供的单词序列。要求把语法分析程序和词法分析都作为子程序调用,其中输入字符串要用文件操作。 2.运行环境(软、硬件环境) 硬件环境:方正电脑,P4CPU,512M内存 软件环境:Visualc+
  3. 所属分类:Windows编程

    • 发布日期:2016-06-30
    • 文件大小:2659347
    • 提供者:爱爱爱
  1. 1.Rar

    0下载:
  2. 学习编译原理时做的词法和语法分析程序.词法和语法分析封装在一个类CFenXi中, 程序在Visual C++6.0下调试通过. 程序采用单文档设计,利用了分割窗体技术. -When learning compiling principle of lexical and grammatical analysis program. Morphology and syntax analysis in a class of packaging CFenXi in Visual c++ 6.0,
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:257599
    • 提供者:李清
  1. yu_fa

    0下载:
  2. 简单的赋值语句的翻译程序,如输入表达式a=3*4-(8+7)/5,进行词法和语法分析后输出中间结果-A simple assignment statement, the translation program, such as the importation of the expression a = 3* 4- (8+7)/5, for lexical and grammatical analysis of output of intermediate results
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:983289
    • 提供者:张颖
  1. Parser

    3下载:
  2. 一个c语言实现的简单的语法分析器,包括词法分析和语法分析两部分。-Lexical Analysis Parser
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:3821
    • 提供者:Rainy
  1. sqbtupe-characteristic

    0下载:
  2. 词法语法分析器,学习编译原理时做的词法和语法分析程序,-Lexical parser, learning to compile principle of lexical and syntax analysis program,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-14
    • 文件大小:211968
    • 提供者:hxuran
  1. esvape-token

    0下载:
  2. 学习编译原理时做的词法和语法分析程序,词法和语法分析封装在一个类CFenXi中-Learn the compilation principle when doing the lexical and syntax analysis program, the lexical and syntax analysis package in a class CFenXi
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-14
    • 文件大小:210944
    • 提供者:Barbara
  1. CAenXr

    0下载:
  2. 学习编译原理时做的词法和语法分析程序,词法和语法分析封装在一个类CFenXi中(Learn the compilation principle when doing the lexical and syntax analysis program, the lexical and syntax analysis package in a class CFenXi)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-23
    • 文件大小:175104
    • 提供者:orgavize
  1. dojh

    0下载:
  2. 词法语法分析器,学习编译原理时做的词法和语法分析程序,(Lexical parser, learning to compile principle of lexical and syntax analysis program,)
  3. 所属分类:组合框控件

    • 发布日期:2017-12-20
    • 文件大小:211968
    • 提供者:feshrgcror
  1. grammatical analysis

    0下载:
  2. 对算术表达式进行词法和语法分析,思路:大体遵循着编译原理中提到的词法和语法分析步骤,即先对表达式进行区分为操作符或标志符,将其存放在符号表中,而后从符号表中识别符号类别和操作符优先级存放在二叉树中。(Analysis of lexical and syntax of arithmetic expressions: roughly follow the principle of compiling ideas mentioned in the lexical and syntax analysis
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:148480
    • 提供者:Dana_Jing
  1. 1280906

    0下载:
  2. 词法语法分析器,学习编译原理时做的词法和语法分析程序,()
  3. 所属分类:对话框与窗口

    • 发布日期:2018-05-02
    • 文件大小:211968
    • 提供者:DSTfgzk&068701
  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 an executable version of the le
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:223232
    • 提供者:calacala
« 12 3 4 »
搜珍网 www.dssz.com