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

搜索资源列表

  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
    • 文件大小:44.31kb
    • 提供者:wolf
  1. Testcases

    0下载:
  2. 测试Tiger语言编译器的官方测试案例,如果能全部通过,则说明编译器编写基本成功。-The test the Tiger compiler of official test case, if they can all pass, then the write basic compiler success.
  3. 所属分类:Compiler program

    • 发布日期:2017-12-01
    • 文件大小:24.85kb
    • 提供者:ericxing
  1. scan

    0下载:
  2. //程序实现C语言词法分析器的设计 //用到的变量 // cch 放当前字符 // q 标志保留字(1:是 0:否) //StrToken 保留字列表 /*C语言中的保留字(32个) auto break case char const continue default do double else enum extern float for goto if int long register retu
  3. 所属分类:Compiler program

    • 发布日期:2017-11-18
    • 文件大小:1.37kb
    • 提供者:王文波
  1. project1

    0下载:
  2. 基于双层Case嵌套的C-词法分析器,编译原理课程设计-Based on double-Case C-nested lexical analyzer, compiler theory of curriculum design
  3. 所属分类:Compiler program

    • 发布日期:2017-05-06
    • 文件大小:1.42mb
    • 提供者:zz
  1. signos

    0下载:
  2. program about zodiac sign in c++ with "case"
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1.37kb
    • 提供者:aurelio
  1. test1

    0下载:
  2.   1.1输入输出   程序输入为含有Pascal语言字符串的文件Test.cpp程序在控制台输出为含有二元组<code,String>和错误信息。其中code为单词符号类别标示,String为识别的单词。   1.2大小写不敏感:   程序对大小写不敏感,输出均为小写字符。 1.3注释识别功能:   当程序中出现“/*”时就会放弃对之后字符的识别,直至遇到“*/”,并将/*…*/部分识别为注释输出。   当输入中只有“/*”而没有与之对应的“*/”时输出“E
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:1.4kb
    • 提供者:江桥
  1. CODEOfflineJudge_1.00_Bet

    0下载:
  2. 1. 图形用户界面,使用鼠标即可以完成所有操作,直观易用,当然,也有键盘快捷键; 2. 在有标准输入和标准输入数据的情况下,无需联网即可提交代码进行判题; 3. 具备所有Online Judge的核心判题功能,如编译代码、内存限定,时间限定,获取代码长度等; 4. 支持一道题目对应多个文件的测试方式,并支持显示每组测试文件的测试结果,计算正确率; 5. 可以打包并加密测试数据,使用加密后的数据可以正常判题,但不显示标准输出; 6. 拥有出题模式,在有标准输入数据和标程的时候可
  3. 所属分类:Compiler program

    • 发布日期:2017-06-16
    • 文件大小:23.64mb
    • 提供者:ftx
  1. the-benefits-of-the-set-p-=-NULL

    0下载:
  2. (1)在没有 p = NULL 时,指针p是指向一个内存地址的,只是这个内存地址对当前程序是非法的。对黑客来说,这可是一个机会。 每次程序崩溃时几乎都会在同一个地址(p所指的位置),这个地址会很容易到黑客手上的,然后黑客可以在指定的内存地址上事先布置好自己的代码,然后运行程序,崩溃时就会到黑客指定的代码上去,结果不堪设想啦。 (2)在有 p = NULL 时,程序同样崩溃,但崩溃的地址是0. 0地址对任何程序都是非法的,所以再牛的黑客也不能把自己的代码布置到内存地址是0的空间上。所以对这种情
  3. 所属分类:Compiler program

    • 发布日期:2017-04-24
    • 文件大小:12.97kb
    • 提供者:zhongdecai
  1. Case

    0下载:
  2. New samples C++ program
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:354.93kb
    • 提供者:Bebeto
  1. Aptitude-formulas-Students3k

    0下载:
  2. CODING OF SWITCH CASE PRIGRAM
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:362.1kb
    • 提供者:amit
  1. switch_struct

    0下载:
  2. It is a describe the switch-case struct for new beginner.This example is a simple.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:199.06kb
    • 提供者:meryem
  1. Program_7_CD1

    0下载:
  2. It consists of systematically checking all possible keys or passwords until the correct one is found. In the worst case, this would involve traversing the entire search space.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:564byte
    • 提供者:Anjan
  1. main_DSCDMA

    0下载:
  2. 版块是用香浓定理来述说扩频通信时传播原理。并用MATLAB的编程软件去建立一个直接扩频的仿真模型的,在排除其他因素的情况下可以观察曲线和动态图去分析直接扩频的可靠程度-Section in aromatic theorem is used to declare the spread spectrum communication transmission principle. With MATLAB programming software to build a simulation model
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1.89kb
    • 提供者:zhangsan
  1. Angle

    0下载:
  2. how check this file if it have some error in scr ipt???have fast way to check like software or must check manualy???i have try release with visual studio but it say have error and i dont know how to find that error, glad if someone help me in this ca
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:580byte
    • 提供者:akukan
  1. compiler

    0下载:
  2. 自己完成的简单C0语法编译器,附带测试样例(A homework about Simple C0 compiler including test case)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-09
    • 文件大小:610kb
    • 提供者:catezi
搜珍网 www.dssz.com