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

搜索资源列表

  1. ll1Analysis

    0下载:
  2. LL(1)分析法 1、LL(1)分析法的功能 LL(1)分析法的功能是利用LL(1)控制程序根据显示栈栈顶内容、向前看符号以及LL(1)分析表,对输入符号串自上而下的分析过程。 2、LL(1)分析法的前提 改造文法:消除二义性、消除左递归、提取左因子,判断是否为LL(1)文法, 3、LL(1)分析法实验设计思想及算法-LL (1) an analysis, LL (1) Analysis of the functional LL (1) Analysis of the fun
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.56kb
    • 提供者:吴伟
  1. 2005320230911-35

    0下载:
  2. 是一个不错的语法分析器,里面实现了语法分析的算法,并判断了一些优先级的控制和对栈的操作.-is a good parser, they achieved the syntax analysis algorithms, and a judgment of priority to the control and operation of the stack.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:11.74kb
    • 提供者:吴用
  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
    • 文件大小:3.27kb
    • 提供者:DP
  1. program

    0下载:
  2. 设计实现4bit FIFO, 数据深度为8, 产生满, 空状态标志-The diagram of FIFO is shown in figure 1. The FIFO consists of two component: FIFO control logic and RAM. The control logic generates the address (ADD) and write enable (WE) to the RAM so that the fi
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:3.01kb
    • 提供者:shao
  1. yucefenxifa

    0下载:
  2. 目的是在栈、表以及预测分析法原理的基础上,实现预测分析表的建立和控制程序。-Aim is to stack, table, as well as the principle of prediction analysis on the basis of the analysis table to achieve the establishment of forecasting and control procedures.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:1.62kb
    • 提供者:陈斌
  1. 1

    0下载:
  2. 自上而下的语法分析器,实验内容之一,利用分析表、分析栈和总控程序对源程序进行自上而下的语法分析测试; -Top-down parser, one of the experiment, the use of analytical tables, analysis of the total stack and source code control procedures for testing top-down parsing
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:2.14kb
    • 提供者:chaochao
  1. weiji

    0下载:
  2. 微机原理实验报告学习利用编译错误信息进行程序修改;(程序包含一个语法错误和一个逻辑错误) 学习程序流程控制: 条件跳转指令ja jb  call指令,观察程序执行时堆栈的变化(学会用debug –g命令设置断点); -Computer experiment to study the use of the report compiled for the procedure to amend an error message (program contains
  3. 所属分类:assembly language

    • 发布日期:2017-03-22
    • 文件大小:5.59kb
    • 提供者:宋立泉
  1. fingertest

    0下载:
  2. 手指练习 使用提示:随着字母下落,按相应的键获得分数,推荐在全屏模式下游戏,ESC可随时退出游戏 使用技术: 1.采用了宏来简化代码量,发觉十分好用! 2.堆栈的使用频繁,尽量采取了先压,完成小功能后立即出栈的原则,以免产生错误 3.利用很多次的循环来产生下落的延迟 4.利用BIOS功能删去了光标,和控制光标-Practice finger tips: With the missing letters, press the corresponding button
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:3.2kb
    • 提供者:陈忻
  1. 2009S3C2410init.S

    0下载:
  2. 2410Init.s包括了板子上电后的初始话,具体有几个步骤: 讲述S3C2410启动程序设计 1. 屏蔽所有中断,关看门狗。 2. 根据工作频率设置PLL寄存器 3. 初始化存储控制相关寄存器 4. 初始化各模式下的栈指针 5. 设置缺省中断处理函数 6. 将数据段拷贝到RAM中,将零初始化数据段清零 7. 跳转到C语言Main入口函数中-2410Init.s including the board after t
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:5.47kb
    • 提供者:晴空
  1. GrammerParsers

    0下载:
  2. 利用C++语言编制一个LL(1)语法分析器,利用LL(1)控制程序根据显示栈栈顶内容、向前看符号以及LL(1)分析表,对输入符号串自上而下的分析过程。可通过消除左递归、提取左因子把非LL(1)文法改造成LL(1)文法。-Compiled using a C++ language LL (1) parser using LL (1) control program according to display the contents of the stack the stack, forward-l
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:221.53kb
    • 提供者:杨玥
  1. Projects

    0下载:
  2. Z-stack2007协议栈,模板从子板那搜集数据,并发送控制指令给子板-Z-stack2007 protocol stack, the template from the daughter board that collect data and send control commands to the daughter board
  3. 所属分类:OS Develop

    • 发布日期:2017-12-02
    • 文件大小:22.76mb
    • 提供者:孙进
  1. LEUP1

    0下载:
  2. 程序 DEMOCRW 和 DEMOPRO 是用于学习 80X86 CPU 的保护模式特性,核心都在常规内存中,方便查看内部数据和堆栈。 本程序必须运行在纯 DOS 下(如 Windows 98 的 启动 DOS ),运行后驻留内存,再运行 DEBUG 实验。 出现保护异常会用黑底黄字显示当前信息(错误代码、中断号(实际是中断号*4)、V86 堆栈)并退出异常程序。 启动时会报告各数据的地址,以及再要显示报告数据的程序地址。 2 RDRXSGEE 程序原为用于 STC89C5
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:35.91kb
    • 提供者:乐永青
搜珍网 www.dssz.com