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

搜索资源列表

  1. stack_with_min_func

    0下载:
  2. 定义栈的数据结构,要求添加一个min函数,能够得到栈的最小元素。要求函数min、push、pop的时间复杂度都是O(1)-Defined stack data structure, requires the addition of a min function, it is possible to obtain the smallest element of the stack. Function requires min, push, pop time complexity is O (1)
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1143
    • 提供者:大胡子
  1. 1136

    0下载:
  2. 栈的一种实现,同时附数组的实现,数据结构,有借口,可以在接口不变的条件下轻松改成队列或用链表实现-A stack to achieve, at the same time attached to the realization of the array, data structure, an excuse to be able to interface easily under the conditions of the same queue or linked list into a real
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:5014
    • 提供者:xie0537gsi
  1. datastruct

    0下载:
  2. 实现数据结构里面的链表,树,图,栈等功能-tree,graph,stack,linklist of data struct
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:24412
    • 提供者:jinss507
  1. linkedStack

    0下载:
  2. C++语言封装了链式栈数据结构,实现了判断栈是否为空、压栈、出栈等函数。-C++ language encapsulates the chain stack data structure to achieve determine whether the stack is empty, push, stack and other functions.
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1830478
    • 提供者:bang
  1. Data_Structure_Code

    0下载:
  2. 运用基本的数据结构操作,实现简单的功能。其中INVERSE代码实现了一组至多组整形数在单链表中的反序输出操作;mypoly代码实现了多项式在单链表的加减法输出;operation代码实现了利用穿拼接出最大的整形数;括号配对1代码实现了一组至多组括号字符的用顺序栈检查配对情况;身高排序插入代码实现单链表的插入操作。-Using the basic data structure operations to achieve some simple functions. INVERSE code set
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3415
    • 提供者:杨光浦
  1. ()

    0下载:
  2. 用栈的数据结构来存储用户输入的信息,判断括号是否配对,并且输出相应的反馈信息-With information stack data structure to store user input, it is determined whether the pair in parentheses, and outputs a corresponding feedback
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-12
    • 文件大小:564
    • 提供者:zhangting
  1. 20160526stackaqueue

    0下载:
  2. 利用C++实现了数据结构中类和栈的主要功能,主要以线性链表的形式实现。-The use of C++ implementation of data structures class and stack the main function, mainly in the form of a linear linked list implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1825875
    • 提供者:simplemee
  1. calculator

    0下载:
  2. 用c语言编写的可以计算整数表达式的计算器,利用了数据结构中的栈-Using c language calculator can calculate the integer expression, the use of the data structure stack
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:184284
    • 提供者:乔伊
  1. Stack

    0下载:
  2. 数据结构栈的顺序存储和链式存储结构,及对应的基本操作,以及建立其上的各种功能算法,比如迷宫求解,符号匹配等等。-Data storage and chain structure of the stack sequence storage structure and the corresponding basic operation and to establish the various of the algorithm such as maze solving symbol match .
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:2620894
    • 提供者:方湘豫
  1. DataStructure

    0下载:
  2. java编写的常用的数据结构(二叉树、链表、序列、各种常用排序、栈)-java prepared by the commonly used data structures (binary trees, linked lists, sequence, a variety of the usual sort, stack)
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:63163
    • 提供者:安伦
  1. Convert-infix

    0下载:
  2. 问题描述   中缀表达式就是我们通常所书写的数学表达式,后缀表达式也称为逆波兰表达式,在编译程序对我们书写的程序中的表达式进行语法检查时,往往就可以通过逆波兰表达式进行。我们所要设计并实现的程序就是将中缀表示的算术表达式转换成后缀表示,例如,将中缀表达式 (A 一 (B*C 十 D)*E) / (F 十 G ) 转换为后缀表示为: ABC*D十E* FG十/ 注意:为了简化编程实现,假定变量名均为单个字母,运算符只有+,-,*,/ 和^(指数运算
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1143
    • 提供者:王乐
  1. 1111

    0下载:
  2. 用c++写的模拟计算器的小程序,实现了加减乘除等一般的四则运算,运用了栈等数据结构。-Analog calculator c++ to write a small program, to achieve the four operations of general add, subtract, multiply and divide the use of the stack data structure, etc..
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:35307
    • 提供者:龙崎
  1. mnoqpj

    0下载:
  2. 包含了数据结构中的线性表,队列和栈的具体代码-Contains the linear table data structure, queues and stacks of specific code
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:27728
    • 提供者:nitwese
  1. stack

    0下载:
  2. 数据结构栈的演示程序,包括表达式求值,汉诺塔问题,回文判断、走迷宫问题等程序。- The stack data structure demo program, including expression uation, Hanoi problem, and take the program palindrome judgment maze problem etc..
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:544856
    • 提供者:wx
  1. CMTDOJ

    0下载:
  2. 用java实现数据结构中的栈和队列,是一个applet程序,很好的-Stack and queue, using Java implementation the data structure is an applet program, very good
  3. 所属分类:JavaScript

    • 发布日期:2017-12-12
    • 文件大小:25693
    • 提供者:Earljafk
  1. inpert_insert_the

    0下载:
  2. 实现数据结构栈的删除插入和修改!模拟栈的强大功能-Delete insert and modify the data structure of the stack!!
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-18
    • 文件大小:8192
    • 提供者:idddf!063021
  1. Parking

    0下载:
  2. 立体化停车场(东北大学数据结构课设) (1)采用栈、队列和有序表等数据结构。 (2)等候车辆的管理。 (3)地下、地面停车位的管理。 (4)停车计费功能。 -Three-dimensional parking lot (Northeast University data structure set) (1) the use of stack, queue and ordered table and other data structures. (2) waiting
  3. 所属分类:Data structs

    • 发布日期:2017-12-15
    • 文件大小:1482752
    • 提供者:慕柯
  1. mahe

    0下载:
  2. 用VC写的,用栈解决了数据结构基本的迷宫问题,没有用到MFC类库,-Written in VC, use the stack can solve the problem of data structure basic maze, don t use the MFC class library,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-15
    • 文件大小:30720
    • 提供者:Clybe
  1. qseue_qbeue

    0下载:
  2. 用java实现数据结构中的栈和队列,是一个applet程序,很好的-Stack and queue, using Java implementation the data structure is an applet program, very good
  3. 所属分类:Network Security

    • 发布日期:2017-12-13
    • 文件大小:47282
    • 提供者:inparieqeion
  1. 4625820

    0下载:
  2. 实现数据结构栈的删除插入和修改!模拟栈的强大功能-Delete insert and modify the data structure of the stack!!
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-14
    • 文件大小:8192
    • 提供者:Jackvhbc
« 1 2 ... 38 39 40 41 42 4344 45 46 47 »
搜珍网 www.dssz.com