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

搜索资源列表

  1. 06012701377504

    0下载:
  2. LL(1)文法判定(C#) SimpleLL1目录下为源程序 EXE目录下为编译好的可执行文件 Product1.txt~Product4.txt为测试用产生式(可直接在程序中加载) Symbols.txt为测试用符号集(可直接在程序中加载) 转载或引用请注明出处:www.shootsoft.net -LL (1) grammar found (C#) SimpleLL1 directory of the source of EXE directory compil
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:179.91kb
    • 提供者:尹君
  1. YuFaBY

    0下载:
  2. 这是一个功能比较完善的词法分析器,使用C语言编写,上传文件中已存在dsw文件及测试文件,下载无须配置环境即可运行。-This is a function of a relatively perfect lexical analyzer, the use of C language, Upload file has existed dsw documents and test documents, download configuration environment will not run.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:18.25kb
    • 提供者:lpz
  1. 词法分析Lex

    0下载:
  2. 名称:C语言词法分析器 功能:1)从C语言源代码文件中提取所有词素 2)检测程序的词法错误,给出错误行号及提示 3)语法分析器的预备程序 文件:分析器代码(Lex.c)、测试文件(test.c)、状态转换图、可执行程序 输出:错误记录文件、符号表文件、标识符文件-Name lexical analyzer for C language function: 1)Extract all lexems from C Language source code 2)Examine the sy
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:188kb
    • 提供者:张永胜
  1. pl/0

    0下载:
  2. /*PL/0编译系统C版本头文件pl0.h*/ /* typedef enum { false, true } bool; */ #define norw 13 /*关键字个数*/ #define txmax 100 /*名字表容量*/ #define nmax 14 /*number的最大位数*/ #define al 10
  3. 所属分类:编译器/词法分析

    • 发布日期:2010-09-13
    • 文件大小:24.55kb
    • 提供者:xqq771084591
  1. LRCompiler1.0

    0下载:
  2. 这是我用VC6.0(用了MFC类库)编写的一个集词法分析、语法分析为一体的程序,是我编译原理课程设计的拙作!压缩包里包括源代码、测试数据,可执行文件打包,安装文件打包,课程设计文档,程序使用说明和数据规范说明一应俱全。-This is what I used VC6.0 (using the MFC class library) to prepare a set of lexical analysis, grammar analysis of the procedure as a whole,
  3. 所属分类:Compiler program

    • 发布日期:2017-05-22
    • 文件大小:6.69mb
    • 提供者:李文凯
  1. fuzzy_Evaluation

    0下载:
  2. 模糊评价原程序,可以修改,可以直接使用,可以实现单层,两层的评价,包含数据文件的转换程序,内含测试数据-Fuzzy evaluation of the original procedures, could be amended, can be used directly, can achieve single-layer, two-tier evaluation, including data file conversion process, including test data
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:71.78kb
    • 提供者:apple
  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-05
    • 文件大小:184.65kb
    • 提供者:婴宁
  1. GCCIntrinsicsTest(SSE)

    0下载:
  2. A test program demonstrating how to use SSE instructions in GCC, via compiler intrinsics. Includes Windows binary compiled with MinGW, and batch file showing what command line options you should be passing to the GCC.-A test program demonstrating how
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:73.16kb
    • 提供者:Mike Kasprzak
  1. tfft

    0下载:
  2. 利用python产生verilog test 文件-use python to generate verilog test file
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:1.57kb
    • 提供者:Huai H
  1. rahul

    0下载:
  2. lan transfer code very good file so please see it and it just for test so
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:1.94kb
    • 提供者:rahul
  1. compiler

    0下载:
  2. 内附需求说明、详细设计报告,操作说明和测试文档,以及简单的测试文件,编译器完全按照给定的文法要求设计-Instructions included requirements, detailed design reports, operating instructions and test documentation, as well as a simple test file, the compiler in full accordance with the given grammar to de
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:437.72kb
    • 提供者:settingsun
  1. pl0word

    0下载:
  2. 编译原理 pl0 语言的词法分析程序 本次提供的源码包括3个文件:pl0.h,pl0.c,test.txt:-Compiler theory pl0 language lexical analysis program to provide the source code of this file, including 3: pl0.h, pl0.c, test.txt:
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:86.85kb
    • 提供者:candy
  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-29
    • 文件大小:28.64kb
    • 提供者:小全
  1. to_c_style_comment.tar

    0下载:
  2. 将C++的单行注释改成C语言的注释. 在Windows 下用VC2005环境写程序的时候, 有C语言写的程序, 但是用了C++的注释, 也能成功编译连接运行. 但发现也有很多编译器不支持C++的单行注释. 又不想手机地改所有的代码. 所以写了一个程序来自动将C++的单行注释替换成C语言的注释格式. 压缩包中有两个文件. 其中 to_c_style_comment.c 中的我程序文件. cpptest.c 只是一个测试文件. 是一个包含C++单行注释的c源程序, 仅供测试用.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:1.38kb
    • 提供者:陈云川
  1. VCDdecoder

    0下载:
  2. 基于GTK-wave做的verilog test bench语法解析器 解析vcd file. 俺自己写的-VCD (Value Change Dump) file is widely used in industry. A VCD file is an ASCII file, which contains header information, variable definitions and the value changes for specified variables, or
  3. 所属分类:Compiler program

    • 发布日期:2017-05-24
    • 文件大小:7.68mb
    • 提供者:Hao Wang
  1. cifafenxi

    0下载:
  2. 实验要求: 1.单词种别编码要求基本字、运算符、界符:一符一种;标识符:统一为一种;常量:按类型编码; 2.词法分析工作过程中建立符号表、常量表,并以文本文件形式输出; 3.词法分析的最后结果以文本文件形式输出; 4.完成对所设计词法分析器的功能测试,并给出测试数据和实验结果; 5.为增加程序可读性,请在程序中进行适当注释说明;-Experimental requirements: 1. Word kinds of other coding requirements o
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:225.7kb
    • 提供者:ppt
  1. The-PL0-compiler-extensions

    0下载:
  2. C++ BUILDER编写的功能扩展后的PL0编译器,文件包含了完整的源代码和几个测试用例。-C++ BUILDER extensions written PL0 compiler, the file contains the complete source code and a few test cases.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:387.33kb
    • 提供者:阿宽
  1. BitToBin

    0下载:
  2. 本C程序的目的是将硬件工程师测试电路板并从逻辑分析仪获取位流,将位流转换为标准Hex内容的Bin文件-The purpose of the C program is the hardware engineers to test the circuit board from the logic analyzer for bit stream, the bit stream is converted to standard Hex Bin file content
  3. 所属分类:Compiler program

    • 发布日期:2017-11-10
    • 文件大小:665byte
    • 提供者:James
搜珍网 www.dssz.com