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

搜索资源列表

  1. Parentheses-matching-algorithm

    0下载:
  2. 这是一个利用栈与队列来进行括号匹配的算法,相信会有利于初学者对数据结构的理解-This is a stack and queue to brace matching algorithm, I believe there will help beginners understand the data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1123
    • 提供者:陈新
  1. prefixtopostfix

    1下载:
  2. C++数据结构中缀表达式转后缀表达式源码集,把中缀表达式转换为后缀表达式,返回后缀表达式的长度(包括空格),由后缀表达式计算出数值结果,遇到右括号将其对应左括号后的操作符(操作符栈中的)全部写入后缀表达式,若当前的操作符小于等于栈顶操作符的优先级时,将栈顶操作符写入到后缀表达式,重复此过程-C++ data structures Infix expression to postfix expression source set, the infix expression convert post
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3006
    • 提供者:jpudn93
  1. stack_queue

    0下载:
  2. 计算机编程入门之数据结构 栈和队列的实现 使用c语言编写-Getting stack data structure of computer programming and implementation using c language written in the queue
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:704421
    • 提供者:刘恒
  1. EZDSL200

    0下载:
  2. 栈、队列、列表、二叉树等数据结构,还不错-Easy classical data structures for Delphi 1-2 The EZDSL units provide an OOP interface for classical data structures for Delphi: stacks, queues, lists, binary trees and so forth. For programmers migrating from BP7 a TCollection
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:80043
    • 提供者:秦永久
  1. 1

    0下载:
  2. 用数据结构栈的方式得到一个八进制 十进制转换-Get an octal decimal conversion mode stack data structure
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:682
    • 提供者:刘万川
  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. Stack

    0下载:
  2. 数据结构中对栈的相关操作,如1 进栈 2 栈的遍历 3 打印栈长 4 清空栈 5 出栈等-Data structure related operations on the stack, such as a stack traversal into the stack 2 3 4 print long stack stacks 5 stacks empty
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:195612
    • 提供者:黄磊
  1. stack

    0下载:
  2. 数据结构课后作业-栈 对输入文字进行回文验证.-Data structure after-school homework- stack Validation of the input text are palindromes.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:717
    • 提供者:可怜世界
  1. Ball-Clock-problem

    0下载:
  2. 球钟问题,共27个球,计算时间,12小时进制,用到数据结构中的栈和队列-Ball Clock problem
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4376
    • 提供者:赵丽丽
  1. data-structure-algorithm-code

    0下载:
  2. 使用Visual Studio 2010开发了数据结构算法演示程序,包括二叉树,栈,线性表的演示。-we use Visual Studio 2010 software to design data structure algorithm code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:209248
    • 提供者:LiXiuRong
  1. Common-ADT

    0下载:
  2. 数据结构中常用抽象数据类型(栈,队列,表等等)的自定义实现-The custom implementation of some common Abstract Data Type(ADT),such as stack,queue,list and so on in data structure
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-25
    • 文件大小:76432
    • 提供者:孔维康
  1. stack

    0下载:
  2. 数据结构常见抽象数据类型--栈的自定义实现-The custom implementation of common abstract data types--stack in data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1583
    • 提供者:孔维康
  1. stack

    0下载:
  2. C++实现栈的数据结构,并模板化,适合初学者学习栈的结构和如何用模板来使程序多态化,简练化。-C++ realize stack data structure, and template-based, suitable for beginners to learn how to use the stack structure and templates to make the program of multi-state, concise oriented.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:9724
    • 提供者:C C++ MFC linux
  1. stack

    0下载:
  2. 该源码实现了严蔚敏数据结构中的栈部分算法,主要包括栈的初始化,出栈,入栈,取栈顶等算法。-The source code to achieve the YanWeiMin part stack in data structure algorithms, including the initialization of the stack and the stack, stack, take the algorithm such as the stack.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:47058
    • 提供者:liji
  1. Expression-Evaluation

    0下载:
  2. 数据结构中,使用栈来实现表达式的计算。先将中缀表达式转换成为后缀表达式,在将后缀表达式计算出结果。-Data structure, use the stack to achieve the calculated expression. First infix expression converted into postfix expression in the postfix expression calculated results.
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:152716
    • 提供者:baiqiuju
  1. Biao_da_shi

    0下载:
  2. 关于表达式计算器的编写,代码感觉优良,为数据结构栈的相关应用。-Write about expression evaluator, the code feel good, stack data structure related applications.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:194890
    • 提供者:余总
  1. 10.22

    0下载:
  2. C++实现链式数据结构,动态数组 栈 队列,用的迭代器,模版-C++ implementation of linked data structures, dynamic array stack queue, use iterators, template
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:391473
    • 提供者:aishang
  1. Head

    0下载:
  2. 数据结构常用头文件。包括单链表,双向链表,循环链表,栈,队列。还有几个常用的输入检查函数。-Data structure used header files. Including single-linked lists, doubly linked lists, circular linked lists, stacks, queues. There are several commonly used input checking functions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4334
    • 提供者:马学威
  1. Stack

    0下载:
  2. 数据结构入门:顺序栈的应用,参考《大话数据结构》这本书。-Getting data structures: sequential application stack, refer to Westward the data structure this book.
  3. 所属分类:Button control

    • 发布日期:2017-04-11
    • 文件大小:1110
    • 提供者:王桂喜
  1. DoubleStack

    0下载:
  2. 数据结构基础内容,两栈共享空间,参考《大话数据结构》-Structural basis of data content, two stacks shared space, refer to Westward data structure
  3. 所属分类:Button control

    • 发布日期:2017-04-12
    • 文件大小:1266
    • 提供者:王桂喜
« 1 2 ... 35 36 37 38 39 4041 42 43 44 45 46 47 »
搜珍网 www.dssz.com