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

搜索资源列表

  1. Wana

    0下载:
  2. 词法判断程序,通过LL(1)词法分析堆栈判断一串字符串是否可识别-Lexical procedures to determine, through the LL (1) lexical analysis of the stack to determine whether a string of string identifiable
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:6221
    • 提供者:ldf
  1. 00

    0下载:
  2. 非常简单的词法分析程序,还有很多不足之处-Very simple lexical analysis procedures, there are many inadequacies
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1133
    • 提供者:Jamon Wong
  1. cifafenxi

    0下载:
  2. 简单c语言词法分析程序,实现了关键字识别功能,二分查找功能-Simple lexical analysis program c language to realize the keyword recognition, binary search function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:7467
    • 提供者:屈小勇
  1. cffxsy

    0下载:
  2. 1.任选一个C语言词法子集设计DFA模型 2.要求对C语言词法规则设计编码,最后编写成源程序并能输出正确的结果。 3.给出2个测试实例,一个正确的和一个错误的来验证本词法分析程序。 4.用文件输出单词属性表(名字为班号最后2位+学号.txt)-1. Choose a C-word method design DFA model 2. Calls for the design of C language lexical coding rules, and finally devel
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:39647
    • 提供者:wangtao
  1. word

    0下载:
  2. c语言版的词法分析器,分析c语言 图形界面-c language version of the lexical analyzer, analyze c language graphical interface
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:82449
    • 提供者:谢斌
  1. cifafenxi

    0下载:
  2. 用VC++实现的编译原理中的词法分析,代码详细具体,可执行文件齐全!-With VC++ Compiler to achieve the principle of lexical analysis, code detailed, complete executable file!
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:53209
    • 提供者:陈小荣
  1. 1231312412

    0下载:
  2. 编译原理中的词法分析,分析程序中的字符和其它符合的识别问题-Compilation Principle of lexical analysis procedures, and other characters in line with the identification of problems
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:4681
    • 提供者:lindeshou
  1. aybook.cn_byylkcsjbg1208

    0下载:
  2. 通过设计、编制、调试一个算术表达式的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析-Through the design, preparation, testing an arithmetic expression syntax and semantic analysis procedures, better understanding of the syntax and semantic analysis understanding of th
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:61868
    • 提供者:协力
  1. del62755882442

    0下载:
  2. 通过设计、编制、调试一个算术表达式的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析-Through the design, preparation, testing an arithmetic expression syntax and semantic analysis procedures, better understanding of the syntax and semantic analysis understanding of th
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:20878
    • 提供者:协力
  1. 22302304232

    0下载:
  2. 对条件语句: if 〈布尔表达式〉〈赋值语句〉 else 〈赋值语句〉, 进行词法,语法分析,并根据语法制导翻译方法将条件语句翻译成四元式中间代码形式,最后输出翻译后的四元式代码。-Of conditional statements: if <Boolean expression> <assignment statement> else <assignment statement> for lexical, syntax analysis, and in a
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2985577
    • 提供者:xieli123
  1. Parser

    0下载:
  2. 是词法分析的下一阶段,实现识别代码的语法构造,并以四元式的形式表达!-Lexical analysis is the next stage, the realization of the identification code of the grammar structure and Quaternion-style forms of expression!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:159677
    • 提供者:张强
  1. bianyi

    0下载:
  2. 实现一个小型的编译器,可进行词法分析,使用VISUAL C++开发-Achieve a small compiler, lexical analysis can be carried out, using VISUAL C++ Development
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2006
    • 提供者:jzh
  1. LL1

    0下载:
  2. 用C实现的 实现C-语法的LL1语法分析程序,其中还包括词法分析部分 -C implementation using C-implementation of the grammar LL1 grammar analysis program, which also includes part of lexical analysis
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:49633
    • 提供者:冯帅帅
  1. bianyiyuanli

    0下载:
  2. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:85369
    • 提供者:menglusi
  1. cifafenxi

    0下载:
  2. 本程序用C语言编写,在Visual studio 6.0 下运行成功 拷贝之后便可以运行。 本程序是本人在学习编译原理课程时所编写的,现在不用了,发出来供大家一起参考讨论之用。 由于只是为了实验课的需要而用,所以程序的功能还十分简单,程序中也还存在很多问题和不足,欢迎大家给予指正。 词法分析程序 编译原理课程-This program is written in C, operation successfully in Visual studio 6.0 After
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:119826
    • 提供者:白志杰
  1. AG

    0下载:
  2. 编制一个能够分析三种整数、标识符、主要运算符和主要关键字的词法分析程序。-The preparation of a can analyze the three integers, identifiers, the main operator and the main keywords lexical analysis program.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1182
    • 提供者:gg
  1. E

    0下载:
  2. 建立词法分析过程,实现一个固定词法的算符优先分析-The establishment of the process of lexical analysis, the realization of the operator a fixed priority analysis of lexical
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6062
    • 提供者:王莎
  1. ll1fenxi

    0下载:
  2. 通过构建相应的词法分析表,实现对句子的合理分析,看是不是指定文法的合理句子.-By constructing the corresponding lexical analysis table to achieve a reasonable analysis of the sentence to see is not a reasonable sentence grammar specified.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6731
    • 提供者:王莎
  1. Compiler

    0下载:
  2. 算术表达式的词法分析和语法分析,有需要的用-Arithmetic expressions of lexical analysis and syntax analysis, there is a need to use
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:16104
    • 提供者:jimmy
  1. analysis

    0下载:
  2. 词法分析,编译原理的词法分析程序c++源码。-Lexical analysis, lexical analysis of the principle of compiler c++ source program.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3742
    • 提供者:司马俊杰
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 28 »
搜珍网 www.dssz.com