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

资源列表

« 1 2 ... 34 35 36 37 38 3940 41 42 43 44 ... 785 »
  1. C-CIFAFENXI

    0下载:
  2. 词法分析,编译器,简便易行-lexical analysis, compilers, simple
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3108
    • 提供者:王启欣
  1. decaf

    0下载:
  2. 用Java实现的编译器。把源代码编译成SPARC汇编程序-using the Java compiler. Put into the source code compiler assembler SPARC
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1134988
    • 提供者:李萍
  1. ffffff

    0下载:
  2. 词法分析 采用独立一遍的工作方式构造PL/0语言的词法分析器-lexical analysis using an independent again the way tectonic PL / 0 language lexical analyzer
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3253
    • 提供者:月月
  1. cifafenxi

    0下载:
  2. 是计算机编译原理的课程设计 词法分析器的程序-computer compiler theory of curriculum design lexical analyzer procedures
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3202
    • 提供者:wuyanru
  1. MyJavaCifa

    0下载:
  2. pl/0语言的词法分析器 cifa\\CifaMainFrame.java 主类 cifa\\CifaProcess.java 处理程序-pl / 0 language lexical analyzer CIFA \\ Main CifaMainFrame.java category CIFA \\ CifaProcess.java handling procedures
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3287
    • 提供者:冯2
  1. calculator_mfc

    0下载:
  2. 利用词法分析原理,写的图形化计算器实例,使编译原理应用的一个小例子-use lexical analysis principle, to write graphic calculator example, turn the application of principles of a small example
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:43923
    • 提供者:coca
  1. byylsjjc

    0下载:
  2. 它主要包括两大部分: 前一部分是对于PL/0编译器的阐述,如编译器的构成,阶段划分, PL/0程序实例等;后一部分是PL/0编译器的主要源代码。-It includes two main parts : the first part is for PL / 0 compiler exposition, if the compiler the composition stages, PL / 0 procedures example; after part of the PL / 0 c
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:97874
    • 提供者:coca
  1. pl0withc

    0下载:
  2. 它是VC++6.0下面的一个项目,该目录包括PL/0编译器的源代码。 PL0/debug下面是已经编译成功的PL/0编译器:PL0.exe。该小编译器可以处理一些简单的 利用PL/0语言书写的程序。例如,PL0/debug下面的test.PL0就是一个简单的 PL/0 程序。 运行PL0.exe, 并把test.pl0提供给PL0.exe,处理结果将保存在test.out 中。 注:test.pl0 和 test.out 可以用Notepad(记事本)软件
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:14453
    • 提供者:coca
  1. PowerToy

    0下载:
  2. PowerToy是为方便程序员在命令行窗口中使用Visual Studio.NET 2003 中的各种命令行工具而开发的一个小程序。它在资源管理器的弹出菜单中增加一项[打开命令行窗口]。点击该菜单项后,系统会在资源管理器当前工作路径处打开一个命令行窗口,并在此窗口中自动设置Visual Studio的环境变量,如PATH。程序员在此窗口中可方便地执行Visual Studio.NET 2003中的各种命令行工具,如C++、C#的编译器等等。-PowerToy for the convenienc
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:153454
    • 提供者:coca
  1. min_Pascal

    0下载:
  2. min_Pascal语言的语法,其中<循环语句>改为 ::= do<语句> while<条件>。压缩包中还包括5个测试用例。 另外,如要文档,请给我邮件。-min_Pascal language syntax,
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8231
    • 提供者:李略
  1. mini-pl0-plus

    0下载:
  2. 扩展后的mini-pl0语法编译器,具体语法见压缩包中的文件介绍。用lex和yacc编写。含15个测试用例。-expansion of the mini-pl0 syntax compiler, the specific syntax compressed see the introduction of documents. Lex generates and with the preparation. With 15 Test Case.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:17949
    • 提供者:李略
  1. ExpressAnalysis

    0下载:
  2. 表达式分析, 支持算术运算,括号,关系运算,逻辑运算,字符串的like运算等。采用了有限自动机做词法分析, 语法分析用算符优先分析方法,正负号算符使文法不是OPG,因此这里作了特殊处理。分析的结果是逆波兰式, 存在一个链表中。在逆波兰式的基础上,用一个栈来进行求值。在vc++6.0下试验通过。 如有问题,可以mail: zch888email@163.com 我将尽快回复你。-expression analysis, supports arithmetic operations, bra
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:22808
    • 提供者:大山
« 1 2 ... 34 35 36 37 38 3940 41 42 43 44 ... 785 »
搜珍网 www.dssz.com