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

搜索资源列表

  1. Table

    0下载:
  2. 用Table控件开发数据库应用程序示例-with Table controls the development of a database application examples
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:327874
    • 提供者:
  1. yf.rar

    1下载:
  2. 构造实验一所给文法(应考虑改造)的FIRST集合和FOLLOW集合;构造LL(1)分析表;构造预测分析的总控程序;利用分析表、分析栈和总控程序对源程序进行自上而下的语法分输出整个语法分析过程中栈的变化过程及分析结果,如符合语法规则输出“正确”,否则输出“错误”。 ,Experiment to construct a grammar (should consider the transformation) of FIRST and FOLLOW set of the collection co
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:3352
    • 提供者:DP
  1. dsp-sin

    0下载:
  2. 汇编语言产生的查表法实现正弦波发生器的程序,需要的下载。-Assembly language generated by sine wave generator look-up table method implementation procedures, the required download.
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:1540
    • 提供者:杨树涛
  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. 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. webprint4

    1下载:
  2. WebPrint4.0是由以前的WebPrint3.1和ePrint3.0这两个产品合并而成的,合并后的产品以WebPrint为名,慢慢废弃不用ePrint作名称,在WebPrint4.0的产品包中还是清楚地分为:一个实现html table的直接打印功能(即原来的WebPrint3.1),一个实现web套打功能(即原来的ePrint3.0)。 WebPrint是一个全面强大的web打印的解决方案。它可以直接在IE浏览器中可视化的设计各种复杂的打印模版, 轻松解决Web套打问题。也可以
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-25
    • 文件大小:8625802
    • 提供者:李强
  1. whale-0.3.2-src

    0下载:
  2. Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-up "shift-reduce" parsing; SLR(1), LALR(1) and LR(1) table construction methods; Automatic parse tree creation; Possibility to output parse tree in XM
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:220502
    • 提供者:none
  1. kecengsheji

    0下载:
  2. 编译原理课程设计,做了一个:根据LR分析表构造LR分析器!对同学们做编译原理实验很有帮助-Principles of curriculum design compiler, made a: LR analysis table constructed in accordance with LR parser! For students to do experimental helpful Compilation Principle
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:95632
    • 提供者:lyf
  1. jiguang

    0下载:
  2. 医疗设备中激光手术台程序源代码,用于医院的手术切割方面-Medical equipment in the laser operating table source code for hospital surgical cutting aspects
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:71257
    • 提供者:杜先生
  1. symbol_tab.tar

    0下载:
  2. Symbol table program using linked list..contains yacc & lex files
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:1013
    • 提供者:Satej
  1. table

    0下载:
  2. 报表这是一套农村电费计算程序的源码。能够对用户电费进行计算、查询、打印-table
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:7311
    • 提供者:王蓓蓓
  1. lr1

    0下载:
  2. LR 语法分析 ACTION GOTO 表-LR parsing ACTION GOTO table
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:2502
    • 提供者:cultsharp
  1. LR

    1下载:
  2. 1.实验目的 设计一个LR分析器,实现对表达式语言的分析,加深对LR语法分析方法的基本思想的理解,掌握LR分析器设计与实现的基本方法。 2.实验要求 建立文法及其LR分析表表示的数据结构,设计并实现一个LALR(1)的分析器,对源程序经词法分析后生成的二元式代码流进行分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。 3.实验内容 (1)文法描述及其LALR(1)分析表 描述表达式语言的文法G如下: -1. The experiment was to de
  3. 所属分类:Compiler program

    • 发布日期:2016-10-18
    • 文件大小:290259
    • 提供者:sh_xj
  1. 2_SimpleSectionedTableView

    0下载:
  2. Objective - C for iphone table view-Objective- C for iphone table view
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-07
    • 文件大小:527510
    • 提供者:xuanthinh
  1. 3_SimpleIndexedTableView

    0下载:
  2. Objective - C for iphone table view-Objective- C for iphone table view
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-05
    • 文件大小:517811
    • 提供者:xuanthinh
  1. 5_CustomTableViewCell

    0下载:
  2. Objective - C for iphone table view-Objective- C for iphone table view
  3. 所属分类:MacOS develop

    • 发布日期:2017-05-01
    • 文件大小:604011
    • 提供者:xuanthinh
  1. pascal-compiler-in-cpp

    0下载:
  2. pascal compiler in C++是一个用C++实现的PASCAL编译器,主要包括符号表,创建语法树,代码生成和4元式解析等。该工程是根据龙书实现的编译器。项目中大量使用了STL,设计模式等思想。是学习面向对象编程和设计的好材料。里面包含有说明.txt有更详细说明 请使用Mingw或Dev-C++开发环境-pascal compiler in C++ is a compiler which compiles pascal code. The project consists
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:721743
    • 提供者:xukeying
  1. character-graphics-table

    0下载:
  2. 字符图形程序设计,1) 制作一个图形元素表,表中将所需的各种字符图形编上号码,并用存储器映射法将其显示在屏幕的左上部分; 2) 将光标定位在屏幕的右半部分画图区,上、下、左、右光标控制键控制光标在四个方向的移动,不显示其轨迹,同时要控制光标位置不超出画图区的边界; 3) 当按动某一数字键时,在光标位置处显示出相应编号的字符图形,然后移动光标,再显示下一个图形,最后绘出一幅有字符组成的图形。 4) 按动ESC键,退出程序,返回DOS。 -this is a asm program,
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:987
    • 提供者:whut
  1. gbbig5

    0下载:
  2. GB2312 和 BIG5 编码对照工具,含有二进制编码对照表及其 点阵字库。-GB2312 and BIG5 code control tools, with binary code and dot matrix font table.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-09
    • 文件大小:1461611
    • 提供者:YangTze
  1. SLR(1)

    1下载:
  2. SLR(1)分析表分析法,给出一个分析表含action和goto表,然后对给出的语句进行语法分析,规约判断!-SLR (1) analysis table analysis, give an analysis table with action and goto tables, and then parsing the statements given in the statute to judge!
  3. 所属分类:Compiler program

    • 发布日期:2016-06-20
    • 文件大小:548355
    • 提供者:肖琴琴
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com