CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - 简单的C语言程序

搜索资源列表

  1. chkc_tar

    0下载:
  2. 这是一个使用标准 C 开发的简单的可以对 C 语言程序进行语法检查的程序,本程序检查你的程序中小括号、中括号、大括号、单引号、双引号、/* */ 注释等的配对情况,可以及时发现程序中存在的语法错误情况。-This is a standard C development can be a simple C language syntax procedures for the inspection procedures, the procedures check your procedures sm
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:9446
    • 提供者:李金明
  1. myCompiler000

    0下载:
  2. 一个很一般的编译程序 有词法分析,语法分析,语议分析,和最终生成四元式,但是出错处理较简单,大部分用的C语言,但加了一个四元式类,本人感觉这个程序很垃圾,但可以做个参考!-a very general compilers have lexical analysis, grammar, language proposed analysis, and generate the final-four yuan, But mistakes in handling more simple, with
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:25763
    • 提供者:严铁成
  1. 1020310725

    0下载:
  2. 一个很一般的编译程序有词法分析,语法分析,语议分析,和最终生成四元式,但是出错处理较简单,大部分用的C语言,但加了一个四元式类,本人感觉这个程序很垃圾,但可以做个参考!.. -a very general compilers have lexical analysis, grammar, language proposed analysis, and generate the final-four yuan, But mistakes in handling more simple, with
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2963
    • 提供者:liujun
  1. slrprogram

    0下载:
  2. 一个简单的SLR分析程序,我写的一个SLR分析程序,C语言的,欢迎大家使用啊。-a simple SLR analysis program, I wrote an analysis procedures SLR, the C language, Everyone is welcome to use ah.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:14654
    • 提供者:Tom
  1. 2.1

    0下载:
  2. 该程序能够实现简单的c语言词法,语法,语义分析。- This procedure can realize the simple c language morphology, the grammar, the semantic analysis.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:33541
    • 提供者:黄鲸宾
  1. scanner

    0下载:
  2. 简单源程序的词法分析程序的C语言实现,输出二元式,保存在外部文件
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:15311
    • 提供者:李勇
  1. stephen的编译

    0下载:
  2. 编译原理 小程序设计 用C语言实现一个简单的词法分析程序-small compiler theory C programming language used to implement a simple lexical analysis procedure
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6226
    • 提供者:张土生
  1. EP2

    0下载:
  2. C语言编写的简单计算程序的语法分析器,可以识别一定的计算功能-C language prepared by the simple calculation procedure syntax analyzer can identify certain computing capabilities
  3. 所属分类:Compiler program

    • 发布日期:2017-11-11
    • 文件大小:868
    • 提供者:刘思远
  1. lexicalanalyzer

    0下载:
  2. 课程作业,一个简单的词法分析程序,分析简化的C语言代码-Course work, a simple lexical analysis procedures, analysis of a simplified C language code
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:11797
    • 提供者:王蒙
  1. lex

    0下载:
  2. 用C语言实现了简单的词法分析功能,用户输入任意字符串,程序输出经分析后的token序列-Using C language to achieve a simple lexical analysis function, the user to enter arbitrary strings, the program output by the analysis of the token sequence
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:10716
    • 提供者:sdfe
  1. Compiler

    0下载:
  2. 编译课上做的小程序,用四种分析方法分别实现(LL1,算符优先,递归下降,简单词法分析) 完成对正则文法所描述的Pascal语言子集单词符号的词法分析程序。 <标识符>→字母︱ <标识符>字母︱ <标识符>数字 <无符号整数>→数字︱ <无符号整数>数字 <单字符分界符> →+ ︱- ︱* ︱ ︱(︱) <双字符分界符>→<大于>=︱<小于>=︱<小于&g
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:483490
    • 提供者:丁丁
  1. analysis

    0下载:
  2. 是一个很简单的编译原理的词法分析程序,就是对一个简单的C语言程序进行模拟编译。-Is to compile a very simple principle of lexical analysis procedure is a simple procedure to simulate the C language compiler.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1678
    • 提供者:赵全
  1. Ccifafenxi

    0下载:
  2. c语言词法分析程序的实现,实现了简单的词法分析-c language lexical analysis procedures to achieve
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:140392
    • 提供者:赵晓东
  1. GraArraysis

    0下载:
  2. 这个程序实现了比较简单的C语言编译器前端的词法分析器和语法分析器.-This procedure is relatively simple to achieve a C-language compiler front-end of the lexical analyzer and parser.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-06
    • 文件大小:1125914
    • 提供者:翔宇
  1. 101259374RockCarryPL0

    0下载:
  2. 使用C/C++语言作为实现语言,实现一个简单PL/0语言的编译器。手工编码实现编译器的组成部分。语法分析程序采用递归下降分析法。-The use of C/C++ language as the implementation language, to achieve a simple PL/0 language compiler. Hand-coding part of the compiler. Parser uses recursive descent analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:304368
    • 提供者:哈根
  1. yufafenxishiyan

    1下载:
  2. 设计一个简单的词法分析器,从而进一步加深对词法分析器工作原理的理解。了解编译原理中词法分析器的原理,并用一种编程语言的具体代码实现简单的词法分析器的功能(在这里我使用C语言实现,代码可以完成简单的C语言程序中的关键词,变量,分界符,数字,运算符,赋值符。)-Design a simple lexical analyzer to further deepen the understanding of the lexical analyzer works. Compiler theory to u
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-05-06
    • 文件大小:109497
    • 提供者:
  1. cifafenxi

    0下载:
  2. 简单的c语言词法分析程序,可以识别关键字,数字,符号等-C-language lexical analysis of a simple program that can identify the keywords, numbers, symbols, etc.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:1201
    • 提供者:mczjyl
  1. TEST_compiler

    0下载:
  2. 开发环境:VC6.0 语言:C++ 功能:一个简单的TEST语言的编译器程序-Development Environment: VC6.0 Language: C++ function: a simple language compiler program TEST
  3. 所属分类:Compiler program

    • 发布日期:2017-05-01
    • 文件大小:716558
    • 提供者:高苏波
  1. word_analyse

    0下载:
  2. 用C语言实现的一个简单的词法分析程序,对学习编译原理的前期很有帮助。-Implemented in C language, a simple lexical analysis program, to learn the principles of pre-compiled helpful.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:5892
    • 提供者:张强
  1. A-Simple-LexicalAnalyzer(C)

    0下载:
  2. 此程序是正对编译原理中所涉及到的词法分析程序所编译的一个简单的C语言版的词法分析程序。-This a simple Lexical Analyzer in the C environment.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:1388
    • 提供者:谭若斯
« 12 »
搜珍网 www.dssz.com