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

搜索资源列表

  1. C语言编写的通用堆栈计算器算法

    3下载:
  2. 支持实数(包括负数)的四则运算(包括加减乘除,括号等),对所有输入进行语法检测,可以重复计算,稍微扩展一下即可支持乘方,开方等扩展函数;内存占用小,可以支持windows,unix,以及linux各种操作系统等。
  3. 所属分类:其它程序

  1. 可以单线链表,迷宫,堆栈

    0下载:
  2. 可以单线链表,迷宫,堆栈
  3. 所属分类:源码下载

  1. 堆栈

    0下载:
  2. 堆栈
  3. 所属分类:数据结构常用算法

    • 发布日期:2011-05-04
    • 文件大小:878
    • 提供者:jackey90
  1. 表达式计算(加减乘除与或非及括号)C语言

    1下载:
  2. 参考书c语言版得严蔚敏的数据结构 利用堆栈实现根据表达式运算符优先级比较完成正确的计算 程序设计有运算符优先级表可以自己设定运算符优先级
  3. 所属分类:数据结构常用算法

  1. heapmngr

    0下载:
  2. 一个堆栈管理器的源码- A storehouse management source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-04
    • 文件大小:88897
    • 提供者:站长
  1. heap

    0下载:
  2. 停车场问题:一个关于堆栈操作的程序- Parking lot question: About storehouse operation procedure
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-25
    • 文件大小:1955
    • 提供者:tyler28
  1. stack

    0下载:
  2. 自己写的动态堆栈,很有用,语法相对简单,希望对初学者有用-Himself wrote the dynamic stack, very useful, relatively simple grammar, and they hope to be useful for beginners
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:1415
    • 提供者:何杨军
  1. arithmetic

    4下载:
  2. 常用算法:链表的操作、队列的应用、堆栈的应用、串的应用、树的基本操作、冒泡排序、堆排序、归并排序、磁盘文件排序、顺序查找、二分查找、树的动态查找、二分法求解方程、牛顿迭代求解方程、弦截法求解方程、拉格朗日插值、最小二乘法拟合、辛普生数值积分、改进欧拉法、龙格-库塔算法、高斯消去法、正定矩阵求逆算法-Commonly used algorithms: List of operation, the queue of applications, the stack of applications, t
  3. 所属分类:Algorithm

    • 发布日期:2016-08-26
    • 文件大小:21928
    • 提供者:
  1. biaodashi

    0下载:
  2. 表达式求值,采用逆波兰式求值,有堆栈和顺序表两种。-Expression evaluation, the use of Reverse Polish-style evaluation, there are two types of stack and the order form.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:17474
    • 提供者:井树刚
  1. biaodashiqiuzhi

    0下载:
  2. 对于一个表达式求值 用堆栈实现 数据结构第一个实验 没有做附加功能 -For an expression evaluation stack data structure with the first experiment did not do additional functionality
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1426
    • 提供者:409
  1. DataStructure

    0下载:
  2. 几个常用的数据结构算法:堆栈、链表、二叉树、图等。-Some commonly used data structure algorithms: stack, linked lists, binary tree, map.
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:9860
    • 提供者:马烈
  1. maze

    0下载:
  2. 用堆栈实现迷宫求解问题 基本思想: 若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。 求解迷宫问题的简单方法是:从入口出发,沿某一方向进行探索,若能走通,则继续向前走;否则沿原路返回,换一方向再进行探索,直到所有可能的通路都探索到为止。 为避免走回到已经进入的点(包括已在当前路径上的点和曾经在当前路径上的点),凡是进入过的点都应做上记号。-Maze with the stack to achieve the basic ide
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:34605
    • 提供者:Tantan
  1. stack

    0下载:
  2. 所有的堆栈,包括top,pull等,用来实现数值转换等-All of the stack, including the top, pull, etc., used to achieve the numerical conversion
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:918
    • 提供者:王淋淋
  1. STACK2

    0下载:
  2. 数据结构中堆栈的一般性操作,如初始化、出栈、入栈等-Stack data structure in the general operations such as initialization, a stack, stack, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1401
    • 提供者:wangzhongjing
  1. SimpleCalcMFC

    0下载:
  2. MFC计算器。用堆栈实现,可以进行含括号的四则运算。-MFC calculator. Implementate With the stack. Can be carried out with the four fundamental operations in parentheses.
  3. 所属分类:Data structs

    • 发布日期:2017-05-29
    • 文件大小:12205108
    • 提供者:WangLuJun
  1. stack

    0下载:
  2. 这是用数据结构建立的堆栈和队列,以及一些简单的算法。-This is a data structure used to establish the stack and queue, as well as some simple algorithms.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:77074
    • 提供者:淡淡的
  1. word

    0下载:
  2. 二叉树遍历(二叉树的各种遍历)、图的遍历(图的各种遍历),停车场的设计(堆栈,队列的设计)-Binary tree traversal, graph traversal, car park design
  3. 所属分类:Data structs

    • 发布日期:
    • 文件大小:7129
    • 提供者:yjc
  1. stack

    0下载:
  2. 数据结构实现:堆栈(直接实现:顺序描述、链式描述;通过对线性表的派生的实现:顺序描述、链式描述)-Data structure implementation: Stack (direct implementation: the order of descr iption, chain descr iption derived through the implementation of the linear table: the order of descr iption, chain desc
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:5293
    • 提供者:Robin.Wang
  1. 堆栈实现十进制转二进制

    0下载:
  2. 用堆栈实现十进制转二进制的建议源代码。 用C语言编写。
  3. 所属分类:其他小程序

  1. 堆栈的c语言源代码

    0下载:
  2. 堆栈的c语言源代码,包括堆栈的建立,插入删除元素,销毁堆栈
  3. 所属分类:数据结构常用算法

« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com