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

搜索资源列表

  1. conversion

    0下载:
  2. 使用VC6.0编写的进制转换程序,利用数据结构中栈的基本知识,用到了进栈出栈等-Prepared using VC6.0 hex conversion program, the stack data structure using the basic knowledge to use the stack into the stack, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2183317
    • 提供者:liqiang
  1. Expression-evaluation

    0下载:
  2. 表达式求值主要使用的数据结构是栈,因为栈具有后进先出的特点,与表达式求值时的符号和数值运算过程是刚好相符合的。表达式求值也是栈的一个典型的运用。-Expression evaluation is the main data structure used in the stack, because the stack has the characteristics of LIFO, and expression evaluation when the process of symbolic and
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:38927
    • 提供者:sy
  1. suffix

    0下载:
  2. c++数据结构应用 栈实现中缀表达式转后缀表达式-Middle expression converts to suffix expression in c++
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:188331
    • 提供者:zq
  1. palindrome

    0下载:
  2. 实现了输入字符串的检测,字符串以@结束。利用栈和队列的基础知识,结合数据结构,实现的回文判断!-Achieve detection of the input string, string @ end. Using the basics of stacks and queues, combined with data structure, determine the realization of the palindrome!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1398
    • 提供者:刘聪
  1. qiu-zhi

    0下载:
  2. C语言实现表达式求值,使用到数据结构中栈的用法 -C language expression evaluation
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1948
    • 提供者:KID
  1. q

    0下载:
  2. C语言实现表达式求值,使用到数据结构中栈的用法 -C language expression evaluation
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2515
    • 提供者:KID
  1. STACK

    0下载:
  2. c语言,数据结构 ,栈,实现入栈,出栈,判断栈空等各种方法-c language data structure, stack, to achieve the stack, stack, stack waited in vain for a variety of methods to determine
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:747
    • 提供者:李小蓝
  1. 4-8

    0下载:
  2. 利用深度优先来进行迷宫问题的解决,使用的主要数据结构是栈。-To carry out the maze using depth-first solution to the problem, use the main stack data structure is
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:954126
    • 提供者:林瀚驰
  1. sushuhuan

    0下载:
  2. 用VC++做的一个素数环程序,采用的数据结构师栈-With VC++ to do a prime ring program, teachers use the data structure stack
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:3312
    • 提供者:蓝夏军
  1. mataqipan

    0下载:
  2. 基于数据结构中栈的方法,通过入栈,出栈来实现 马踏棋盘的这个功能-Stack data structure based on the method, through the stack, the stack to implement this feature horse riding board
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:175058
    • 提供者:蓝夏军
  1. stack

    0下载:
  2. 用C语言实现了数据结构中栈的有关算法,包括初始化顺序栈,插入元素,删除栈顶元素,取栈顶元素-In C language to implement the stack data structure algorithms, including the initialization sequence stack, insert elements, remove the top element, take the top element
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:815
    • 提供者:李工
  1. stack

    0下载:
  2. 数据结构中栈操作的实现,包括出栈,入栈,判断栈是否为空等-Stack data structure operations to achieve, including the stack, the stack, the stack is waited in vain to determine
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1557
    • 提供者:chenpeng
  1. zhan_student_communication

    0下载:
  2. 数据结构中用栈实现通讯录,功能完整,学习栈很好的例子,代码说明完整,可以直接运行。祝大家好运~-Stack data structure used to achieve Contacts, integrity, learning good example of the stack, a complete descr iption of the code can be run directly. Good luck ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:220464
    • 提供者:yinjie
  1. stack

    0下载:
  2. 一位在红帽工作的Geek编写的数据结构代码-栈-Code of Data Structure Writen by a Geek working in Red Hat-PartIV(Stack)
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1236
    • 提供者:liangerhu
  1. zToH

    0下载:
  2. 中缀表达式转后缀表达式并求值 C++ 数据结构 链栈应用-Infix expression to turn suffix expression and to find the value of C++ data structure of the chain stack application
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2547
    • 提供者:fangjian
  1. SqStack

    0下载:
  2. 数据结构中栈的两个应用,进制转换和括号匹配-Data structure stack two application, hexadecimal conversion and matching brackets
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:192237
    • 提供者:li runbing
  1. Hanoi

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

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

    0下载:
  2. 数据结构,栈,linux操作系统,栈的创建、空栈、满栈、出栈和进栈-Data structures, stack, Linux operating system, the creation of the stack, empty stack, full stack, the stack and into the stack
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2955
    • 提供者:chenmou
  1. linkstack

    0下载:
  2. c语言数据结构链栈,数据结构编程基本模块!-c language data structure chain stack, data structures, programming basic module!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-20
    • 文件大小:518
    • 提供者:lena
  1. zhan

    0下载:
  2. 数据结构内栈的基本操作程序,包括入栈、出栈等相应的操作-The operation of the stack within the data structure of the basic operating procedures, including the stack, the stack
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:202230
    • 提供者:隋晨红
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 47 »
搜珍网 www.dssz.com