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

搜索资源列表

  1. SLNC

    0下载:
  2. 一个简单的词法分析程序。是编译原理的部分课程设计。因为时间有限。未能完成全部。如果有朋友改了代码或添加了功能使代码更加完善。请与我联系:ningmeng_studio@163.com谢谢. 做的不是很好,请多谅解。-a simple lexical analysis procedure. The principle is to compile part of the curriculum design. Because of the limited time available. Failu
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:28.66kb
    • 提供者:张立柱
  1. 自己的作品

    0下载:
  2. 这是个自己写的一个此法分析器,头次写这个,希望大家赏脸。-this is the one to write his law analyzer, the first time to write this, we hope obliged to say something.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:14.75kb
    • 提供者:李波
  1. cwdl291s

    0下载:
  2. CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the code generation is fairly good. There are two versions one is for MSDOS/DPMI and one is for Win32. The Win32 version has a full-blown IDE capable of edi
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.21mb
    • 提供者:肖逸
  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. LR(0)blog.files

    0下载:
  2. 写的人花了时间 虽然很简单啊 谢谢你们下载-people writing spent time although very simple ah Thank you download
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-11
    • 文件大小:110.66kb
    • 提供者:wangya
  1. pl0back

    0下载:
  2. 在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。   PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:374.08kb
    • 提供者:mayfar
  1. shua

    0下载:
  2. 同时论流刷定制的不同的网页同 时论流刷定制的不同的网页同时论流刷定制的不同的网页-while brushing customized flow of the different flow on the website while brushing customized website also different flow on the different brush customization On the website the same time brush customized flow
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4.59mb
    • 提供者:yshengjie
  1. lexicalanalysis

    0下载:
  2. 为了实现的编译程序实用,源程序可采用自由书写格式,即一行内可以书写多个语句,一个语句也可以占领多行书写;标识符的前20个字符有效;整数用2个字节表示;长整数用4个字节表示。这样词法分析程序的主要工作为: (1)从源程序文件中读入字符。 (2)统计行数和列数用于错误单词的定位。 (3)删除空格类字符,包括回车、制表符空格。 (4)按拼写单词,并用(种别,单词)二元式表示。 (5)根据需要是否填写标识符表供以后各阶段使用。 这里采用的编译程序的实现方法是一遍扫描,即从左到右只
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:10.45kb
    • 提供者:houny
  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. 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. yufafenxi(tiny)

    1下载:
  2. 我花了很长时间做的一个语法分析器, 他可以查看生成的语法树(如果无语法错误的话)-I spent a lot of time doing a parser, He can check the syntax tree production (if not the grammar mistakes)
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:114.57kb
    • 提供者:king
  1. Soft20060210105922892

    0下载:
  2. 这是学《编译原理》时的上机实验。可实现对C语言的词法分析,关键字32个,包含了C的绝大部分运算、限界符,主要是对文件进行读、写操作,节省内存消耗,自以为是一个不错的词法分析程序。运行环境为VC++6.0。-This is the time for "compiler theory," the experiment on the plane. To be able to achieve C language lexical analysis, keyword 32, C con
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4.27kb
    • 提供者:why
  1. tiger_runnable

    0下载:
  2. tiger run time supporting files
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:47.88kb
    • 提供者:斯蒂芬
  1. PL0Backup

    0下载:
  2. 《PL/0的编译器》:PL/0语言是Pascal语言的一个子集,《PL/0的编译器》实现了把客户用PL/0语言编写的程序编译成类PCODE代码,并能虚拟机上解释运行生成的类PCODE代码的功能。《PL/0的编译器》采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告和出错恢复的功能。-"PL / 0 compiler" : PL / 0 Pascal language is a language sub
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:374.94kb
    • 提供者:李建龙
  1. GPSchengxu

    0下载:
  2. GPs测量坐标转换工具 有时间你们研究下-GPs coordinate measurement conversion tools you have time to the study
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3.08kb
    • 提供者:123
  1. huffmen

    0下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接受将传来的数据进行译码。-use Huffman coding can be greatly improved communication channel utilization, shorten information transmission time and reduce transmission costs. However, this require
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.73kb
    • 提供者:熊杰
  1. 编译技术

    0下载:
  2. 我用java写的词法分析器,语法分析器正在做,到时候我传上来共享- I use the morphology analyzer which java writes, the grammar analyzer to do, when the time comes I pass on share
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:268.84kb
    • 提供者:我行我素
  1. RC5xx

    0下载:
  2. // Copyright (c), Philips Semiconductors Gratkorn // (C)PHILIPS Electronics N.V.2000 // All rights are reserved. // Philips reserves the right to make changes without notice at any time. // Philips makes no warranty, expressed, implied or st
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:26.75kb
    • 提供者:sherry
  1. time

    0下载:
  2. 动态显示系统时间的程序,显示格式为:时、分、秒、毫秒(1/100)-Dynamic display system time-consuming procedures, display format as follows: hours, minutes, seconds, milliseconds (1/100)
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1.41kb
    • 提供者:sinjoao
  1. PCFG

    0下载:
  2. 一个简单的PCFG分析器 分析结果逐个以树形图方式显示,如果一个句子有多个结果,在显示框中同时显示-A simple PCFG parser with the results of the analysis-by-tree approach shows that if there is more than the result of a sentence, in the box at the same time show show
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:226.79kb
    • 提供者:李明
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com