CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 其它 编译器/词法分析

资源列表

« 1 2 ... .43 .44 .45 .46 .47 248.49 .50 .51 .52 .53 ... 785 »
  1. asdfadsfd

    0下载:
  2. 编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详-compiler source code, the compiler principles involved in various processes : lexical analysis, LL1 syntax analysis, semantic analysis and code gener
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1532
    • 提供者:长波
  1. 词法分析2004328831139

    0下载:
  2. 前些天写了个小语言的词法分析程序,因为前些天在VC知识库看到一个pascal词法分析的程序,觉得写得挺复杂的。其实词法分析程序的原理都是一样的,所以我想只要搞明白了简单的词法分析程序,再写复杂的就不难了,无非是多加几个关键字,多写几个条件判断语句而已。词法分析是编译程序的基础,也是最简单的。好,现在让我们看程序吧。 先让我们看看这个小语言的文法吧-few days ago wrote a small language lexical analysis procedures, because th
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:74584
    • 提供者:陈 美
  1. 一个简单的C语言编译器

    0下载:
  2. 一个简单的C语言编译器-a simple C language compiler
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:50707
    • 提供者:丁书怀
  1. ssuan36

    0下载:
  2. Simple语言词法分析器——————大连理工版-Simple language morphology analyzer Dalian technical version
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. 打开一个已知目录下的文本文件,通过调用函数将文本里表达式的标识符找出,然后以文本形式输出。-known to open a directory of text files, by calling the function to the text of the expression identifier identify, and then to output in the form of text.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:20298
    • 提供者:news
  1. oqsort

    0下载:
  2. 词法分析程序 -lexical analysis procedure le xical analysis procedure lexical analysis procedure
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5352
    • 提供者:李骏
  1. a

    0下载:
  2. PASCAL语言的词法分析程序,用C++语言编写,开发环境为LINUX.包含源程序的输入文件和分析后的输出文件-PASCAL language lexical analysis procedures using C language, development environment for Linux. Includes input source document and analyze the output files
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1576
    • 提供者:白天
  1. 词法分析程序

    0下载:
  2. /*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0 -/*** ***** lexical analysis procedure *** *****/ # includelt; Iostream.hgt; # Includelt; Fstream.hgt; # Includelt; Math.hgt; Int cc =
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8041
    • 提供者:白天
  1. cifafenxiqi

    0下载:
  2. /*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0 -/*** ***** lexical analysis procedure *** *****/ # includelt; Iostream.hgt; # Includelt; Fstream.hgt; # Includelt; Math.hgt; Int cc =
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1576
    • 提供者:白天
  1. 词法

    0下载:
  2. 这是一个词法分析器,、实验内容: 1. 设计扫描器的自动机; 2. 设计翻译、生成Token的算法; 3. 编写代码并上机调试运行通过。 • 要求:输入——源程序文件; 输出——(1)相应的Token序列; (2)关键字、界符表,符号表,常数表。-This a lexical analyzer, and the contents : 1. The design of automatic scanner machine; 2. Design translation, the Token
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5794
    • 提供者:石青
  1. numerical_analysis

    0下载:
  2. 在程序设计部分主要讨论了在读写函数表达式时,词法分析与语法分析的C++实现方法,这也正是本程序编写的难点与重点。之后介绍了复化求积法和Romberg求积法的编写步骤及方法以及数值积分的实现方法。-in the process of discussing some of the major functions of the reader expression, lexical analysis and parsing of C + + methods, which is precisely wha
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:113915
    • 提供者:王宇
  1. recda

    0下载:
  2. 我们编译原理的上机作业,随便写写糊弄老师的,做tc下调试通过。-we build on the principle of operation for the casual writing fool the teachers do tc under debugging through.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1111
    • 提供者:静水流深
« 1 2 ... .43 .44 .45 .46 .47 248.49 .50 .51 .52 .53 ... 785 »
搜珍网 www.dssz.com