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

搜索资源列表

  1. plx

    0下载:
  2. 词法.语法编译器 to 汇编语言 附带一个测试程序 -morphology. Grammar compiler to compile a fringe language test procedures
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:259588
    • 提供者:谈住
  1. LED30

    0下载:
  2. 5509开发板测试程序,通过观测XF引脚是否有方波来初步估计试验板硬件是否有问题-5509 development board testing procedures by observing whether XF pin-square test to preliminary estimates plate hardware is there a problem
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:83240
    • 提供者:邓志远
  1. 09004242

    0下载:
  2. 由VC++构建的词法分析器,实现简单的词法分析器,从输入的测试程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。-VC constructed by the lexical analyzer and achieve simple lexical analyzer, from the import of testing procedures, all identified with the independent significance of the wor
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:34372
    • 提供者:IE
  1. lexuretest

    0下载:
  2. 编译原理词法和语法分析,体内容是产生一个二元式文本文件,扩展名为dyd,可将Pascal程序(测试程序)分解成为一个一个的单词,并查“单词符号与种别对照表”得出其种别,用一数字表示,范围1-56(52-56分别对应保留字integer、real、boolean、char)。-compiler theory morphology and syntax analysis, body is a dual-generated text files, dyd the extension can be Pa
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2035
    • 提供者:test
  1. F040_can

    0下载:
  2. f040的总线测试程序
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:12611
    • 提供者:bcwwd
  1. byyl

    1下载:
  2. 编译原理语法分析和词法分析综合实验: 源程序、可执行程序、测试程序文件、程序运行说明文件、实验报告。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:406563
    • 提供者:lues
  1. cffxq

    0下载:
  2. 标准编译原理词法分析器:源代码、可执行程序、测试程序文件、输入结果文件。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:14528
    • 提供者:lues
  1. YC2440_ADS_test

    0下载:
  2. 这是扬创2440开发板的一个ADS环境下的一个测试程序,对初学者很有用的.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1692189
    • 提供者:杨梅
  1. c语言词法分析程序

    0下载:
  2. .X语言词法分析程序的设计 目的:设计、编制、调制一个具体的词法分析程序,加深对词法分析原理的理解。 要求: (1)通过理解正规式、有限自动机原理,根据下面的X语言的说明编制一个X语言的词法分析程序。 (2)提交实验报告,报告内容如下: 目的要求、DFA、程序清单(带注释)、测试样例及结果
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:33549
    • 提供者:萧飞
  1. pl0C1

    0下载:
  2. 一个简单词法编译器。具体内容是产生一个二元式文本文件,扩展名为dyd,可将Pascal或C程序(测试程序)分解成为一个一个的单词及类型。-A simple lexical compiler. The specific contents of a binary-type text file, extension dyd, can be Pascal or C procedures (test procedures) as a decomposition of a word and type.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:189077
    • 提供者:婴宁
  1. C0compiler

    0下载:
  2. C0文法编译器,生成32位汇编, 没做优化,但是经过了苛刻的测试,masm614已经打包进去了,程序里写了一个脚本解释程序,控制编译器的所有动作,方便使用,已经很完善了,里面有几个测试程序,这是buaa的编译课程设计,师弟师妹用的话别忘请师兄我吃饭啊-C0 grammar compiler, to generate 32-bit compilation, do not optimize, but after a harsh test, masm614 has been packaged into
  3. 所属分类:Compiler program

    • 发布日期:2017-05-06
    • 文件大小:1177760
    • 提供者:陈惜
  1. BianYiYuanLi

    1下载:
  2. 设计题三:条件语句的语法分析及语义分析程序设计。 1.目的 通过设计、编制、调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。 2.设计内容及要求 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉 其中 (1)可以选择递归下降法、LL(1)、算符优先分析法、LR法完成以上任务,中间代码选用四元式。 (2)如1题写出符合分析方法要求的文法,给出分析方法的思想,完成分析程序设计。 (3)编制好分析程序后,设计若干用例,上机测试并通过所设
  3. 所属分类:Compiler program

    • 发布日期:2016-01-08
    • 文件大小:334354
    • 提供者:龚斌
  1. DEC6713_SDRAM

    0下载:
  2. 北京瑞泰TMS320C6713板SDRAM测试程序-Beijing Ruitai TMS320C6713 board SDRAM test procedure
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:131707
    • 提供者:lijun
  1. cifafenxi

    0下载:
  2. 一个词法分析程序,里面附有测试的源程序和测试结果。对测试程序的字符类型进行判别。-A lexical analysis program, which the source code with testing and test results. The testing process to determine the type of characters.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1252
    • 提供者:wang zhongyi
  1. libboost_regexRegexLog

    0下载:
  2. 基于libboost_regex的正则表达式测试程序,可用于入门者的参考代码。-Libboost_regex regular expression-based test procedure can be used for a reference code for beginners.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:1076269
    • 提供者:Cheng
  1. tinyxml_2_5_3_fullsource

    0下载:
  2. 1.一款精致小巧但非常犀利的xml解析器,能够在windows和linux编译的使用。 2.源代码附带了测试程序,但并不能直接编译通过,笔者做了小徐改动,保证能够在VC6.0的环境下编译通过。 3.附带了详细xml中文指南。-1. A compact but very sharp xml parser can be compiled in windows and linux use. 2. The source code with the test procedure, but can
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:289422
    • 提供者:johncy
  1. C6713-EDULabv1

    1下载:
  2. 基于CCS的DSP6713部分软件测试程序,成熟的程序,在编程时是很好的参考,程序编译通过。-The DSP6713 part of the CCS-based software testing process, mature program, the programming is a good reference, the program compile.
  3. 所属分类:Compiler program

    • 发布日期:2014-09-27
    • 文件大小:66560
    • 提供者:river
  1. compile

    2下载:
  2. C语言完成的编译器,实现了词法、语法分析,中间代码和汇编代码的生成,有报告文档和测试程序-C language compilers completed achieve the lexical, syntax analysis, intermediate code and assembly code generation, documentation and testing procedures has been reported ...
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1662145
    • 提供者:guochengyu
  1. wcp

    0下载:
  2. 文件中:wcp.exe是我们针对编译实验的文法的一个编译器(不含源码);pi.txt和prime_number.txt是按照实验文法写的测试程序(前者是求pi值,后者是求质数) 注:wcp将编译和执行放在了一起,而且对原实验文法做了以下扩展 1.标识符采用c语言标准的标识符 2.增加了print语句来打印结果(statement:print VarList ) 执行方法:在cmd下进入wcp所在目录,如 E:\My Learns\编译原理 然后执行如下 E
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:29323
    • 提供者:小全
  1. KeyboardTest

    0下载:
  2. 遥控测试程序 KeyboardTest.rar-remcocn test program KeyboardTest.rar
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:440506
    • 提供者:蒋生
« 12 3 4 »
搜珍网 www.dssz.com