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

搜索资源列表

  1. 链栈的建立及出入栈

    0下载:
  2. 用链表结构完成堆栈的任务,使用时更加灵活方便-structure with the mandate to complete stack, use more flexible and convenient
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10875
    • 提供者:楚天
  1. 顺序栈和链栈的上机实验报告

    0下载:
  2. 高校实验上机报告模本,内容不错,值得借用和使用。-college laboratory report on the mode of the machine, as well, it is worth borrowing and use.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6667
    • 提供者:张伟
  1. 链栈

    0下载:
  2. 数据结构里的栈,用链表这种存储方式实现,和用数组方式存储的有个比较。-data structure, the stack, with Chain achieve such storage, and the use of the array is stored in a relatively.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2334
    • 提供者:天涯明月
  1. 链表与栈

    1下载:
  2. 链表与栈的头文件
  3. 所属分类:源码下载

    • 发布日期:2010-10-23
    • 文件大小:1905
    • 提供者:TomorrowIT
  1. 简单的链的倒置(c++)

    0下载:
  2. 给定一条单向链,设计程序把链倒过来,并输出结果。要求直接在这条链上完成倒置操作,只可增设有限的几个辅助变量。 用栈的方法。
  3. 所属分类:C#编程

  1. Stack 实现栈的所有基本操作

    2下载:
  2. 1、定义顺序栈类型,实现栈的所有基本操作。 2、定义链栈类型,实现栈的所有基本操作。 3、实现数制的转换-1, define the order of the stack type, to achieve the stack all the basic operations. 2, define the chain stack type to achieve the stack all the basic operations. 3, conversion of number sys
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-10-17
    • 文件大小:2299
    • 提供者:陈小默
  1. linkstack

    0下载:
  2. 建立链栈,及其相应功能如插入,删除的实现-create linkstack
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:606
    • 提供者:johnny
  1. linklist

    0下载:
  2. 链栈的操作(创建、打印、进栈、出栈、返回源程序)-Chains stack operations (create, print, into the stack, out of the stack, return source code)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:864
    • 提供者:于梦玲
  1. lianzhan

    0下载:
  2. 数据结构的链栈C++代码,实现链栈的初始化,入栈,出栈,取栈顶元素等操作-The chain of stack data structure C++ code to achieve the chain of stack initialization, stack, a stack, take the top element and other operations
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:22500
    • 提供者:张尚
  1. X_Linded_Stack

    0下载:
  2. 标准链栈的实现,封装性很好,可直接用于许多中间过程-Linked Stack
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1768
    • 提供者:谢沁沐
  1. stack

    0下载:
  2. 栈是限制仅在表的一端插入和删除的线性表,是生活中某些过程的抽象。插入和删除操作的一端称为栈顶,插入操作称作入栈(Push),删除操作称作出栈(Pop)。栈顶元素总是最后进栈的,和最先出栈的;而栈底元素是最先进栈,最后出栈。栈具有后进先出(LIFO)的特性。顺序栈是栈的顺序存储结构的实现。链栈是栈的链式存储结构的实现。-Stack is limited only to one end of the table insert and remove a linear form, is the life
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2135
    • 提供者:王子剑
  1. 栈和队列的链接

    0下载:
  2. 数据结构实验 栈和队列的连接实验 ①编写程序实现循环队列的初始化、入队和出队操作 ②编写程序实现将一个任意的十进制数转换成对应的二进制数 要求: ①用栈的基本操作来实现(具体栈的存储结构可用顺序栈也可用链栈) 十进制数由键盘输入,输出对应的二进制数。 ②在初始化队列后,利用入队操作构建具有n个元素的队列并依次输出队列中的元素。在构建的具有n个元素的队列中,执行出队操作,输出出队后队列中的剩余元素(Data structure experiment stack and queue
  3. 所属分类:数据结构

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:蚊子酱
  1. 最简单的链表

    0下载:
  2. 最简单的出进栈程序设计,是新手对链表理解的最好代码(The simplest design of a stack program is the best code for a novice to understand the linked list)
  3. 所属分类:其他

    • 发布日期:2017-12-14
    • 文件大小:1688576
    • 提供者:张满
  1. 15349069_卢健圳_猴子选大王解题报告V1

    0下载:
  2. c++数据结构,链栈入门,经典问题猴子选大王解题思路(C++ data structure, the introduction of chain stack)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:520192
    • 提供者:luigisysu
  1. zhan

    0下载:
  2. 1) 建立栈并进行一些元素入栈,实现链栈的建立及入栈的基本操作; (2)实现某些元素的出栈,实现链栈的出栈的操作;(1) set up the stack and carry out some elements into the stack, to achieve the establishment of the chain stack and the basic operation of the stack; (2) the stack of some elements can be re
  3. 所属分类:数据结构

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:晌午v
  1. 作业2_1

    0下载:
  2. 判断链栈是否为空,取栈顶元素,进栈操作,出栈操作,求表长操作(Determine whether the chain stack is empty, take the top element of stack, stack operation, stack operation, long table operation)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:166912
    • 提供者:hyungka
  1. 0下载:
  2. 实现栈的进站和输出查找操作:查找值为x的元素在单链表中出现的位置(是链表中的第几个元素); 4)压栈和弹栈操作; 5)出队和入队操作(顺序存储)(Carrying and output of the stack)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-06
    • 文件大小:7055360
    • 提供者:罗西南迪
  1. LinkStack

    0下载:
  2. 链栈的基本操作,创建,插入,删除,查询操作(The basic operations of the chain stack, create, insert, delete, and query)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:229376
    • 提供者:天气正
  1. 链栈

    0下载:
  2. 数据结构,使用c++实现的链栈,简单实现没有bug,啦啦啦(Data structure, the use of c++ chain stack, simple implementation without bug, cheerleading)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:DeepDark
  1. 使用链式栈搜索目录下的文件

    0下载:
  2. 在Linux系统中编译使用,通过使用链式栈实现目录的检索功能,可以检索某个目录下的所有文件。(It is compiled and used in the Linux system to retrieve all the files under a directory by using the chain stack to implement the retrieval function of the directory.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-21
    • 文件大小:8192
    • 提供者:葡萄美酒
« 12 3 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com