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

搜索资源列表

  1. mystack1008

    0下载:
  2. 包括栈的push\\pop,计数,查找等操作,简单易行,适合数据结构的初学者-including Stack push \\ pop, calculators, searching operation is simple, the data structure suitable for beginners
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:68581
    • 提供者:杜莉
  1. OGIC_POP

    0下载:
  2. labview Internet Connectivity Tools for POP-PC Internet Connectivity Tools for P OP
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:179420
    • 提供者:keene
  1. Stack

    0下载:
  2. 堆栈的实现代码,实现了栈的所有功能,PUSH,POP,插入,销毁,清空等,有调试程序,可以很清楚的看到栈的运行过程
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:21678
    • 提供者:韩笑
  1. suanshubiaodashi

    0下载:
  2. 这是我的数据结构课程设计,1. 初始化两个空栈,一个是操作符栈,一个是操作数栈。2. 如果字符是操作数,将它压入操作数栈。 如果字符是个操作符,则和运算符栈顶的运算符比较优先权后作相应操作,优先技小泽压入栈,大于则将栈顶的运算符出栈,并将运算数栈顶的两个数出栈进行运算。等于,则弹出操作符。-This is my data structure of the curriculum design, 1. Initialize two empty stacks, one stack operator,
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:11081
    • 提供者:往往
  1. Stack

    0下载:
  2. 简单模拟栈的操作:包括栈的初始化,压栈,栈顶元素弹出以及取栈顶元素;采用C实现-Analog stack easy steps: including the stack initialization, push, pop elements as well as the Top-Top-check elements implementation using C
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:805
    • 提供者:yangxh
  1. Ex1

    0下载:
  2. 自己实现的栈,包括push,pop,empty等各种算法。-my stack class.It has been compiled successfully and it has all the methods required such as push,pop and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:509075
    • 提供者:Hardy
  1. include

    0下载:
  2. 定义一个栈,并实现栈的基本操作: void Push( const T& x) // bool Pop(T& x) // bool getTop(T& x) const // ostream& operater<<(ostream& os, Stack<T>& s) //overload -The definition of a stack, and to achieve the basic operation of the stack: void P
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:3100
    • 提供者:XJK
  1. basicoperation_forstack

    0下载:
  2. 包括数据结构中栈的一些基本操作如 push,pop,同时包括了栈的一些常用 经典算法,如表达式求值等,还有一些构建栈的常用算法,如构建字符栈,表达式栈-Including data structures some of the basic operation of the stack, such as push, pop, also include a stack of some commonly used classical algorithms, such as expression
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:324191
    • 提供者:seckCoder
  1. dfs

    0下载:
  2. 深度优先搜索算法DFS的实现,1.如果有可能,访问一个领接的未访问的节点,标记它,并把它放入栈中。 2 当不能执行规则 1 时,如果栈不为空,则从栈中弹出一个元素。 3 如果不能执行规则 1 和规则 2 时,则完成了遍历。-Depth-first search algorithm DFS implementation, 1. If possible, visit a collar then outstanding access node, mark it and put it into the
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:623
    • 提供者:陈源
  1. 12

    0下载:
  2. 以堆栈为例说明算法设计,队列的算法与堆栈类似。 在这里先说明一下“第一可见对象”这个词,在本报告中指的是在堆栈或队列中第一个可以输出或者弹出的的对象。在堆栈中自然是指栈顶的对象,队列中自然是指队头的对象。 (1) 堆栈中的每个对象都包含 数据元素element和指向本类型的一个指针变量link。element用来存储新压入的元素(在本实验中,为简化代码,直接将其设为int型),在每一对象中link用来指向下一个可见对象。如第一可见对象中的link指向第二可见对象,第二可见对象的link指
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1620
    • 提供者:胡先生
  1. pop

    0下载:
  2. 冒泡算法,数据结构17页,带标示符判断是否已经排序成功-Bubble Sort algorithm, data structure 17, with identifiers to determine whether the order has been successfully
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:845
    • 提供者:陈根
  1. ex_2

    0下载:
  2. 1.编写生成栈的函数,栈的元素从键盘输入 2.编写在栈中压入一个元素的函数 3.编写在栈中弹出一个元素的函数 4.编写主函数,调用以上各函数,以便能观察出各函数的屏幕输出。 -1. Preparation of the function generating the stack, the stack of elements from the keyboard 2. Preparation of pressure on the stack into an element of th
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:250968
    • 提供者:Ecoll
  1. advanced-pop-sort-

    0下载:
  2. 改进过的冒泡排序算法,比传统的冒泡排序高效,实现很简单-Improvement over the bubble sort algorithm, and efficient than the traditional bubble sort to achieve is very simple
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1018
    • 提供者:
  1. mars_rover_bits.tar

    0下载:
  2. Provides a complete bit-manipulation class including binary and non-binary operators, mask patterns, set/clear/toggle function, push/pop of arbitrary data and more
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:411505
    • 提供者:Kermit
  1. StackOperations

    0下载:
  2. 实现简单的栈操作。数据的操作按先进后出的顺序。成员函数为pop push size full empty print等等。 -Simple stack operations. After the operation the data out by advanced order. Member function for the pop push size full empty print and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1104886
    • 提供者:虫儿
  1. s

    0下载:
  2. 假设以整数序列1,2,3,…,n作为栈S的输入,利用Pop(出栈)和Push(入栈)操作,编写算法以输出所有可能的输出序列-Assuming a sequence of integers 1,2,3, ..., n as the input stack S, the use of Pop (stack) and Push (stack) operation, write algorithm to output all possible output sequences
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:255954
    • 提供者:陈慧
  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. 2037

    0下载:
  2. 假设一个存储结构实现双向堆栈顺序,也就是说,一维数组的储存空间,有两个堆栈,他们位于底部的堆阵列的两个端点。尝试着去写实现双向堆Tws三种操作:最初的inistack(Tws),到堆栈推(Tws,我、x)和堆栈流行(Tws,我)算法,该算法可以我0或1,所以分别在一个数组或指示两端的两个堆栈。-Suppose a storage structure order implement a two-way stack, that is, the one dimensional array of sto
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:573
    • 提供者:刘岩
  1. evaluation-of-expression

    0下载:
  2. 该算法使用压栈弹栈的基本方式实现了表达式的求值-get the envaluation of expression by using of "int stack" and "pop stack"
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1402
    • 提供者:暮雨子
  1. heap

    0下载:
  2. 堆(构造大顶堆、弹出元素、插入元素、堆排序)-heap(the structure of the heap, pop-up elements, and heap sort)
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:163992
    • 提供者:恋恋风尘
« 12 »
搜珍网 www.dssz.com