搜索资源列表

  1. 词法分析Lex

    1下载:
  2. 名称:C语言词法分析器 功能:1)从C语言源代码文件中提取所有词素 2)检测程序的词法错误,给出错误行号及提示 3)语法分析器的预备程序 文件:分析器代码(Lex.c)、测试文件(test.c)、状态转换图、可执行程序 输出:错误记录文件、符号表文件、标识符文件-Name lexical analyzer for C language function: 1)Extract all lexems from C Language
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:192513
    • 提供者:张永胜
  1. 简易C语言词法分析程序

    0下载:
  2. c 的 词发分析程序我现在在学编译原理 想找点东西学 请多关照-c word fat analysis program at school I now depending compiler theory learning the news conference for the
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3205
    • 提供者:zz
  1. visual c++词法分析器

    0下载:
  2. 一个用c++编译的词法分析器,主要是针对c++语言的。本人觉得学习性很好。有什么建议请与我联系 qq:23318796-a compiler with the lexical analyzer is targeted mainly c language. I feel that learning the good. Any suggestions, please contact me qq : 23318796
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:15360
    • 提供者:姚翊
  1. 简易C语言词法分析程序

    0下载:
  2. c 的 词发分析程序我现在在学编译原理 想找点东西学 请多关照-c word fat analysis program at school I now depending compiler theory learning the news conference for the
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:zz
  1. 使用lex分析java源程序

    0下载:
  2. Lex是美国Bell实验室用C语言研制的一个词法分析程序自生成工具。它的基本原理就是使用正则表达式扫描匹配文本,并为每一个匹配模式定义一些操作,当用C语言作宿主语言时,这些操作都由C语言实现。一种匹配的正则表达式可能会包含相关的动作。这一动作可能还包括返回一个标记。当 Lex 接收到文件或文本形式的输入时,它试图将文本与正则表达式进行匹配。它一次读入一个输入字符,直到找到一个匹配的模式。如果能够找到一个匹配的模式,Lex 就执行相关的动
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:万宏兴
  1. 编译原理词法分析器c语言

    0下载:
  2. 编译的作业,对词法的分析分类以及发现错误,希望与大家交流,谢谢指教-Task of Compiler Implementation,To analyse and find error of Lexical,wish to communication with you,thanks.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:王立伟
  1. simple词法分析器

    0下载:
  2. 这是用VC++6.0编写的一个简单的c语言的词法分析器,个人感觉良好,简单又实用。-This is the VC 6.0 of a simple preparation of the c language lexical analyzer, personal feel good, simple and functional.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:周艳红
  1. 词法语法分析器——c

    0下载:
  2. 一个C语言实现的词法分析器和语法分析器。仅供大家参考。-a C language of the lexical analyzer and parser. Only your reference.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:36864
    • 提供者:陈为
  1. Soft20060210155900603

    0下载:
  2. c语言程序的词法分析器,非常好用的,适合研究学习的-the lexical analyzer, very useful, and for the study of learning
  3. 所属分类:其它资源

    • 发布日期:2024-05-18
    • 文件大小:28672
    • 提供者:qjs
  1. fenxiq

    0下载:
  2. C语言书写的词法分析器,功能不是很完善,请多指教-written in C language lexical analyzer, function is not perfect, please enlighten
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:macha
  1. hello

    0下载:
  2. 很好的c语言词法分析程序,该词法分析程序用VC++ 6.0编写。我做的一个C子集的词法分析器可以分析C语言的一个子集,包括关键字以及绝大部分的符号.-Good c language lexical analysis procedures, the lexical analysis procedure used VC++ 6.0 preparation. I make a C subset of the lexical analyzer
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:909312
    • 提供者:小薇
  1. lexical_analysis(CSharp)

    0下载:
  2. CSharp编写的类C语言词法分析程序。采用OOP思想设计,具有基本词法分析功能,单独用一个类封装,拓展性好。-Prepared CSharp Class C language lexical analysis program. Thinking of using OOP design, have a basic lexical analysis function, a separate category with a package,
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:53248
    • 提供者:梁浩亮
  1. C

    0下载:
  2. C语言词法分析器 实现简单的词法分析,是编译原理的课程设计之一-C language lexical analyzer to achieve a simple lexical analysis is compiled one of the principle of curriculum design
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:240640
    • 提供者:kanjian666
  1. 词法分析器(C语言编写)

    0下载:
  2. 用C语言编写的词法分析器,系统平台为windows,VC6.0.运用到编译原理的知识
  3. 所属分类:编译器/词法分析

  1. c语言编译器源码

    1下载:
  2. c语言编译器源码 可以学习编译的设计 ucc是一款遵从ANSI C89标准的编译器,大约15,000行C代码。目前支持x86平台上的 Linux和Windows系统,能正确编译自身并成功运行。它有下面一些特点: 代码结构清晰直观,有比较详细的中文文档讲述它的实现 使用三地址码作为中间码,构建了由基本块组成的控制流图,适合很多优化算法 编译速度快。词法分析,语法分析和目标代码生成器都是手写的(其中的代码生成器本想用bur
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-10-17
    • 文件大小:380043
    • 提供者:luoye292
  1. 词法分析

    0下载:
  2. C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。(The C++ source code scanner recognizes the C++ mark. The C++ language contains several types of notations: identifiers, keywords, nu
  3. 所属分类:其他小程序

  1. 2

    0下载:
  2. c语言词法分析 文件读写操作 生成文件保存(C language word analysis file read and write operation generation file save)
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:12312412341
  1. Lexical_Analyzer

    0下载:
  2. 简易词法分析器,实现C语言词法分析。。。。(Simple lexical analyzer)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:xiao_ning
  1. Lexical Analysis

    0下载:
  2. 简单的C++实现的C语言词法分析程序,适用于编译原理小型课设实验。(A simple Lexical Analysis programme for C files based on c++. Suitable for C.P. experiments.)
  3. 所属分类:词法分析

    • 发布日期:2024-05-18
    • 文件大小:2029568
    • 提供者:Drascension
  1. 词法分析

    0下载:
  2. 这是c语言编写的词法分析报告 实测可以使用(This is a word analysis report written in the C language that can be used for measurement)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:5304320
    • 提供者:yyyP
« 1 2 34 5 6 7 8 9 10 ... 31 »

源码中国 www.ymcn.org