CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 SCSI/ASPI 搜索资源 - test

搜索资源列表

  1. cmake-2.8.1-win32-x86

    0下载:
  2. Cmake - the cross-platform, open-source build system. CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration file
  3. 所属分类:Compiler program

    • 发布日期:2017-05-23
    • 文件大小:7782025
    • 提供者:baaaa
  1. LR0

    7下载:
  2. (1)构造文法G的LR(0)项目 (2)构造文法G的LR(0)项目集规范族及识别活前缀的DFA (3)证明文法G不是LR(0)文法而是SLR(1)文法,并构造SLR(1)分析表 (4)设计LR语法分析程序,且能输出分析过程 (5)列举两个例子测试语法分析程序(识别失败一例,识别成功一例,后者推导步骤不得少于10步) -(1) construct grammar G of the LR (0) item (2) construct grammar G of the LR (0)
  3. 所属分类:Compiler program

    • 发布日期:2016-01-21
    • 文件大小:45372
    • 提供者:wolf
  1. yufafenxi(LR)

    1下载:
  2. LR方法 编写语法分析程序,实现对算数表达式的语法分析。要求所分析算数表达式由如下的文法产生。 E->E+T|E-T|T T->T*F|T/F|F F->id|(E)|num 实验要求:在对输入表达式进行分析的过程中,输出所采用的产生式。 -LR parser written methods to achieve parsing of arithmetic expressions. Requirements of arithmetic
  3. 所属分类:SCSI/ASPI

    • 发布日期:2012-12-20
    • 文件大小:4108
    • 提供者:lzydwd
  1. windows

    0下载:
  2. 磁卡读写测试程序,兼容市面上大部分磁卡机,可作为中间件做其他类型的开发-Magnetic card reading and writing test procedures, compatible with the market the majority of magnetic machine, can be used as middleware to do other types of development
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:163241
    • 提供者:kongwei008
  1. ex2

    0下载:
  2. 编译原理实验二 递归向下语法分析 附加实验报告。-Descending down the second experiment compiler theory parsing additional test report.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:161201
    • 提供者:
  1. pl0

    0下载:
  2. PL/0语言编译器的实现,包括一些测试程序-PL/0 language compiler to achieve, including a number of test procedures
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:953749
    • 提供者:gaochao
  1. lll

    0下载:
  2. 实现了LL(1)文法分析,包括构造First、Follow集、预测分析表,并可检查输入串是否被接受。-The implementation of LL(1) analysis, including constructing the First, Follow set, Predictive Parsing Table. It can also test a string whether it is accepeted.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:229122
    • 提供者:sunli
  1. 2

    0下载:
  2. 设计并实现C语言的语分析程序,实现对算术表达式的语法分析。要求所分析算术表达式由如下的文法G产生: EE+T|E-T|T TT*F|T/F|F Fid|(E)|num 实验要求:在对输入表示进行分析的过程中,输出所采用的产生式。-Design and implement C language, language analysis program to realize the arithmetic expression parsing. Requirements of a
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1051
    • 提供者:CC
  1. cmm_java

    0下载:
  2. java语法分析程序 主要是用于编译器原理的实践-implement the grammar analysis using java programming language, including the java parser and lexical analyse ,and java test and can run well in my machine good good good
  3. 所属分类:Compiler program

    • 发布日期:2017-05-10
    • 文件大小:2158448
    • 提供者:johnson
  1. compiler

    0下载:
  2. PL/0编译器,c++语言开发,包含测试用例,性能优越-PL/0 compiler, c++ Language development, including test cases, superior performance
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:648974
    • 提供者:gaokai
  1. CaslCompiler

    0下载:
  2. 这是一个软件水平资格考试中使用的CASL汇编语言的编译器,实现文件中包括一个编译器,一个虚拟机,一个类似于Debug的调试器.- This is the CASL assembly language compiler which in a software horizontal qualifications test uses, in the realization document including a compiler, hypothesized machine, is similar
  3. 所属分类:Compiler program

    • 发布日期:2017-11-10
    • 文件大小:2839730
    • 提供者:杨军
  1. analysis-and-code-generation-of-Tiny

    0下载:
  2. 编译原理实验,编译TINY及其词法分析、语法分析、语义分析、代码生成,其中包含实验报告分析、代码和结果。-Compiler theory test, compile TINY and lexical analysis, syntax analysis, semantic analysis, code generation, which includes analysis of test reports, code and results.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:316200
    • 提供者:Panda
  1. temp_adc_student

    0下载:
  2. 温度的测试,能过这个我们可以通过温度的不同,在数码管上显示出来-Temperature of the test, to this we can be of different temperatures, in the digital tube display
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-03-28
    • 文件大小:2837
    • 提供者:蒼窮
  1. test-the-Member-function

    0下载:
  2. 在一般的程序开发过程中,类或者类库往往是以动态库的形式向用户发布的,所以在程序发布之前必须对程序中的所有函数进行集成测试 1 )测试头文件给出的Utility类中所有的成员函数 2 )用四种方式完成1,继承 2,友元 3,访问声明 4,using声明 -Classes or class libraries in the program development process, often based on a dynamic library released to the use
  3. 所属分类:Compiler program

    • 发布日期:2017-11-07
    • 文件大小:635
    • 提供者:三毛
  1. Test-Scripts

    0下载:
  2. 根据CMM的语法规则编写的测试代码,编写CMM编译器的时候可以作为测试代码-According to CMM grammar rules written test code, the compiler when writing CMM can be used as test code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:4774
    • 提供者:小邓
  1. test-bench_generation_123

    0下载:
  2. test bench generation using perl
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:85317
    • 提供者:akkijamzala
  1. test-(2)

    0下载:
  2. Test performed to check .
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:7004
    • 提供者:Sachin Mittal
  1. TEST

    0下载:
  2. 编译原理C程序及其测试代码,适用于清华大学编译原理-Compiler theory C program and test code, the compiler principles apply to Tsinghua University
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:15988
    • 提供者:Reki Liu
  1. entry-test-final

    0下载:
  2. It is digital form of a test for a university, industry etc and it also contains a .
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-04-13
    • 文件大小:2543
    • 提供者:fraz amir
  1. test

    0下载:
  2. test program, to see if this works..
  3. 所属分类:编译器/解释器

    • 发布日期:2018-04-21
    • 文件大小:2048
    • 提供者:johnnydrazzi
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com