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

搜索资源列表

  1. 栈类.rar

    0下载:
  2. 栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利用了栈这样的数据结构。
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:2734
    • 提供者:
  1. 栈的数制转换算法

    0下载:
  2. 进制转换是数据结构中的栈的应用的一个典型例子- Enters the system transformation is in a construction of data stack application typical example
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1083
    • 提供者:杨涛
  1. 数椐结构实验指导书

    1下载:
  2. 数据结构的实验算法 有线性表的,栈和队列,数组,树和而叉树,图,查找以及排序等算法的源代码 -experimental data structure is linear algorithm to the table, stack and queue, arrays, trees and the trees and fork, graphics, such as search and sorting algorithm source code
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:61668
    • 提供者:龙亚星
  1. 用栈设置密码

    0下载:
  2. 这个算法,是用来设置密码的,有数据结构中的栈来实现的。-The algorithm is used to set up passwords, and data structure of the stack to achieve.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1728
    • 提供者:纵横驰骋
  1. 数据结构实验程序

    0下载:
  2. 包括插入法查找树生成程序、树的队列法层次遍历、用链式栈对树中序遍历、制作二插查找树的镜像副本-including the insertion procedure generation search tree, the tree traversal level cohort method, using chain stack of tree traversal, interpolation search produced two mirror copies of the tree.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3091
    • 提供者:王荣枫
  1. stack_and_expression

    0下载:
  2. 我上传的是数据结构里面栈``表达式求值`问题的`源程序``并且`编译能运行拉`` 是用c++编的``还算可以-I upload the data structure inside stack expression evaluates the source and compiler can run Rafah is c series may have been
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1962
    • 提供者:jiangcan
  1. ysbd

    0下载:
  2. 数据结构:栈的应用 数据结构:栈的应用 数据结构:栈的应用-data structure : the application stack data structures : the application stack data structure : stacks of application data structures : the application stack data structure : Application Stack
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2094
    • 提供者:tylzsd
  1. hduong2

    0下载:
  2. 数据结构(c++)栈顺序存储结构的全部操作 以及数据类型转换-data structure (c) stack sequence storage structure and operation of all types of data conversion
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1684
    • 提供者:hd0178
  1. mgqj

    0下载:
  2. 这小程序可以巩固数据结构中栈的知识,以及用到的递归算法。-procedures can consolidate data structure Stack knowledge, and use the recursive algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1254
    • 提供者:陈朝熙
  1. zhanyudigui

    0下载:
  2. 关于数据结构的栈与递归调用的flash文件。-data on the structure of the recursive call stack and the flash document.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18401
    • 提供者:童叶
  1. 0

    0下载:
  2. 十进制的数转换八进制的数,数据结构中栈的应用
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5765
    • 提供者:西域
  1. Oracle课件

    0下载:
  2. 数据结构上机作业,掌握栈的定义及实现;掌握利用栈求解算术表达式的方法(Data structure on machine operation, grasp the definition and implementation of stack; master stack to solve arithmetic expression.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1482752
    • 提供者:cc4
  1. dataStructurePython

    0下载:
  2. python实现队、栈等数据结构,其他结构后续补充(this code implement the queue and stack data structure. the other data structure is coming later.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:runner_yang
  1. DataStructure

    0下载:
  2. 数据结构的实验,包换栈,链表,队列,各种排序(Data structure experiments, packet replacement stack, linked list, queue, sorting.)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:4109312
    • 提供者:金哦
  1. 停车场

    0下载:
  2. 数据结构停车场代码,利用了链表,线性栈,链队列(Data structure car park code, the use of linked list, linear stack, chain queue)
  3. 所属分类:其他

    • 发布日期:2018-05-07
    • 文件大小:4668416
    • 提供者:行路
  1. 数据结构源代码

    0下载:
  2. 数据结构源代码,包含字符串操作,常用的堆与栈的操作,以及常见的排序算法与查找算法(Data structure source code, including string operations, common heap and stack operations, and common sorting algorithms and lookup algorithms)
  3. 所属分类:Windows编程

    • 发布日期:2020-02-02
    • 文件大小:14336
    • 提供者:鲁瑞莲
  1. 表达式求值(浮点数运算)

    1下载:
  2. 用c/c++ 编写的,关于数据结构中用入栈和出栈等,实现表达式求值问题。(expression evaluation)
  3. 所属分类:其他

    • 发布日期:2020-03-24
    • 文件大小:2048
    • 提供者:jing_
  1. C经典数据结构算法

    1下载:
  2. 包含单链表、单循环链表、顺序表、链栈、二叉树、图及汉诺塔等C经典数据结构算法
  3. 所属分类:数据结构常用算法

    • 发布日期:2019-02-16
    • 文件大小:1261305
    • 提供者:wggaugu
  1. landmine

    0下载:
  2. THUDSA2019Fall。利用数据结构栈,实现直方图内最大矩形的查找,根据最大矩形确定地雷数目(THUDSA2019fall. Using stack to find the max area in a rectangle.)
  3. 所属分类:数据结构

    • 发布日期:2020-10-22
    • 文件大小:1024
    • 提供者:DestinySwords
  1. 数据结构教程上机实验指导

    0下载:
  2. 本书是《数据结构教程》的配套上机实验指导书,两书章次一一对应,内容包括线性表、栈和队列、串、数组和稀疏矩阵、递归、树状结构、广义表、图、查找、内排序、外排序、文件等。书后附录中给出了VC++ 6.0环境下编写C程序所需的基本知识及学生应提交的实验报告的格式。本书包含全部上机实验题目,因此自成一体,可脱离《数据结构教程》单独使用。
  3. 所属分类:汇编语言

« 1 2 3 45 6 7 8 9 10 ... 44 »
搜珍网 www.dssz.com