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

搜索资源列表

  1. wufuhaoshu

    0下载:
  2. 编译原理中实验一程序代码--无符号数的词法分析程序-Experimental a principle of compiled code- no sign of the lexical analysis of the number of procedures
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:880380
    • 提供者:闫转英
  1. boolen

    0下载:
  2. 通过设计、编制、调试一个布尔表达式的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。-By designing, developing, debugging a boolean expression syntax and semantic analysis procedures, better understanding of the syntax and semantic analysis of understanding of the pri
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:83716
    • 提供者:elaine
  1. cffx

    0下载:
  2. 编译原理的词法分析程序,C语言写的,希望对大家有用。-Compiler Construction Principles of the lexical analysis process, C language, and I hope useful for all of us.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:181000
    • 提供者:田永兴
  1. tam

    0下载:
  2. 编译原理词法分析程序,编写简单语言的词法分析程序,掌握从正规式到有穷自动机,再到有穷自动机最小化,最后完成编成的流程及相关技术。-Principles of lexical analysis program to compile, prepare a simple lexical analysis of language to grasp from the formal ceremony to DFA, DFA to minimize the process of finalizing the
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:834
    • 提供者:xiaogang
  1. yffx

    0下载:
  2. 语法分析 C2.1 实验目的 编制一个递归下降分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析. C2.2 实验要求 利用C语言编制递归下降分析程序,并对简单语言进行语法分析. C2.2.1待分析的简单语言的语法 用扩充的BNF表示如下: (1)<程序>::=begin<语句串>end (2)<语句串>::=<语句>{ <语句>} (3)<语句>::=<赋值语句>
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:337298
    • 提供者:zhangjuan
  1. Defines

    0下载:
  2. 定义切入点的控制台应用程序。编译原理词法分析语法分析器-LR1.cpp : Defines the entry point for the console application.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:6464
    • 提供者:程鹏志
  1. SimplelexicalanalyzerClanguage

    0下载:
  2. 词法分析程序,keyword作为关键字token_pl作为存储分析结果的表,表里有种别码。先输入一句子,放在line的缓冲里,然后用getchar联词,只到去完为止,应用相关的状态转换分析,对输入的字符进行相关的分类及编码,然后输出相应的二元分析室便于进行下一步分析。-Lexical analysis, keyword keyword token_pl as the results of the analysis as a storage table, do not have a code ta
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1341
    • 提供者:张一明
  1. chifa

    0下载:
  2. 这个是我上编译原理实验课的时候写的小程序,实现了词法分析的功能。-This is my compile time course experiment to write a small program to realize the function of lexical analysis.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:847
    • 提供者:江彪
  1. cifafenxi

    0下载:
  2. c语言实现的词法分析程序 可以识别简单的输入-c language lexical analysis of the program to identify a simple input
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:904
    • 提供者:jiangyuan
  1. cifafenxi

    0下载:
  2. 编译原理词法分析,自己写的,比较简单,功能上可能不是很完善。-Principles of lexical analysis compiled, wrote it myself, relatively simple functions may not be perfect.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:934062
    • 提供者:余信理
  1. xxbjq

    0下载:
  2. 目录 1. 课程设计目的及要求 1.1设计目的及问题描述 1.2设计要求 1.3软件、硬件环境 2. 课程设计步骤 3. 课程设计内容 3.1 简要分析 3.1.1 词法分析 3.1.2 语法分析 3.1.3语法分析方法及中间代码形式的描述 ①PL/0语言文法的扩充BNF表示②语法分析的中间代码形式的描述 ③语义分析的中间代码设计 3.1.4算法描述 3.1.4.1重要数据结构的声明 3.1.4.2词法分析 3.1.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1613015
    • 提供者:aden
  1. cifafenxi

    0下载:
  2. 单词的词法分析 完成对某一种常用高级语言(如Pascal、C语言、PL/0语言)的各类单词进行词法分析。-Word of a lexical analysis of the completion of a common high-level language (such as Pascal, C language, PL/0 language) word for all kinds of lexical analysis.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:3334
    • 提供者:甘云
  1. libolanshi

    1下载:
  2. 赋值语句的翻译 通过设计、编制、调试一个典型的语法成分的语法分析和语义分析程序,实现对词法分析程序所提供的单词序列进行语法检查和结构分析以及语义翻译工作,进一步掌握常用的语法分析方法和语义分析方法。 要求: 选择最有代表性的语法分析方法,如算符优先法(或简单优先法)、递归下降分析法、LL分析法和LR分析法之一进行语法分析。 选择对各种常见程序语言都通用的语法结构,如赋值语句(尤指表达式)作为分析对象,并且与所选语法分析方法要比较贴切。 选择最有代表性的语义分析方法,如语法制
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1188
    • 提供者:甘云
  1. step1

    0下载:
  2. 词法分析程序,次程序实现了if else语句的标准输入-Lexical analysis program, sub-program if else statement of the standard input
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1061
    • 提供者:小崔
  1. cifafenxi

    0下载:
  2. 这是一个编译原理实验要用到的词法分析程序,用C++完成的,可以实现对C++源程序的词法分析,类型判别,已在VS2008调试通过,欢迎下载。-This is an experiment to use the compiler from lexical analysis program, using C++ to complete, and can be achieved on the C++ source code of the lexical analysis, the type of disc
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1108
    • 提供者:lyb
  1. cifafenxi

    0下载:
  2. 词法分析程序,可以对源程序进行分析出一个个的单词。-Lexical analysis program can be a source for analysis of the word.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1387
    • 提供者:张衡
  1. VC

    0下载:
  2. 一个有关求编译原理中文法的预测分析法的模拟实现,和词法分析-The principle of seeking to compile a forecast of the Chinese method of simulation analysis, and lexical analysis
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:422134
    • 提供者:龙之吻
  1. wordAnalyse

    0下载:
  2. 自己编写的词法分析程序 不是很完善 但具备了基本的功能 完全可以应付老师了-I have written procedures for lexical analysis is not perfect but with the basic functions of a teacher can meet the
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-27
    • 文件大小:10671295
    • 提供者:陈尧
  1. bby

    0下载:
  2. 编译试验课上写的一个关于词法分析程序序,大家可以-cifafenxi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1092
    • 提供者:lixiang
  1. mine11xin

    0下载:
  2. 编译试验课上写的一个关于词法分析程序序,大家可以-cifafenxi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1132
    • 提供者:lixiang
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 28 »
搜珍网 www.dssz.com