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

搜索资源列表

  1. djgpp-gcc-bxnhy

    0下载:
  2. 里面包含了众多的编写操作系统的底层软件,好难找啊,大家要珍惜啊!包括ls,nasm,djgpp,等等等等。是个集合包-of which contains a large number of the operating system to prepare the bottom of software, the difficulty in finding good ah, we must cherish ah! Including ls, NASM, DJGPP, so on and so fort
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:31.43mb
    • 提供者:与乁
  1. 编译作业

    1下载:
  2. 这个程序是我们的大作业,里面有语法分析,词法分析,四原式等等,里面有具体内容和事例,看看就能明白-this procedure is our largest operation, which has syntax analysis, lexical analysis, the four original type and so on, there are specific details and examples, see we can understand
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:23.65kb
    • 提供者:刘亮
  1. yufafenxi

    0下载:
  2. 本课程设计即为词法分析阶段。词法分析阶段是编译过程的第一个阶段。这个阶段的任务是从左到右一个字符一个字符地读入源程序,对构成源程序的字符流进行扫描和分解,从而识别出一个个单词(也称单词符号或符号)。如保留字(关键字或基本字)、标志符、常数、算符和界符等等。-the curriculum design shall lexical analysis stage. Lexical analysis stage of the process is to compile the first phase.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.2kb
    • 提供者:黄德春
  1. another_compiler

    0下载:
  2. 花了很长时间找了这么多c语言的编译器,希望对大家做编译作业有帮助-spent a very long time to find so many c language compiler, we do want to help build operations
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:210.89kb
    • 提供者:糖果
  1. LL(1)_syntax

    0下载:
  2. LL(1)语法分析程序 (1)对输入文法,它能判断是否为LL(1)文法,若是,则转(2);否则报错并终止; (2)输入已知文法,由程序自动生成它的LL(1)分析表; (3)对于给定的输入串,应能判断识别该串是否为给定文法的句型。 -LL (1) syntax analysis program (1) on the importation of grammar, it can determine whether to LL (1) grammar, and if so, in
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:80.13kb
    • 提供者:张玉峰
  1. LL1_fenxi

    0下载:
  2. 判断是否为LL(1)文法,如果是,可以对该文法进行语法分析。-determine whether to LL (1) grammar, and if so, can this grammar for syntax analysis.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:79.76kb
    • 提供者:常宏
  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
    • 文件大小:149.86kb
    • 提供者:coca
  1. ExpressAnalysis

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

    • 发布日期:2008-10-13
    • 文件大小:22.27kb
    • 提供者:大山
  1. 简易语法分析程序LL

    0下载:
  2. 简易语法分析程序LL(1) (1)对输入文法,它能判断是否为LL(1)文法,若是,则转(2);否则报错并终止; (2)输入已知文法,由程序自动生成它的LL(1)分析表; (3)对于给定的输入串,应能判断识别该串是否为给定文法的句型-simple syntax analysis procedures LL (1) (a) on the importation of grammar. it will determine whether to LL (1) grammar, a
  3. 所属分类:编译器/词法分析

    • 发布日期:2010-07-01
    • 文件大小:80.51kb
    • 提供者:赵珊珊
  1. Ccompiler

    0下载:
  2. 一个C编译器源码:编译器基本原理,词法分析,语义分析-a C compiler source : compiler basic tenets of lexical analysis, semantic analysis, and so on
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:261.49kb
    • 提供者:yangyue
  1. base64decoder

    0下载:
  2. Base64 decoder for Visual C++, 所谓的Base64 , 是密码学中的一门算法 , 在计算机界来说 , 常常运用在EMAIL传送之上-Base64 decoder for Visual C, the so-called Base64. Cryptography is the one algorithm, in the computer industry, for example, is often used in transmission above EMAIL
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:35.83kb
    • 提供者:陈志文
  1. jiandanyouxian

    0下载:
  2. 我前一段时间,做的一个编译原理实验的作业 请大家为我多提意见-some time ago I was doing a translation principle experiment Operating I invite you to do so
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:12.97kb
    • 提供者:chang303
  1. SoccerDoctor

    0下载:
  2. The application wizard has created this SoccerDoctor application for you. This application not only demonstrates the basics of using the Microsoft Foundation Classes but is also a starting point for writing your application. -The application
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:204.09kb
    • 提供者:王揌
  1. antlr-3.0b5.tar

    0下载:
  2. ANTLR(ANother Tool for Language Recognition)它是这样的一种工具,它可以接受词文法语言描述,并能产生识别这些语言的语句的程序。作为翻译程序的一部分,你可以使用简单的操作符和动作来参数化你的文法,使之告诉ANTLR怎样去创建抽象语法树(AST)和怎样产生输出。ANTLR知道怎样去生成识别程序,语言包括Java,C++,C#. -distributions (ANother Tool for Language Recognit ion) it is a to
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.53mb
    • 提供者:guid
  1. PL0123654

    0下载:
  2. 汇编原理的课程设计文档,PL/0语言的翻译程序,包含必做和选做的内容.-compilation of the design principles document, PL / 0 language translation program, including the election and will do so content.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:382.48kb
    • 提供者:罗本
  1. jianyiyufafenxiqi

    0下载:
  2. LL(1)语法分析程序,(1)对输入文法,它能判断是否为LL(1)文法,若是,则转(2);否则报错并终止; (2)输入已知文法,由程序自动生成它的LL(1)分析表; (3)对于给定的输入串,应能判断识别该串是否为给定文法的句型 -LL (1) syntax analysis program, (1) on the importation of grammar, it can determine whether to LL (1) grammar, If so, then swit
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:124.24kb
    • 提供者:wanghe
  1. ctalk-121

    0下载:
  2. C-Talk is interpreted scr ipting language with C-like syntax and dynamic type checking. Variables in C-Talk have no type. So there is no compile time type checking in C-Talk, all checking is performed at runtime. To preserve reference integrity, expl
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:66.28kb
    • 提供者:谷郁
  1. unicodepro

    0下载:
  2. 先从ASCII说起,ASCII是用来表示英文字符的一种编码规范。每个ASCII字符占用1个字节,因此,ASCII编码可以表示的最大字符数是255(00H—FFH)。其实,英文字符并没有那么多,一般只用前128个(00H—7FH,最高位为0),其中包括了控制字符、数字、大小写字母和其它一些符号。而最高位为1的另128个字符(80H—FFH)被称为“扩展ASCII”,一般用来存放英文的制表符、部分音标字符等等的一些其它符号。 -start with the ASCII, ASCII is use
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:10.72kb
    • 提供者:leon
  1. grammaranalyse

    0下载:
  2. 一个用java实现的词法和语法分析器,做的不是很好,希望大家提出意见-java with a realization of lexical and syntax analyzer, is not so good, and he hopes that everyone views
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:17.8kb
    • 提供者:jywhu
  1. CompInstaller2006

    0下载:
  2. 装DevExpress控件时很麻烦,总提示某某控件得先装才行。于是做了这个工具。稍改改就可以用于自己的控件安装了。-DevExpress controls installed when trouble is, the total suggested certain controls installed in the first degree. So did the tools. Slightly changed can be used on its own controls installed.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:264.09kb
    • 提供者:李查
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com