CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 栈

搜索资源列表

  1. shuzhizhuanhuan

    0下载:
  2. 数制转换,将任意进制的数转换成其他进制,通过栈和破铜两种方式编写-Number system conversion
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:232798
    • 提供者:陈亮
  1. queen

    0下载:
  2. 魔王语言,运用栈及队列实现字符倒置,输入一段字符串,例如:abcdAB(A-sae,B-saedsae) 输出:eaebecedesaetsaedsae-Beelzebub language, use the stack and queue to realize character inversion, enter A string, for example: abcdAB (A- the sae, B- saedsae) Output: eaebecedesaetsaedsae
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:513
    • 提供者:arjiao
  1. clib

    0下载:
  2. 包含多种基本数据结构的实现,如堆、栈,队列,树的遍历(包括递归遍历和非递归遍历)-this file including many basic data structure, including heap,stack,queue,tree(tree s recursive traversal and non-recursive traversal)
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:674457
    • 提供者:565407548
  1. mowang

    0下载:
  2. 一个运用队列和栈解决魔王语言问题的程序,跟数据结构有关-Queue and stack using the language problem solving procedures devil
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1130060
    • 提供者:盛余
  1. DataStructure

    0下载:
  2. 数据结构链表、栈、树、图的封装好的基本函数源代码。-Data structure chain, trees, graphs, and algorithm design and analysis package good basic function source code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:98677
    • 提供者:袁义泓
  1. The-application-stack

    0下载:
  2. 栈的运用,构建空顺序栈,取栈顶元素,入栈,出栈,栈顶元素与当前运算符优先级比较,判断是否为运算符-The use of the stack, in order to build an empty stack, take the top element, stack, stack, stack element with the current operator precedence compared to determine whether the operator
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1247
    • 提供者:
  1. Expressions-Conversion

    0下载:
  2. 表达式转换,取栈顶元素,判断为操作数或运算符,运算符优先级比较,将表达式转换为后缀表达式-Expression conversion, check the top element is determined that an operand or operator, operator precedence compared to convert an expression to postfix expression
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1420
    • 提供者:
  1. Fix

    0下载:
  2. 实现表达式求值,实现中缀到后缀的转换并求值(利用栈)-infix to suffix
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2079
    • 提供者:戴仁华
  1. goods-purchasing

    0下载:
  2. 通过结合栈 链表 队列等几中数据结构并利用它们各自的特性来模拟实现一个简单的商店的商品管理器-we use the stack ,the queue and the linklist and combine their characteristics to make a goods purchasing manager
  3. 所属分类:STL

    • 发布日期:2017-06-08
    • 文件大小:15456884
    • 提供者:wfl
  1. matching-brackets

    0下载:
  2. 利用c++数据结构 栈 解决括号匹配问题 -Use c++ to solve matching brackets
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:625
    • 提供者:enzo
  1. data

    0下载:
  2. 数据结构常见结构,表,队列,栈。主要用来管理存储数据和运算。-Data structures common structures, tables, queues, stacks. Mainly used to manage data storage and computing.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:103898
    • 提供者:蒋万松
  1. code_queue_stack

    0下载:
  2. C++ 队和栈的模板类,用几种方式实现,queuea And Stack-C++ team and stack template class
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:936045
    • 提供者:luliang
  1. Stack-and-Queue

    0下载:
  2. 关于 队列 栈 二叉树等数据结构的经典实验及数据-On the queue stack binary tree data structure of the classic experiments and data
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:62006
    • 提供者:刘海
  1. infix

    0下载:
  2. c语言 中缀、后缀 算术表达式求值用栈实现-c language, infix, postfix arithmetic expression evaluates to achieve with Stack
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1428
    • 提供者:李子成
  1. Datastructure

    0下载:
  2. 数据结构的相关算法,堆,栈,链,队等各种PPT以及源码-Data structure related algorithms, heap, stack, chain, other teams and the source PPT
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3203419
    • 提供者:孙景飞
  1. cstack

    0下载:
  2. 一个c语言写的 数据结构 链式栈的简单例子。-A c language data structure chain stack simple example.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3989
    • 提供者:xiaodong
  1. sqstack

    0下载:
  2. 一个c语言写的 数据结构 顺序栈 的简单例子。 -A c language data structure stack sequentially simple example.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4145
    • 提供者:xiaodong
  1. quickSortApp

    0下载:
  2. 对经典的递归快速排序采用选择法和栈进行优化,提高了算法的运行效率,使得对快速排序的理解更加深入。-The classical recursive quick sort and stack using the selection method to optimize and improve the operating efficiency of the algorithm, such that for more in-depth understanding of quick sort.
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2989843
    • 提供者:刘荣荣
  1. src

    0下载:
  2. 利用java实现数据结构队列,循环队列,优先级队列,栈;自己编写的-Using Java implementation queue data structure, the circular queue, the priority queue, stack Write your own,
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:6020
    • 提供者:dwm
  1. SeqStack

    0下载:
  2. C++代码,运用类,模板,实现栈的基本操作。实现入栈出栈,取顶操作。-C++ code, the use of classes, templates, to achieve the basic operation of the stack. Implement stack stack, take the top operation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:926
    • 提供者:silentshawn
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com