搜索资源列表

  1. 栈的操作

    0下载:
  2. 建立链式栈并完成入栈,出栈,判栈空和求栈长的操作-establish and complete chain stack pushed out stack, stack space and contracting for the operation of stack -
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:917
    • 提供者:王丹
  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. 简单的链的倒置(c++)

    0下载:
  2. 给定一条单向链,设计程序把链倒过来,并输出结果。要求直接在这条链上完成倒置操作,只可增设有限的几个辅助变量。 用栈的方法。
  3. 所属分类:C#编程

  1. 栈的基本操作

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

  1. 栈的基本操作

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

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

    0下载:
  2. 建立链式栈并完成入栈,出栈,判栈空和求栈长的操作-establish and complete chain stack pushed out stack, stack space and contracting for the operation of stack-
  3. 所属分类:中文信息处理

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:王丹
  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-06-03
    • 文件大小:1024
    • 提供者:李雷
  1. 栈和队列CQandS

    0下载:
  2. 该程序实现了栈和队列的操作,可以作为其他程序的头文件-the program stack and a queue of operation, as with other procedures in the first paper
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-06-03
    • 文件大小:229376
    • 提供者:沈石林
  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-06-03
    • 文件大小: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-06-03
    • 文件大小:1024
    • 提供者:KiD
  1. zhanheduilie

    0下载:
  2. (1)采用链式存储实现栈的初始化、入栈、出栈操作。 (2)采用顺序存储实现栈的初始化、入栈、出栈操作。 (3)采用链式存储实现队列的初始化、入队、出队操作。 (4)采用顺序存储实现循环队列的初始化、入队、出队操作。 (5)在主函数中设计一个简单的菜单,分别测试上述算法。 (6)综合训练:1)利用栈实现表达式求值算法。 2)利用栈实现迷宫求解。 -(1) the use of chain-stor
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-03
    • 文件大小:102400
    • 提供者:jack
  1. arithmetic

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

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

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

    • 发布日期:2024-06-03
    • 文件大小:4096
    • 提供者:sad
  1. linklist

    0下载:
  2. 链栈的操作(创建、打印、进栈、出栈、返回源程序)-Chains stack operations (create, print, into the stack, out of the stack, return source code)
  3. 所属分类:Windows编程

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:于梦玲
  1. calculator

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

    • 发布日期:2024-06-03
    • 文件大小:416768
    • 提供者:liujianye
  1. shujujiegouzonghui

    0下载:
  2. 数据结构实验代码,有栈,队,图的操作,代码中有详细的解释-Experimental data structure code, stack, team, plans the operation, code explained in detail
  3. 所属分类:书籍源码

    • 发布日期:2024-06-03
    • 文件大小:1466368
    • 提供者:于仁飞
  1. 出栈入栈

    0下载:
  2. C语言实现出栈入栈的操作,功能可以实现任意次。(The stack operation is realized in C language)
  3. 所属分类:Windows编程

  1. 0下载:
  2. 实现栈的进站和输出查找操作:查找值为x的元素在单链表中出现的位置(是链表中的第几个元素); 4)压栈和弹栈操作; 5)出队和入队操作(顺序存储)(Carrying and output of the stack)
  3. 所属分类:Windows编程

    • 发布日期:2024-06-03
    • 文件大小:7055360
    • 提供者:罗西南迪
  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. 5

    0下载:
  2. 栈的操作,包括初始化创建,插入和删除元素(Stack operations, including initialization, creation, insertion and deletion of elements)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:SuperLoser
« 12 3 4 5 6 7 8 9 10 ... 35 »

源码中国 www.ymcn.org