CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 栈,基本,操作

搜索资源列表

  1. the-use-of-variable-

    0下载:
  2. 变量代表了一段可操作的内存,也可以认为变量是内存的符号化表示。当程序中需要使用内存时,可以定义某种类型的变量。此时编译器根据变量的数据类型分配一 定大小的内存空间。程序就可以通过变量名来访问对应的内存了。 如果说变量的数据类型决定了对应内存的大小,那么存储类型则影响着对应内存的使用方式。所谓使用方式,具体说就是在什么时间、程序的什么地方可以 使用变量,即变量的生命周期和作用域。 先了解一些基本常识。一、在程序运行时内存中有三个区域可以保存变量:静态存储区、栈(stack)
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:12652
    • 提供者:邵海飞
  1. queue

    0下载:
  2. 用c++实现的基本队列,链表,栈的操作, 可以在vc6中运行-C++ implementation of the basic queue operation can be run in vc6
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:37442
    • 提供者:songdh
  1. Tjisuannh

    0下载:
  2. 本程序的主要功能在于中缀表达式的计算,其中运算符有加,减,乘,除,乘幂基本运算符,,运算数为实数之间运算,并可以实现循环计算..完成基本操作是进行字符处理,栈的使用. -The main function of this program is the infix expression evaluates operators add, subtract, multiply, in addition, the exponentiation operator, the operand is a r
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1642
    • 提供者:认可
  1. data_structure

    0下载:
  2. C环境下的双向链表和链式栈结构的基本操作,具有一点的通用性-Doubly linked list and the basic operation of the chain stack structure in the C environment, with a little versatility
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:4207
    • 提供者:hwh
  1. The-inverse-set-of-the-chain-stack

    0下载:
  2. 链栈的逆置,主要是讲的链栈在数据结构中的一个基本操作。-Inverse set of the chain stack, mainly talk about the chain stack in the data structure of a basic operation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:820
    • 提供者:肖果平
  1. zhan

    0下载:
  2. 定义顺序栈类型,实现栈的所有基本操作。 定义链栈类型,实现栈的所有基本操作。 应用栈实现数制的转换-Definition of the order of the stack type, to achieve all of the basic stack operations. Defined chain stack type, all the basic operations of the stack. Application stack to achieve the conversio
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:5835
    • 提供者:刘宇
  1. shujujiegou

    0下载:
  2. 1.实现顺序表的基本操作,包括顺序表的初始化、第i个元素前插入一个新的元素、删除第i个元素、查找某元素、顺序表的销毁。2.实现单链表、循环链表、双向链表的所有基本操作 3.定义顺序栈类型,实现栈的所有基本操作。定义链栈类型,实现栈的所有基本操作。应用栈实现数制的转换。4.定义顺序队列类型,实现栈的所有基本操作。定义链队列类型,实现栈的所有基本操作。将字符串转换为整形。5.定义二叉链表类型,建立二叉树。先序、中序、后序、层次遍历二叉树,并输出遍历结果。-1. Achieve the basic o
  3. 所属分类:Console

    • 发布日期:
    • 文件大小:9968
    • 提供者:ludan
  1. calculate

    0下载:
  2. 实现基本科学计算器功能,具有四则混合运算功能和括号功能。基于栈的操作指南-For basic scientific calculator functions, with four mixed-function computing functions and brackets. Operational Guidelines for the stack-based
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1993990
    • 提供者:马鹏程
  1. labyrinth

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

    • 发布日期:2017-11-22
    • 文件大小:1279
    • 提供者:weihongdou
  1. data-strcture--stack.zip

    0下载:
  2. 基本的栈的操作,包括空栈的建立和进栈和出栈的操作,Basic stack operation, of including empty stack establishing and into the stack, and the stack of operation
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:7074
    • 提供者:xuqy
  1. zhan

    0下载:
  2. 1.定义顺序栈类型,实现栈的所有基本操作。 2.定义链栈类型,实现栈的所有基本操作。 3.应用栈实现数制的转换。 -1 defined sequence stack type stack all the basic operations. 2. Define the type of chain stack, the stack of all the basic operations. Application stack number system conversion.
  3. 所属分类:Data structs

    • 发布日期:2017-11-08
    • 文件大小:2251
    • 提供者:pang
  1. duilie

    0下载:
  2. 1. 定义顺序队列类型,实现栈的所有基本操作。 2. 定义链队列类型,实现栈的所有基本操作。 3. 应用队列,编写测试函数判断字符序列是否为回文。 4. 编写测试程序。 -1 defines the type of queue order to achieve all of the basic stack operations. (2) define the queue type chain, to achieve all of the basic operation of th
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:2643
    • 提供者:guan
  1. shujujiegou

    0下载:
  2. 1. 实验目的:掌握栈与队列的基本结构和操作方法,并能利用其解决实际问题。 实验内容:假设称正读与反读都相同的字符序列成为“回文”,试写出一个算法判别输入的一个以“@”为结束符的字符序列是否“回文” -1. Experimental Objective: To master the stack and queue the basic structure and methods of operation, and can use them solve practical problems.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:17076
    • 提供者:liangyidong
  1. StackandQueue

    0下载:
  2. 该ppt包含了栈和队列的数据结构及基本操作,同时还有栈的举例-This ppt contains the stack and queue data structure and basic operation, as well as examples of the stack
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:37674
    • 提供者:谢文婷
  1. Chain-queue

    0下载:
  2. 栈和队列的基本操作,来自一次数据结构实验内容。-The basic operation of the stack and queue data structure from the first experiments.
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:61756
    • 提供者:Shawn
  1. DataStruct

    0下载:
  2. 数据结构中,线性表,栈和队列的实现程序,有助于这方面的学习与基本操作-Data structure, the realization of the program of linear tables, stacks and queues, to help in this area of ​ ​ learning and basic operation
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1159241
    • 提供者:zhexuehan
  1. Expression-evaluation

    0下载:
  2. 包含链栈的个操作类,及接口方法声明,主函数实现了基本表达式的求值-Contains the chain stack operations, the statement and interface method, the main function of the realization of the basic expression evaluation
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3681
    • 提供者:mingluchang
  1. 1

    0下载:
  2. 1、编写函数,实现顺序栈的各种基本操作(可从上一实验中直接获取); 2、编写函数,实现运算符的优先级处理; 3、编写函数,实现算术表达式的计算。 -1, write a function, the stack order to achieve a variety of basic operations (directly obtained from previous experiments) 2, write a function to achieve priority handl
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:754
    • 提供者:mengliang
  1. 2

    0下载:
  2. 1、编写函数,实现顺序栈的各种基本操作(可从上一实验中直接获取); 2、编写函数,实现运算符的优先级处理; 3、编写函数,实现算术表达式的计算。 -1, write a function, the stack order to achieve a variety of basic operations (directly obtained from previous experiments) 2, write a function to achieve priority pro
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:578
    • 提供者:mengliang
  1. Stack

    0下载:
  2. 栈的数据结构的C语言实现,包含一些基本的栈操作-C language implementation of the stack data structure contains some basic stack operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:179554
    • 提供者:徐文锋
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com