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

搜索资源列表

  1. pl0withc

    0下载:
  2. 它是VC++6.0下面的一个项目,该目录包括PL/0编译器的源代码。 PL0/debug下面是已经编译成功的PL/0编译器:PL0.exe。该小编译器可以处理一些简单的 利用PL/0语言书写的程序。例如,PL0/debug下面的test.PL0就是一个简单的 PL/0 程序。 运行PL0.exe, 并把test.pl0提供给PL0.exe,处理结果将保存在test.out 中。 注:test.pl0 和 test.out 可以用Notepad(记事本)软件
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:14.11kb
    • 提供者:coca
  1. PL0-translate

    1下载:
  2. PL/0语言是Pascal语言的一个子集,是一种简单而且可扩充的语言,在我的测试用例中有具体的体现。它通过词法分析、语法分析、语义分析等过程,生成目标代码,目标代码是一种形似汇编语言的栈操作指令。-PL / 0 Pascal language is a language subset is a simple and extensible language, In my test case with concrete expression. Through lexical analysis, pa
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.12mb
    • 提供者:李建康
  1. Vis264enc_test

    0下载:
  2. 测试版H.264编码器:基于TI公司TMS320DM642芯片开发的编码器; 该编码器只适合测试其各种编码功能,不适合产品生产。 该编码器版权归本公司所有,下载该编码器后只能用于测试该编码器的使用说明参考基于<<DSP的Vis264视频编解码器V1.2>>(本网站可下载) -test version of H.264 coding : Based on TI TMS320DM642 development of the encoder; The
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:901.32kb
    • 提供者:jiwen
  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. ci_f

    1下载:
  2. 内含词法分析器源代码文件以及编译结果还加上测试文件。是本人初试开发的作品,有很多不足之处,请各位高手多多指教,词法分析器--《编译原理》-lexical analyzer includes source code files and compile test results also add document. Yes, I try to develop the works, there are many shortcomings, please master exhibitions, the
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:11.34kb
    • 提供者:黄世湛
  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. 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
    • 文件大小:12.54kb
    • 提供者:小马
  1. cifafenxi

    0下载:
  2. 编译原理实验的词法分析,包括测试代码和分析器源程序以及程序说明-Compiler Construction Principles of lexical analysis experiments, including test code and source code analyzer, as well as descr iption of the procedures
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:2.42kb
    • 提供者:刘雷
  1. gshtrjyekjeu

    0下载:
  2. 编译原理的词法分析实验,包括测试代码和实验源代码以及程序说明-Compiler Construction Principles of lexical analysis experiments, including test code and test source code as well as the descr iption of the procedures
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2.82kb
    • 提供者:刘雷
  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. ward

    0下载:
  2. 词法分析 1 试验目的 设计,编制并调试一个此法分析程序,加深对此法分原理的理解. 2 试验要求 1)待分析的简单语言的词法 * 关键字: begin if then while do end 所有关键字都是小写. 2)运算符和界符: : = + * - / < <= <> > >= = ( ) # 3)其他单词是标识符(ID)和整数型常数(NUM),通过一下正规式定义: ID=lette
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:11.08kb
    • 提供者:HUGO
  1. 1

    0下载:
  2. 编译原理大新实验代码dfanfa转化实验要求等-Dah Sing Compilation Principle dfanfa transformation test experimental code requirements
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:18.48kb
    • 提供者:张克辉
  1. yacc_code

    0下载:
  2. yacc和lex的一个例子代码,完全原创,在HP-UX下测试通过-yacc and lex an example of code, completely original, in the HP-UX under the test
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:54.02kb
    • 提供者:文文
  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
    • 文件大小:11.01kb
    • 提供者:lilianjie
  1. zifuchuanbijiao

    0下载:
  2. 数据结构试验,字符串比较,自己做的代码,直接能用-Test data structure, string comparison, their own code, can be used directly
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:1.06kb
    • 提供者:蛋蛋
  1. 7669BING

    0下载:
  2. ST7669的8位并行代码,应用于LCM的测试-ST7669 8-bit parallel code, the test applies to LCM
  3. 所属分类:Compiler program

    • 发布日期:2017-04-24
    • 文件大小:22.98kb
    • 提供者:busimingwang
  1. c_base

    0下载:
  2. 一个简单的编译器,里面有测试代码,希望对大家有用-A simple compiler test code inside and hope for all of us
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:224.03kb
    • 提供者:moon
  1. test

    0下载:
  2. 测试代码,用于检测编译器及开发环境有无问题,是否能满足最基本需求。-Test code to detect whether the compiler and development environment, the question of whether to meet the most basic needs.
  3. 所属分类:编译器/词法分析

    • 发布日期:2016-10-19
    • 文件大小:3.45kb
    • 提供者:ok
  1. code

    0下载:
  2. 上大学时为了完成编译原理试验任务,用Java实现的一个语法分析器。-In college, compiler theory test in order to complete the task, with the Java implementation of a parser.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:14.24kb
    • 提供者:liushaofeng
  1. bianyiyuanli2

    0下载:
  2. 编译原理完整的实验代码,包括词法分析和语法分析,测试代码-Compiler principles of experimental code, including lexical analysis and syntax analysis, and test code
  3. 所属分类:Compiler program

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