搜索资源列表

  1. 堆栈类的实现

    0下载:
  2. 堆栈的基本操作包括: 1. 初始化堆栈。 2. 入栈。 3. 出栈。 4. 返回栈顶元素。 5. 输出堆栈元素。 -stack the basic operation include : 1. Initialization stack. 2. Push. 3. Out Stack. 4. Return Zhanding elements. 5. Output stack elements.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:57546
    • 提供者:刘炎黄
  1. asfweess

    0下载:
  2. 实现栈的基本操作以及栈在程序设计上的应用-achieve the basic operation of the procedure and stack design of the application
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:17132
    • 提供者:pmz
  1. compartment

    0下载:
  2. 车厢调度----数据结构课程设计。利用的栈的结构进行设计,主要包括栈的基本操作,及进行调度的算法。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:79151
    • 提供者:刘强
  1. 顺序栈的基本操作

    0下载:
  2. 顺序栈的基本操作,一共9个,与吴伟民数据结构课本完全一致,用C实现-order stack the basic operation, a total of nine, and Xiulan WU Weimin textbooks data structure is fully consistent with achieving C
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1186
    • 提供者:李雷
  1. 栈的基本操作

    0下载:
  2. 栈的基本操作,
  3. 所属分类:编译

  1. 栈的基本操作

    0下载:
  2. 关于栈的基本操作
  3. 所属分类:报告论文

    • 发布日期:2011-12-13
    • 文件大小:82432
    • 提供者:laoxinmelo
  1. 顺序栈的基本操作

    0下载:
  2. 顺序栈的基本操作,一共9个,与吴伟民数据结构课本完全一致,用C实现-order stack the basic operation, a total of nine, and Xiulan WU Weimin textbooks data structure is fully consistent with achieving C
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-30
    • 文件大小:1024
    • 提供者:李雷
  1. compartment

    0下载:
  2. 车厢调度----数据结构课程设计。利用的栈的结构进行设计,主要包括栈的基本操作,及进行调度的算法。-Scheduling data structure inside the curriculum design. Use the structure of the stack design, including the basic operation of the stack, and scheduling algorithms.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-30
    • 文件大小:195584
    • 提供者:刘强
  1. stack

    0下载:
  2. C语言编写的栈操作模板。包含栈的9种基本操作,从栈的创建、栈的判断到入栈、出栈操作,以及栈的删除等操作。-C language template stack operation. Stack contains 9 kinds of basic operation, from the stack to create, to determine the stack入栈, a stack operation, and stack operat
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-30
    • 文件大小:1024
    • 提供者:KiD
  1. zhanduilie

    0下载:
  2. 栈和队列的基本操作实现及其应用,肯定对你有帮助的!需要的请下载!-Stack and queue and its application to achieve the basic operation is definitely helpful for you! Need to download!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-30
    • 文件大小:5120
    • 提供者:侯坚强
  1. 3698

    0下载:
  2. 栈和队列的基本操作及应用,内有实验报告和具体程序实现!-Stack and queue the basic operation and applications, there are experimental reports and the specific procedures to achieve!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-30
    • 文件大小:18432
    • 提供者:
  1. arithmetic

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

    • 发布日期:2024-04-30
    • 文件大小:21504
    • 提供者:
  1. a.doc

    0下载:
  2. 1) 根据栈数据结构,分别建立一个顺序栈和链式栈并实现其上基本操作(出栈和入栈等); 2) 根据队列数据结构,分别建立链队列和循环队列,并完成其上的基本操作(出入队列等); 3) 参考P80表达式求值例题,应用栈的基本操作实现简单表达式求值运算及其进出栈模拟过程(给出程序执行过程中栈的变化过程); 4) 阅读P83栈与递归的实现一节内容和3阶汉诺塔问题。使用栈数据结构解决3阶汉诺塔问题,编写程序并模拟栈及其汉诺塔的搬运过程(
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-30
    • 文件大小:4096
    • 提供者:sad
  1. calculator

    1下载:
  2. 一、实验一:带括号的算术表达式求值 二、实验的目的和要求: 1.采用算符优先数算法,能正确求值表达式 2.熟练掌握栈的应用 3.熟练掌握计算机系统的基本操作方法,了解如何编辑、编译、链接和运行一个C++程序 -1, experiment 1: arithmetic expressions with parentheses evaluated two experimental purposes and requi
  3. 所属分类:其他小程序

    • 发布日期:2024-04-30
    • 文件大小:416768
    • 提供者:liujianye
  1. 栈和队列的链接

    0下载:
  2. 数据结构实验 栈和队列的连接实验 ①编写程序实现循环队列的初始化、入队和出队操作 ②编写程序实现将一个任意的十进制数转换成对应的二进制数 要求: ①用栈的基本操作来实现(具体栈的存储结构可用顺序栈也可用链栈) 十进制数由键盘输入,输出对应的二进制数。 ②在初始化队列后,利用入队操作构建具有n个元素的队列并依次输出队列中的元素。在构建的具有n个元素的队列中,执行出队操作,输出出队后队列中的剩余元素(Data structu
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-30
    • 文件大小:1024
    • 提供者:蚊子酱
  1. zhan

    0下载:
  2. 1) 建立栈并进行一些元素入栈,实现链栈的建立及入栈的基本操作; (2)实现某些元素的出栈,实现链栈的出栈的操作;(1) set up the stack and carry out some elements into the stack, to achieve the establishment of the chain stack and the basic operation of the stack; (2) the st
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-30
    • 文件大小:1024
    • 提供者:晌午v
  1. LinkStack

    0下载:
  2. 链栈的基本操作,创建,插入,删除,查询操作(The basic operations of the chain stack, create, insert, delete, and query)
  3. 所属分类:其他小程序

    • 发布日期:2024-04-30
    • 文件大小:229376
    • 提供者:天气正
  1. Stack

    0下载:
  2. 栈的基本操作,创建,插入,删除,查询操作(The basic operations of the stack, create, insert, delete, and query the operation)
  3. 所属分类:其他小程序

    • 发布日期:2024-04-30
    • 文件大小:529408
    • 提供者:天气正
  1. 数据结构-c++-栈的验证-实验报告

    0下载:
  2. 1.实验目的及要求 1.1 实验目的: 1.掌握栈的顺序存储结构 2.验证顺序栈及其基本操作的实现 3.验证栈的操作特性 1.2 实验要求: 1.建立一个空栈 2.对已建立的栈进行插入、删除、取栈顶元素等基本操作(1. the purpose and requirements of the experiment 1.1 the purpose of the experiment: 1. the sequent
  3. 所属分类:Windows编程

  1. 0下载:
  2. 栈的简单实现,代码中包含栈的基本操作(插入,删除,初始化等)(The simple implementation of the stack, which contains the basic operations of the stack (insert, delete, initialization, etc.))
  3. 所属分类:其他小程序

    • 发布日期:2024-04-30
    • 文件大小:1741824
    • 提供者:hjyzzz
« 12 3 4 5 6 7 8 9 10 ... 13 »

源码中国 www.ymcn.org