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

搜索资源列表

  1. Keilu Vision3

    1下载:
  2. Keil uVision3下载 (破解版带注册机+中文版) 1.点击c51v802.exe直接安装直到结束,安装路径最好选用默认的c:\keil与 原来的老板本放到相同的目录下会自动添加一个新的目录c:\keil\uv3,Keil uVision3 download (hack with RI+ English Version) 1. Click c51v802.exe direct installation until the end, the best use the default
  3. 所属分类:SCSI/ASPI

    • 发布日期:2015-03-08
    • 文件大小:25417462
    • 提供者:刘井生
  1. LR1

    0下载:
  2. 利用字符二维数组对文法、First集、Follow集、终结符集、非终结符集等数据进行存储,还有一个是状态表存储DFA的状态。二维TAB表对其中的DFA表进行存储,横坐标是状态号,纵坐标为文法中的符号(终结符和非终结符)。-Two-dimensional array of characters to use grammar, First Set, Follow sets, at the end of sets, sets and other non-terminator data storage,
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:513468
    • 提供者:liyingan
  1. delimiter_matching

    0下载:
  2. 编写简易编译器,能发现分隔符匹配的错误如括号、注释符的匹配问题,都能检测出来-delimiter matching The simple algorithm uses a stack and is as follows: Make an empty stack. Read characters until end of file. If the character is an open anything, push it onto the stack. If it is a close
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:2296
    • 提供者:aga
  1. 20054674552

    0下载:
  2. 递归子程序法:对应每个非终结符语法单元编一个独立的处理过程(或子程序)。语法分析从读入第一个单词开始,由非终结符<程序>(即开始符)出发,沿语法描述图箭头所指出的方向进行分析。当-Recursive Subroutine law: at the end of the corresponding syntax for each non-unit provision of an independent process (or subprogram). Parsing from the f
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:29038
    • 提供者:xieli123
  1. yufafenxiqi

    1下载:
  2. 语法分析器(C++)源代码+其详细的课程设计报告 输入的文法可以消除左递归并提取公共左因子求出文法的非终结集合——FIRST和FOLLOW集并对输入的算符优先文法,构造算符优先关系表 -Parser (C++) Source code its detailed report on curriculum design input left recursive grammar can be eliminated and the public left factor extract der
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:105102
    • 提供者:michelle
  1. CPP

    0下载:
  2. 输入若干个百分制成绩,输出对应的五分制成绩,输入结束后再分别输出这五个分段的人数。五分制成绩用字母A、B、C、D和E分别表示百分制成绩的100~90、89~80、79~70、69~60、59~0-Input several centesimal system performance, the output of the five grade marking system corresponding to the input end result, after the five output re
  3. 所属分类:Compiler program

    • 发布日期:2017-11-17
    • 文件大小:2894
    • 提供者:zhaochang
  1. cifa

    0下载:
  2. 是将输入的源程序进行划分,给出基本符号(token)的序列,并掠过注解和空格等分隔符号。基本符号是与输入的语言定义的词法所规定的终结符。 本实验要求学生编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续进行 -Is the input source program division, and gives the basic
  3. 所属分类:Compiler program

    • 发布日期:2017-11-22
    • 文件大小:1826
    • 提供者:chenxia
  1. bianyi

    0下载:
  2. 编译器前端设计,包括语法分析,词法分析以及各种不同分析方法-Compiler front-end design, including parsing, lexical analysis, and a variety of different analytical methods
  3. 所属分类:Compiler program

    • 发布日期:2017-11-21
    • 文件大小:371475
    • 提供者:张强
  1. utility

    0下载:
  2. end point detected energy and zcr
  3. 所属分类:Compiler program

    • 发布日期:2017-11-11
    • 文件大小:1145205
    • 提供者:kato
  1. endptnew

    0下载:
  2. end point detection or silence removal i.e to remove voiced or unvoiced speech
  3. 所属分类:Compiler program

    • 发布日期:2017-11-23
    • 文件大小:1094
    • 提供者:aaron
  1. dragon-front-source

    0下载:
  2. 《编译原理技术和工具》(龙书)附带的简易编译器前端代码-A simple compiler front-end code with 《Compilers: Principles,Techniques,and Tools》(Alfred V.Aho,Ravi Sethi,Jeffrey D.Ullman)
  3. 所属分类:Compiler program

    • 发布日期:2017-11-15
    • 文件大小:35128
    • 提供者:SnakeHunt2012
  1. DelphiPrefixChange

    0下载:
  2. Delphi单元前缀修改工具 工具需要修改的内容: 需要修改的文件列表: 1) 单元文件修改:同时也要修改uses列表中的内容,单元头 2) 类名修改:以TOldPrefix开头的符号,修改成TNewPrefix开头的符号 3) 对象或变量名修改1:以fOldPrefix开头的符号,修改成fNewPrefix的符号 4) 对象或变量名修改2:以OldPrefix开头的符号,修改成NewPrefix的符号 一个词中,有OldPrefix,且
  3. 所属分类:Compiler program

    • 发布日期:2017-11-23
    • 文件大小:236194
    • 提供者:allen
  1. lab4

    0下载:
  2. module counter_modk(clock, reset_n, Q) parameter n = 4 parameter k = 16 input clock, reset_n output [n-1:0] Q reg [n-1:0] Q always @(posedge clock or negedge reset_n) begin if (~reset_n) Q <= d0 else begi
  3. 所属分类:Compiler program

    • 发布日期:2017-11-26
    • 文件大小:1475318
    • 提供者:nghi
  1. cifafenxi

    0下载:
  2. 输入:所给文法的源程序字符串 输出:二元组(syn, token或sum)构成的序列。 syn为单词种别码;       token为存放的单词自身字符串; sum为整形常数。 例如:对源程序begin x:=9 if x>0 then x:=2*x+1/3 end# 经词法分析后输出如下序列:(1,begin)(10,’x’) (18,:=) (11,9) (26, ) (2,if)-failed to translate
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:150296
    • 提供者:feng
  1. notepadEx-net

    0下载:
  2. KEY FEATURES Resolution of 230,000 Counts (Peak-to-Peak) Offset Drift: 5 nV/8C Gain Drift: 2 ppm/8C Line Frequency Rejection: >150 dB Buffered Differential Inputs Programmable Filter Cutoffs Specified for Drift Over Timeh RefGHGJGere
  3. 所属分类:Compiler program

    • 发布日期:
    • 文件大小:8489
    • 提供者:mado6262
  1. LexicalAnalysis

    0下载:
  2. 简单的词法分析器实现,输入源代码,以#结束输入,打印相应内容。-Simple lexical analyzer to achieve, the input source code,# end of input, print the appropriate content.
  3. 所属分类:Compiler program

    • 发布日期:2017-12-09
    • 文件大小:888652
    • 提供者:林伟
  1. yufa

    1下载:
  2. 语法分析程序的输入文件为语法分析产生的token串,并在文件最后一列加上了一个#号,代表语法归约结束,程序采用的是递归子程序的方法,如果归约成功会输出Success,如果归约失败,会返回归约到token串的哪个元素出现错误,已经相应的未归约成功的文法产生式是哪条-Parser to parse the input file generated token string, and the last one in the file plus a# sign, on behalf of the end
  3. 所属分类:Compiler program

    • 发布日期:2017-11-20
    • 文件大小:6375818
    • 提供者:mutian
  1. neopascal

    0下载:
  2. vs2005下的psacal编译器工程,可以用于学习编译前端技术-vs2005 under psacal compiler construction, can be used to study compiled front-end technology
  3. 所属分类:Compiler program

    • 发布日期:2017-11-18
    • 文件大小:436945
    • 提供者:wangbo
  1. project5_recursion.tar

    0下载:
  2. 一个编译器前端,使用flax/bison编写-A front end of compiler by Flex/Bison.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:7966
    • 提供者:王波
  1. CP_test_1

    0下载:
  2. 编译原理实验 词法分析 一、实验目的: 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。 二、实验内容 编制一个能够分析整数、小数、字符串、标识符、分隔符、运算符和关键字的词法分析程序。同时要能过滤行注释和块注释。 三、实验要求 1、词法规则 关键字: if、then、else、while、do、int、float、string、begin、en
  3. 所属分类:Compiler program

    • 发布日期:2017-05-08
    • 文件大小:1698259
    • 提供者:jchen
« 12 »
搜珍网 www.dssz.com