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

资源列表

« 1 2 ... .56 .57 .58 .59 .60 761.62 .63 .64 .65 .66 ... 785 »
  1. c++词法分析程序

    1下载:
  2. 一个用C++编写的C语言词法分析程序,本人在做WEBSPHERE MQ的收发信息时需要对远端发过来的数据进行解析,然后才能确定要发送到哪一个终端,因此写了对词法分析做了一定的研究,也就写了这么一个程序.-prepared by the C language lexical analysis procedures, I do WebSphere MQ the need to send and receive information sent to the remote data analysis,
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:9952
    • 提供者:何福康
  1. zhou_compiler

    0下载:
  2. 我的编译原理课程设计。类PASCAL的语法,仿造PL0文法,采用递归子程序法生成中间代码-四元式。没有实现中间代码的优化。-I compiler theory of curriculum design. PASCAL syntax, copy PL0 grammar, using recursive method subroutine code generation middle-4 yuan style. Not achieved intermediate code optimization.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:63649
    • 提供者:周伟斌
  1. v.206(预处理)

    0下载:
  2. lex语法分析,对BNC语料库进行文本标注前的预处理,将与SGML标注与文本词性标注无关的删除掉-this is lex syntax analyzing,annotate with BNC syntax LIB.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:239542
    • 提供者:周果果
  1. simple词法编译器

    0下载:
  2. 这是我个人编写的simple语言词法编译器,希望对大家能有所帮助,绝对是原创哦-This simple-accidence-compiler is wirtten by myself, I hope that it will be helpful to everyone, its written of my own, in deed.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2346
    • 提供者:孟庆洋
  1. 字符串表达式解析器

    0下载:
  2. 此程序实现的是一个运算器,是在一个程序的基础上进行改进的,计算器中需要的运算以及操作对象: IF,AND,OR,<,<=,>,>=,<>,=,== 数字0-9,(,),+,-,*,/, SIN,COS,TAN,POW,EXP,ABS,SQRT,INT,LN,LOG,MIN,MAX.-this program is a computing device that is in a process of improvement based on the
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:46278
    • 提供者:天空
  1. 编译

    0下载:
  2. 一个不错的编译程序,能够在VC环境下完美运行-a good compiler, in the VC environment perfect run
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2471666
    • 提供者:安康
  1. AspDecoder

    1下载:
  2. 很多的ASP源码都被加密了,此程序可以解密出来,不可多得,自认为特别好用.-lots of asp source code have been encrpted,this program can unencrpt ,it is hard to find ,I thiink it is good.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:201270
    • 提供者:韩思语
  1. 编译程序源代码(Pascal代码)

    0下载:
  2. 这个是Pascal编的。教为简单。 包含词法分析在内。-Pascal series. The simple. Lexical analysis, included.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5390
    • 提供者:11
  1. SC 22

    0下载:
  2. The Small C compiler translates a subset of the C language into assembly language. It runs under PC/MS-DOS 2.1 and later. Small C is compatible with the Microsoft and Small Mac assemblers. Small C takes full advantage of the ability of thes
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:131086
    • 提供者:张先生
  1. 05062119gthfgh

    0下载:
  2. 好的C源程序编辑器UltraEdit8.0.zip,如果大家喜欢,我会继续上传更多的-Source of perfect editor UltraEdit8.0, I will upload more and more with your pleasure.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1278883
    • 提供者:张先生
  1. 编译原理课程设计报告LL1文法

    0下载:
  2. 课程设计的目的 通过课程设计进一步理解高级语言在计算机中的执行过程,加深对编译原理中重点算法和编译技术的理解,提高自己的编程能力,培养好的程序设计风格。同时通过某种可视化编程语言的应用,具备初步的Windows环境下的编程思想。解和掌握LL(1)语法分析方法的基本原理;根据给出的LL(1)文法,掌握LL(1)分析表的构造及分析过程的实现。 -curriculum design through curriculum design aimed to further understand se
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:126996
    • 提供者:爽爽
  1. 编译原理课程设计报告书

    1下载:
  2. 词法分析中2.实验内容 SAMPLE语言语法分析部分的实现。 输入:词法分析后得到的token.txt文件. 输出:程序中的语法错误的所在的行和列,出错原因. 功能:读入词法分析后得到的TOKEN串,识别不同的语法范畴,并识别其中的 语法错误,同时显示错误所在行,列和错误的原因. -2. SAMPLE experiment as part of language syntax analysis of the achievement. Input : lexical ana
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:102045
    • 提供者:爽爽
« 1 2 ... .56 .57 .58 .59 .60 761.62 .63 .64 .65 .66 ... 785 »
搜珍网 www.dssz.com