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

搜索资源列表

  1. pl0.rar

    0下载:
  2. PL/0语言可以看成PASCAL语言的子集,它的编译程序是一个编译解释执行系统。PL/0的目标程序为假想栈式计算机的汇编语言,与具体计算机无关。 文件说明: PL.htm---PL/0语言基本原理 pl0.h---定义 PL0.cpp---实现 testPl0.cpp---使用方法举例 testPas.txt---一个LP/0语言源程序
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:597066
    • 提供者:
  1. 编译原理及实践

    1下载:
  2. 目      录 译者序 前言 第1章   概论 1 1.1   为什么要用编译器 2 1.2   与编译器相关的程序 3 1.3   翻译步骤 5 1.4   编译器中的主要数据结构 8 1.5   编译器结构中的其他问题 10 1.6 &
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-04-25
    • 文件大小:7612048
    • 提供者:wesong
  1. khss

    0下载:
  2. 数据结构:带括号的算术表达式求值。能完成一位数的带括号的算术表达式的运算,结果可以为多位数。用栈实现中缀表达式和后缀表达式的转换。-data structure : the bracketed arithmetic expression is evaluated. Complete with a number of brackets arithmetic expression Operational results for the multi-digit number. With Stack I
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2130
    • 提供者:橙子
  1. dhs

    0下载:
  2. 利用栈判断表达式中左右刮号是否配对出现 包括栈的一些基本操作 如进栈出栈-use expressions stack judgment about whether the scratch, including that Stack matching some basic operations such as stack up into stacks
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5175
    • 提供者:三每川页
  1. 车厢调度

    0下载:
  2. 数据结构车厢调度问题: 用栈的形式实现车厢调度,火车入口处的车厢序列编号为1到n -data structure train scheduling problem : stack trains in the form of scheduling, at the entrance to a train compartment of a serial number to n
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2320
    • 提供者:王松
  1. 200320632170括弧配对

    0下载:
  2. 一个比较简单的小程序,可以模拟栈,实现括弧配对。-a relatively simple small program can be simulated stack, to achieve bracket matching.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18046
    • 提供者:渊洁
  1. expression_calculation

    0下载:
  2. 利用栈实现的算术表达式计算程序,语言为纯c。开发工具为vc6。-use Stack arithmetic expression calculation procedures, language pure c. Development tools for vc6.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7768
    • 提供者:朱麟
  1. 单元加

    0下载:
  2. 这个是一个单元加的程序包,包含数组单元加和栈单元加-this is a modular package of increases, including increases array modules and stack modules plus
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1723
    • 提供者:ctw
  1. stackoper

    0下载:
  2. 栈的操作是先进后出,这个小程序用于实现进栈,出栈的功能-Stack advanced after the operation is that the procedures used to achieve small Progressive stack, stack up the function
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1224
    • 提供者:lyt
  1. 31364615

    0下载:
  2. 数据结构迷宫,是用栈实现的,用的是TURBOC20实现的-data structure maze, a stack is the realization of all, it was the realization TURBOC20
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2177
    • 提供者:刘帆
  1. stack_and_expression

    0下载:
  2. 我上传的是数据结构里面栈``表达式求值`问题的`源程序``并且`编译能运行拉`` 是用c++编的``还算可以-I upload the data structure inside stack expression evaluates the source and compiler can run Rafah is c series may have been
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1962
    • 提供者:jiangcan
  1. floatcalculate

    0下载:
  2. 我的数据结构作业。用栈实现浮点数的运算。-my data structure operations. With Stack float arithmetic.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2069
    • 提供者:马慧
  1. seqstack

    0下载:
  2. c++实现栈-c achieve stack INTEREST
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:985
    • 提供者:soso
  1. 计算式求值栈操作

    0下载:
  2. 计算式求值栈操作-formula evaluates stack operation
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1773
    • 提供者:赵君龙
  1. 栈的操作

    0下载:
  2. 建立链式栈并完成入栈,出栈,判栈空和求栈长的操作-establish and complete chain stack pushed out stack, stack space and contracting for the operation of stack -
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:917
    • 提供者:王丹
  1. 用两个栈模拟队列

    0下载:
  2. 用两个栈模拟队列-stack with two simulated cohort
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:995
    • 提供者:王丹
  1. 目录路径压栈出栈 C 语言源码

    0下载:
  2. 用于将目录路径压栈和出栈的源代码,采用c语言编写,程序简单实用-used to directory path Yazhan and stack up the source code, using c language, simple and practical procedure
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:26850
    • 提供者:fxd
  1. 简单的栈计算器

    0下载:
  2. 简单的栈实现中缀转后的的计算器C语言源代码
  3. 所属分类:汇编语言

  1. 迷宫

    0下载:
  2. 利用数据结构中的栈,实现简易迷宫的走法。(Using the data structure of the stack to achieve simple maze walk.)
  3. 所属分类:易语言编程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:和你的跃
  1. 两栈共享空间

    0下载:
  2. 如果我们有两个相同类型的栈,我们为他们各自开辟了数组空间,极有可能第一个栈已经满了,再进栈就溢出了,而另一个栈还有很多存储空间空闲。这时,我们完全可以用一个数组两存储两个栈。(f we have two identical types of stack, we have opened up the array space for them. It is very likely that the first stack is full, then the stack will overflow,
  3. 所属分类:汇编语言

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:南叶
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com