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

搜索资源列表

  1. by3

    0下载:
  2. 给大家一点有关编译原理的程序,仅供参考,希望会对你有帮助-give us some compiler tenets of the procedure, for reference purposes only, hope will help you
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.23kb
    • 提供者:pp
  1. ucw-src129

    0下载:
  2. UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:418.61kb
    • 提供者:lee
  1. cifenqi

    0下载:
  2. 词法分析器 对输入的程序进行分析,将关键字,保留字与系统标识符分开,并对其属性进行说明。 建立数组,将单词读入,对单词的ASCII码进行判断,将在ASCII码值在一定区间进行区分(使用if语句来判断),分开来后,对其所在ASCII值区间的不同,给予以不同的属性(比如:系统保留字…),词法分析器完成后要能识别+,-,=等字符。-lexical analyzer on the importation procedures for analysis, keyword, the word reserva
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:36.5kb
    • 提供者:黄枫
  1. 表达式

    0下载:
  2. 自己编的一个小程序,供大家参考,有不足之处请提意见。-A small program is writed by myself,supply with you,please give me opinion.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:17.78kb
    • 提供者:energy
  1. HtmlParser_v3

    0下载:
  2. 自己写的一个html文件解析器,希望能给大家作为参考-Html file to write a parser that will give you as a reference
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:254.98kb
    • 提供者:Mac
  1. pl0.rar

    0下载:
  2. PL/0语言可以看成PASCAL语言的子集,它的编译程序是一个编译解释执行系统。PL/0的目标程序为假想栈式计算机的汇编语言,与具体计算机无关。 文件说明: PL.htm---PL/0语言基本原理 pl0.h---定义 PL0.cpp---实现 testPl0.cpp---使用方法举例 testPas.txt---一个LP/0语言源程序,PL/0 language may regard as the PASCAL language the subset, its compiler is a tr
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:583.34kb
    • 提供者:许豫飞
  1. jing

    0下载:
  2. 编译原理词法分析适合初学者参考。我相信会给你们一些帮助的-Compilation Principle beginners reference for lexical analysis. I believe that will give you some help
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:15.77kb
    • 提供者:zujuan
  1. suanfuyouxianfenxiqi

    2下载:
  2. 【目的】 设计一个算符优先分析器,理解优先分析方法的原理。 【要求】 使用算符优先分析算法分析下面的文法: E’ → #E# E → E+T | T T → T*F | F F → P^F | P P → (E) | i 其中i可以看作是一个终结符,无需作词法分析。具体要求如下: 1. 如果输入符号串为正确句子,显示分析步骤,包括分析栈中的内容、优先关系、输入符号串的变化情况; 2. 如果输入符号串不是正确
  3. 所属分类:Compiler program

    • 发布日期:2015-09-21
    • 文件大小:2.85kb
    • 提供者:王东旭
  1. LR1

    0下载:
  2. 以lr1分析法,按照给定的文法分析单词序列是否合乎语法要求,将每一步分析打印出来,并给出最后结果.-To lr1 analysis, in accordance with the given word sequence grammar analysis grammar requirements whether it will print out every step of the analysis and give the final results.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:16.68kb
    • 提供者:Jimmy
  1. disign

    0下载:
  2. 《仓库管理系统》是采用VISAUL C++开发的一个数据库管理系统。本设计说明书主要讲述了VISAUL C++的基本功能及设计方法。紧接着以本系统为例,逐一介绍开发本系统的步骤:系统分析、系统设计、系统实现、系统维护。在系统分析中先后用数据流图、系统的功能结构图分析了系统所需的各种数据。在系统的设计中,详细的展现了系统的各个功能模块。所需的数据库表及表字段。菜单的设计等。在系统的实现中,给出了实现表单中相应的功能控件的事件及代码。以及菜单实现的方法。文章的最后则给出了本系统的主要功能运行界面图。
  3. 所属分类:Compiler program

    • 发布日期:2017-05-20
    • 文件大小:5.58mb
    • 提供者:廖晟微
  1. cifafenxix

    0下载:
  2. 编译器中关于此法分析的部分,虽然比较简单,但可以给予启发吧,很有用- Compiler on the part of this analysis, although relatively simple, but it can give inspiration, useful
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:2.83kb
    • 提供者:xueqingshui
  1. PL0

    0下载:
  2. 用递归下降的方法来设计PL/0编译器。以下我们给出该语言的FIRST和FOLLOW集合。-The decline in use of recursive methods to the design of PL/0 compiler. Below we give the language of the FIRST and FOLLOW set.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:7.75kb
    • 提供者:李绿叶
  1. 2

    0下载:
  2. byteblaster的图纸,大家可以试试看,一般流传的都是这个-byteblaster drawings, we can give it a try, most popular are the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:10.65kb
    • 提供者:张三
  1. SLR(1)

    1下载:
  2. SLR(1)分析表分析法,给出一个分析表含action和goto表,然后对给出的语句进行语法分析,规约判断!-SLR (1) analysis table analysis, give an analysis table with action and goto tables, and then parsing the statements given in the statute to judge!
  3. 所属分类:Compiler program

    • 发布日期:2016-06-20
    • 文件大小:535.5kb
    • 提供者:肖琴琴
  1. complier

    0下载:
  2. 编写识别表达式文法的合法句子的预测分析程序,对输入的任意符号串,给出分析过程及分析结果。分析过程要求输出步骤、分析栈、剩余输入串和所用产生式。如果该符号串不是表达式文法的合法句子,要给出尽量详细的错误提示。-Write a sentence identifying the legitimate expression grammar prediction analysis program, the input string of arbitrary symbols, given the analy
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:4.68kb
    • 提供者:lilisandy
  1. wxMSW-2.9.1-Setup

    0下载:
  2. wxWidgets is a C++ library that lets developers create applications for Windows, OS X, Linux and UNIX on 32-bit and 64-bit architectures as well as several mobile platforms including Windows Mobile, iPhone SDK and embedded GTK+. It has popular langua
  3. 所属分类:Compiler program

    • 发布日期:2017-06-16
    • 文件大小:23.29mb
    • 提供者:nuoajung
  1. MingwLibrarySrc

    0下载:
  2. 在windows系统中使用MinGw编译器编译自己的库的实例。-This is intended to give a brief and simple introduction to compiling your own libraries with the MinGW (Minimal GNU for Windows) compiler.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:543byte
    • 提供者:海航库
  1. alinksrc

    1下载:
  2. alink v1.6源码,alink是一个开源的连接器/链接器(linker).pudn上的只搜索到可执行文件. -ALINK Source Code, V1.6, Copyright 1998-9 Anthony A.J. Williams. All Rights Reserved. This source code is free for all to use, compile and distribute for any purpose, provided it r
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:46.5kb
    • 提供者:龙组
  1. cifafenxi

    0下载:
  2. 编译原理词法分析程序,如有需要的都来看看O(∩_∩)O哈!希望能给你带来帮助,O(∩_∩)O谢谢!-Compiler theory lexical analysis program, and if necessary have to look at O ​ ​ (∩ _ ∩) O Ha! Want to give you help, O (∩ _ ∩) O Thank you!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:9.29kb
    • 提供者:sky
  1. Chemicals2204995252011

    0下载:
  2. I have written this program to make it easy for anyone to make computer graphics based structrual design of simple compounds. (User can also make very complex chemical structures but he/she will need a clear idea of 3D geometry and some basic trigno
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:348.62kb
    • 提供者:blesson
« 12 »
搜珍网 www.dssz.com