搜索资源列表

  1. PL0词法分析程序

    0下载:
  2. 这是一个PL0编译系统的词法分析程序 能识别出所有的单词并分类-PL0 This is a compiler of lexical analysis procedure to identify all the words and classification
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2380
    • 提供者:干俊
  1. 一个c语言词法分析例子

    0下载:
  2. C语言词法分析示例 用于指导编译原理实验报告的编写-C language lexical analysis compiled examples guiding principles for the preparation of the report experiments
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. 用C语言实现的 c语言的词法分析程序 功能齐全 实现算法效率嘎-C language for the c language lexical analysis procedure is complete algorithm efficiency Ga
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:13301
    • 提供者:比赛
  1. 国立——词法分析

    0下载:
  2. 自己做的一个普通词法分析程序c语言环境终结符:e c j t u可扩展-have done an ordinary lexical analysis procedure c language environment End Address : c j e t u scalability
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3342
    • 提供者:海浪
  1. 词法分析 C++

    0下载:
  2. 词法分析程序 能自动识别VC++程序编译原理课程上机作业C++程序编写-lexical analysis program can automatically identify VC compiler theory courses on the plane operations C programmers
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:247038
    • 提供者:俞鹏
  1. S语言词法分析

    0下载:
  2. 这是一个simple语言词法分析程序,程序有点问题,就是token.txt和symble.txt两个文件不能写入数据.你能告诉我吗?qq:23318796-This is a simple language lexical analysis procedure is a problem, and is token.txt symble.txt two documents can not write data. Can you tell
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:10850
    • 提供者:姚翊
  1. 程序的词法分析

    0下载:
  2. 对简单的C程序或者Pascal程序进行词法分析以TOKEN字的形式放入结果文件-of simple C program or Pascal procedures lexical analysis in the form of the word TOKEN Add outcome document
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8589
    • 提供者:杨鼎新
  1. 简易C语言词法分析程序

    0下载:
  2. 简易C语言词法分析程序.zip直接解压即可解压后内有说明,请参考说明-simple C language lexical analysis procedure. Zip can be directly extracted unpacked within a note, please refer to Note
  3. 所属分类:编译器/词法分析

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

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:8041
    • 提供者:白天
  1. 编译原理—词法分析和语法分析 实验报告

    1下载:
  2. 词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码-lexical analysis, LL1 syntax analysis, semantic analysis and code generation and code optimization (regular expression optimization, public expressi
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:52082
    • 提供者:张学友
  1. 我编写的编译原理实验的词法分析程序

    0下载:
  2. 词法分析程序,不用多说了,算法是我优化了n久的,给大家参考一下-lexical analysis procedure Needless to say, I optimization algorithm is a long n, for your reference
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2591
    • 提供者:冯亮
  1. c语言词法分析程序

    1下载:
  2. .X语言词法分析程序的设计 目的:设计、编制、调制一个具体的词法分析程序,加深对词法分析原理的理解。 要求: (1)通过理解正规式、有限自动机原理,根据下面的X语言的说明编制一个X语言的词法分析程序。 (2)提交实验报告,报告内容如下: 目的要求、DFA、程序清单(带注释)、测试样例及结果
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:33549
    • 提供者:萧飞
  1. 编译原理——词法分析

    0下载:
  2. 该程序是词法分析部分Lexical Analyse。 2)只支持无符号整数类型。不支持数组和指针等高级特性。 3)不支持函数。-that the procedure was lexical analysis Lexical Analyze. 2) only support unsigned integer type. Do not support pointer array and advanced features. 3) does
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2345
    • 提供者:范志鸿
  1. pacal词法分析

    0下载:
  2. 该程序是在C下的对TP的简单的词法分析,利用该程序可以分析简单的程序,别的也没有了,就是这些了-the program is the C of the right TP simple lexical analysis, using the program can analyze a simple procedure, nor the other, which is a
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4607
    • 提供者:刘平
  1. WANG词法分析-编译

    0下载:
  2. 一个简单的词法分析器,1代表字符,2代表关键字(命令字),4带表算符界符, 注:要把wangs.txt这个文件放在桌面上,然后在这个TXT里写上你要识别的语句。然后保存后关毕,在运行WANG词法分析.EXE进行词法分析。 完成识别后,会在相应的词面前出现以上代号。暂不能对数字进行识别。因为在某种请况下数字也可表是为字符……稍有困难,但完成老师的针对程序段:area=b+c*d。那简直是小菜一碟。-a simple lexical ana
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:11528
    • 提供者:linlins
  1. 词法分析报告

    0下载:
  2. 这是一个编译原理中词法分析的实验报告,内容挺完整-it is a test report about accidence analyse of complier principle,its context is full
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:226883
    • 提供者:ddd
  1. 编译小程序-词法分析

    0下载:
  2. 这是一个用C++编写的编译原理的词法分析程序,希望对各位学习编译的同学有一定帮助-This is a C compiler prepared by the tenets of lexical analysis procedure, and I hope to learn from you and the compiler will definitely help students
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1778
    • 提供者:陈陪
  1. 词法分析小例子c

    0下载:
  2. 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。- And the hands of the right programming language source for the scanning process of decomposition of various word lexical analysis methods.
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. 一个小语言的词法分析程序,可以给初学者试试手,很不错的哦.. -Accidence anlysis program of a small language,can used by beginner,is ok...
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:44771
    • 提供者:苏亮
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org