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

搜索资源列表

  1. CompileCode

    0下载:
  2. 编译原理实验程序C语言版本- Translation principle test run C language edition
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:27404
    • 提供者:逍遥
  1. lexicographe-bon

    0下载:
  2. 这是一个完整的词法分析器,用C++编写,并有测试文件-This is a complete lexical analyzer, C + +, and test document
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6833
    • 提供者:小月
  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
    • 文件大小:184229
    • 提供者:尹君
  1. tcc-0.9.23

    0下载:
  2. Tiny C Compiler - C scr ipting Everywhere - The Smallest ANSI C compiler Installation on a i386 Linux host (for Windows read win32/readme.txt) ./configure make make test make install By default, tcc is installed in /usr/local
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:446401
    • 提供者: 刘竞楠
  1. CppUnit

    0下载:
  2. c++单元测试框架,CppUnit 基于JUnit-c unit test framework, based on the JUnit CppUnit
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:910554
    • 提供者:abcdefg
  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
    • 文件大小:18684
    • 提供者:lpz
  1. dgxjf

    0下载:
  2. 一个递归下降语法分析器。 测试数据为 i a + nul ( nul i b * nul i c ) nul # nul -dropped a recursive grammar analyzers. Test data for a nul i (i nul nul i b * c) nul nul #
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6985
    • 提供者:burgessx
  1. 语法分析

    0下载:
  2. 打开2.tab.c编译运行,a.txt为测试用的PL/0程序。 2.output中有所有的产生式和LALR分析表的所有状态。- Opens the 2.tab.c translation movement, a.txt is measures the test the PL/0 procedure. In 2.output has all production patterns and LALR analytical table all conditions.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:44888
    • 提供者:月光
  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
    • 文件大小:192513
    • 提供者:张永胜
  1. MQTH2

    0下载:
  2. 用来测试ESL DSP C COMPILER数学函数库是否正确的VC程序,测试方法,在VC下随机产生函数输入值,并把输入与输出值记录到C:MATH文件中。可以直接用于你所测试的COMPILER。-used to test ESL C COMPILER DSP Math Library VC correct procedures, test methods, the VC randomly generated function input, and import and export value
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:17887
    • 提供者:陶自权
  1. kkkkk

    0下载:
  2. 一个词法分析器,可以实验词法分析的所有功能,在c环境下运行。-A morphology analyzer, may test the lexical analysis all functions, moves under the c environment.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1453
    • 提供者:lee
  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
    • 文件大小:25139
    • 提供者:xqq771084591
  1. XDE.rar

    0下载:
  2. XDE是一款经得起实践考验的优秀的反汇编引擎,源代码用纯C铸成,有很高的参考学习价值.,XDE is a stand the test of good practice disassemble the engine, the source code using pure C cast, has a high value of the reference study.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:12843
    • 提供者:小马
  1. LL_1

    0下载:
  2. 预测分析文法的程序,使用c语言在VC++下编写,学习编译原理的重要试验-Predictive analysis grammar, the use of c language in VC++ Prepared to learn the importance of compiling principle test
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:7667
    • 提供者:LINKUAN
  1. bianyiqi

    1下载:
  2. 八、 设计SAMPLE语言的语法、语义分析器,输出四元式的中间结果。 检查要求: a] 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音)。 b] 请求输入测试程序名,键入程序名后自动开始编译。 c] 输出四元式中间代码(样式见样板输出3和4)。 d] 能发现程序的语法错误并输出出错信息。 -Eight, design SAMPLE language grammar, semantic analyzer, the output quaternion type
  3. 所属分类:Compiler program

    • 发布日期:2017-04-23
    • 文件大小:11278
    • 提供者:lilianjie
  1. bianyiqi1

    2下载:
  2. 设计SAMPLE语言的词法分析器 检查要求: a] 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音); b] 请求输入测试程序名,键入程序名后自动开始词法分析并输出结果; c] 输出结果为单词的二元式序列(样式见样板输出1和2);-Design SAMPLE language lexical analyzer inspection requirements: a] start the process, the first output of the author&#
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:6484
    • 提供者:lilianjie
  1. cffxq

    0下载:
  2. 词法分析器实验报告,内容详细,步骤很完整,有利于新人进一步认识学习编译原理-Lexical analyzer test report in detail, the steps are complete, is conducive to study and compile a better understanding of new principles of
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:19337
    • 提供者:Michael
  1. dowhilee

    0下载:
  2. 1.1写出符合给定的语法do-while语句, 此语句符合LL(1)的文法,分析方法 的文法及属性文法。 1.2完成do-while语句的中间代码三地址表示的描述。 1.3写出do-while语句语法分析方法的思想,完成语法分析和语义分析程序设计。 1.4编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。-1.1 write in line with the syntax of a given do-while statement, the sta
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:145874
    • 提供者:李伟霞
  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
    • 文件大小:88934
    • 提供者:candy
  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
    • 文件大小:1413
    • 提供者:陈云川
« 12 »
搜珍网 www.dssz.com