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

搜索资源列表

  1. SeqStack

    0下载:
  2. 建立一个空栈,对已建立的栈进行插入、删除、取栈顶元素等基本操作. -Create an empty stack, the stack has been established to insert, delete, take the top element, and other basic operations.
  3. 所属分类:assembly language

    • 发布日期:2017-03-25
    • 文件大小:926
    • 提供者:lirunmin
  1. Stack_list

    0下载:
  2. 用c语言实现栈的一些基本操作:新建-入栈-出栈等等 编译器为c-fr-C language stack some basic operations: New- into stack- out stack and so on Compiler for c-free
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:15547
    • 提供者:倪佳华
  1. 3LL(1)

    0下载:
  2. 编译原理上机—语法分析1 目的:熟练掌握自上而下的语法分析方法,并能用C++程序实现。 要求: 1. 使用固定的文法 2. 对于任意给定的输入串(词法记号流)进行语法分析,递归下降方法和非递归预测分析方法可以任选其一来实现。 3. 要有一定的错误处理功能。即对错误能提示,并且能在一定程度上忽略尽量少的记号来进行接下来的分析。可以参考书上介绍的同步记号集合来处理。 可能的出错情况:idid*id, id**id, (id+id, +id*+id …… 4. 输入串以#结
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:18677
    • 提供者:girlatsnow
  1. 84853534

    0下载:
  2. C语言编译器的设计与实现 我们设计的编译程序涉及到编译五个阶段中的三个,即词法分析器、语法分析器和中间代码生成器。编译程序的输出结果包括词法分析后的二元式序列、变量名表、状态栈分析过程显示及四元式序列程序,整个编译程序分为三部分: (1) 词法分析部分 (2) 语法分析处理及四元式生成部分 (3) 输出显示部分-C compiler design and implementation of our design compiler comes to compile five stages in t
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:34999
    • 提供者:rui
  1. Hanoi

    0下载:
  2. 利用数据结构的栈的相关算法语言来实现汉诺塔算法-Hanoi Source program
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:2077
    • 提供者:徐启迪
  1. 1

    0下载:
  2. 编译原理中的LL(1)实验,可显示分析栈,手动输入文法-Compile principle LL (1) experiments, to display the analysis of the stack, manually enter the grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1940
    • 提供者:donglin
  1. SLR

    0下载:
  2. 程序输入为形如i+i*i# 或者ii#的串,对于SLR(1)分析,输出为包括分析步骤、分析栈情况、剩余输入串以及分析动作在内的分析过程,并考虑增加语义分析生成中间代码功能的程序扩展。-Program input shape i+i* i# or ii# string for the analysis of the SLR (1), the output analysis to include steps to analyze the analysis process, including the
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:203605
    • 提供者:Jiang
  1. src

    0下载:
  2. 一种GSM协议栈的开源实现。目的是要实现手机端从物理层到layer3的三层实现。-Open source implementation of a GSM protocol stack. The aim is to achieve the mobile terminal from the physical layer to the layer3 three-tier.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:1949951
    • 提供者:longbaijin
  1. aaa

    0下载:
  2. 用c++开发的基于栈的语法分析器,可以读入一段句子进行语法分析。-C++ development with a stack-based parser can read a sentence parsing.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-13
    • 文件大小:3423442
    • 提供者:顾小东
  1. iList

    0下载:
  2. c++实现的int栈,里面有多个测试的main,可一一测试各种功能-int stack c++ realize there are multiple tests the main, eleven test various functions
  3. 所属分类:source in ebook

    • 发布日期:2017-12-06
    • 文件大小:1059082
    • 提供者:lucy
  1. tingchechang

    0下载:
  2. 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码以及到达或离去的时刻。对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车辆离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时间不收费)。栈以顺序结构实现,队列以链表结构实现。-Stack mimics the parking to the queue simulation car
  3. 所属分类:assembly language

    • 发布日期:2017-12-07
    • 文件大小:2812
    • 提供者:伊伊
  1. express

    0下载:
  2. 用c++编写的用栈模拟pc真实进行表达式计算的过程-Written with c++ using stack to simulate pc real expression evaluates
  3. 所属分类:OS Develop

    • 发布日期:2017-11-21
    • 文件大小:613170
    • 提供者:于光远
  1. zhan

    0下载:
  2. 实现链栈的增删改查功能,入栈出栈功能-CRUD chain stack, stack the stack
  3. 所属分类:source in ebook

    • 发布日期:2017-12-04
    • 文件大小:4363452
    • 提供者:wdm
  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
    • 文件大小:23865323
    • 提供者:孙进
  1. ZigBee-fengshuo

    0下载:
  2. zigbee 协议栈 设计与应用 锋硕电子-zigbee protocol stack design and application of Feng Shuo electronic
  3. 所属分类:OS Develop

    • 发布日期:2017-11-06
    • 文件大小:11472087
    • 提供者:施程峻
  1. Car-parking-mange-

    0下载:
  2. 实现停车自如,利用了栈和队列的知识,在vc环境下写的-Achieve ease parking, use of the stack and queue knowledge, written in vc environment
  3. 所属分类:source in ebook

    • 发布日期:2017-12-02
    • 文件大小:2078
    • 提供者:李海
  1. bahuanghou

    0下载:
  2. 利用栈操作实现八皇后问题求解 数据结构作业 C语言-The data structure of the C language editing eight queens problem
  3. 所属分类:assembly language

    • 发布日期:2017-11-14
    • 文件大小:1018
    • 提供者:zhang
  1. migong

    0下载:
  2. C语言程序 数据结构 用栈的方法实现迷宫算法-The data structure of the C language program stack maze algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-11-24
    • 文件大小:1537
    • 提供者:
  1. labyrinth

    0下载:
  2. 实验实现基本思路:若当前位置可通,则纳入当前路径,并继续朝下一个位置探索,即切换下一位置为当前位置,如此重复直至到达出口;若当前位置不可通,则应顺着来向退回到前一通道块,然后朝着除来向之外的其他方向继续探索;若该通道块的四周4个方块均不可通,则应从当前路径上删除该通道块。设以栈记录当前路径,则栈顶中存放的是当前路径上最后一个通道块。由此,纳入路径的操作即为当前位置入栈;从当前路径上删除前一通道块的才操作即为出栈。-The experimental realization of the basic
  3. 所属分类:assembly language

    • 发布日期:2017-11-22
    • 文件大小:1279
    • 提供者:weihongdou
  1. The-operation-of-the-stack-

    0下载:
  2. 栈的各种插入,删除等等操作进行深入了解和掌握-Stack of various insert, delete, etc. operations-depth understanding and mastering
  3. 所属分类:Compiler program

    • 发布日期:2017-11-14
    • 文件大小:16063
    • 提供者:李雨
« 1 2 ... 5 6 7 8 9 1011 12 13 14 »
搜珍网 www.dssz.com