CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 链栈的基本操作

搜索资源列表

  1. sting2.doc

    0下载:
  2. 线性数据结构算法实现 栈的顺序和链式存储存表示与基本算法的实现; 队列的链式存储表示与基本操作算法实现-linear data structure of the stack algorithm sequence and chain store expresses the basic algorithm and the realization; Queue said chain store operation with the basic algorithm
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3491
    • 提供者:CJX
  1. 10

    0下载:
  2. 掌握栈与队列的数据类型描述及特点; 2)掌握栈的顺序和链式存储存表示与基本算法的实现; 3)掌握队列的链式存储表示与基本操作算法实现 4) 掌握栈与队列在实际问题中的应用和基本编程技巧 5)按照实验题目要求,独立完成实际程序的编写编写、调试和运行,并通过用例数的运行过程抓获相关屏面验证程序设计的正确性;
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:11213
    • 提供者:川原
  1. palindrome

    0下载:
  2. 实验2:栈的应用--判断一个数是否是回文数 1、实验目的:掌握栈的特点及基本操作,包括入栈、出栈、判栈空等。 2、实验要求:任意输入一个数,判断其是否为回文数。 3、提示:可采用栈和链表结合进行。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:49156
    • 提供者:用途解放
  1. migong

    0下载:
  2. 一、 实验目的: (1) 熟练掌握链栈的基本操作及应用。 (2) 利用链表作为栈的存储结构,设计实现一个求解迷宫的非递归程序。 二、实验内容: 【问题描述】 以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 【基本要求】 首先实现一个链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标,
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:37408
    • 提供者:高慧
  1. StackList

    0下载:
  2. 实现链栈的基本操作,对初学者有较大的参考价值-Chain to achieve the basic operation of the stack, for beginners reference value greater
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1011
    • 提供者:夏江
  1. Editor_Soft

    0下载:
  2. .采用算符优先数算法,能正确求值表达式 2.熟练掌握栈的应用 3.熟练掌握计算机系统的基本操作方法,了解如何编辑、编译、链接和运行一个C++程序 -. Using operator priority number algorithm, able to correctly evaluated expression 2. Familiar with the application of the stack 3. Familiar with the basic operation
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:481834
    • 提供者:liujianye
  1. calculator

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

    • 发布日期:2014-09-20
    • 文件大小:416646
    • 提供者:liujianye
  1. stack

    0下载:
  2. 实验题目:5.1 基于顺序栈的括号匹配程序设计验证 一、实验目的 1. 掌握栈的顺序存储结构; 2. 掌握栈的操作特性; 3. 掌握基于顺序栈的基本操作的实现方法。 二、实验内容 1. 实现顺序栈的成员函数; 2. 基于顺序栈的括号匹配程序设计验证。 实验题目:5.2 基于链式栈的表达式的计算程序设计验证 一、实验目的 1. 掌握栈的链式存储结构; 2. 掌握栈的操作特性; 3. 掌握基于链式栈的基本操作的实现方法。 二、实验内容 1. 实
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:14502
    • 提供者:混乱
  1. The-inverse-set-of-the-chain-stack

    0下载:
  2. 链栈的逆置,主要是讲的链栈在数据结构中的一个基本操作。-Inverse set of the chain stack, mainly talk about the chain stack in the data structure of a basic operation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:820
    • 提供者:肖果平
  1. zhan

    0下载:
  2. 定义顺序栈类型,实现栈的所有基本操作。 定义链栈类型,实现栈的所有基本操作。 应用栈实现数制的转换-Definition of the order of the stack type, to achieve all of the basic stack operations. Defined chain stack type, all the basic operations of the stack. Application stack to achieve the conversio
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:5835
    • 提供者:刘宇
  1. shujujiegou

    0下载:
  2. 1.实现顺序表的基本操作,包括顺序表的初始化、第i个元素前插入一个新的元素、删除第i个元素、查找某元素、顺序表的销毁。2.实现单链表、循环链表、双向链表的所有基本操作 3.定义顺序栈类型,实现栈的所有基本操作。定义链栈类型,实现栈的所有基本操作。应用栈实现数制的转换。4.定义顺序队列类型,实现栈的所有基本操作。定义链队列类型,实现栈的所有基本操作。将字符串转换为整形。5.定义二叉链表类型,建立二叉树。先序、中序、后序、层次遍历二叉树,并输出遍历结果。-1. Achieve the basic o
  3. 所属分类:Console

    • 发布日期:
    • 文件大小:9968
    • 提供者:ludan
  1. lianshizhan

    0下载:
  2. 链式栈的基本操作.小的数据结构课程设计程序-Chain stack basic operation. Small data structure course design procedure
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-09
    • 文件大小:119512
    • 提供者:mdj
  1. shiyan5

    0下载:
  2. 以二叉链表表示二叉树,实现二叉树先序遍历、中序遍历、后序遍历的递归算法;直接利用栈的基本操作,实现二叉树先序遍历的非递归算法。-Binary list, binary tree, Binary Tree, Inorder traversal, recursive algorithm after preorder direct use of the basic operation of the stack, the non-recursive algorithm Binary Tree.
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:1360
    • 提供者:陈序员
  1. List.matrix.stack

    0下载:
  2. 此程序包括对链表,矩阵,栈的基本操作,实现了链表的插入,删除,查找,栈的删除与插入,矩阵的压缩存储,矩阵的运算。-This procedure is the operation of the matrix: Matrix compression, storage, computing
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:464341
    • 提供者:
  1. shiyan5

    0下载:
  2. 链栈的基本操作源代码,可以进行数据的入栈、出栈、取栈顶元素等操作-Basic operation of the chain stack
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:906
    • 提供者:琉璃豆豆
  1. stack

    0下载:
  2. 实现对战的基本操作,如出栈、入栈,取栈顶元素、清空栈等,通过顺序栈和链栈实现-the base function of stack
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2580
    • 提供者:杨涛
  1. CPPexam9

    1下载:
  2. 1. 编写程序 Node.h 实现例 9-5 的节点类,并编写测试程序 lab9_1.cpp 实现链表的基本操作。 2. 编写程序 link.h 实现例 9-6 的链表类。在测试程序 lab9_2.cpp 中声明两个整型链表 A和 B,分别插入 5 个元素,然后把 B 中的元素加入 A 的尾部。 3. 编写程序 queue.h,用链表实现队列(或栈)类。在测试程序 lab9_3.cpp 中声明一个 整型队列(或栈)对象,插入 5 个整数,压入队列(或栈),再依次取出并显示出来。 -1
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:650469
    • 提供者:wolf
  1. CPPexam9

    0下载:
  2. 1. 声明 Point 类,有坐标_x,_y 两个成员变量;对 Point 类重载“++”(自增)、“--”(自减)运算符,实现对坐标值的改变。 2. 声明一个车(vehicle)基类,有 Run、Stop 等成员函数,由此派生出自行车(bicycle)类、汽车(motorcar)类,从 bicycle 和 motorcar 派生出摩托车(motorcycle)类,它们都有 Run、Stop 等成员函数。观察虚函数的作用。 1. 编写程序 Node.h 实现例 9-5 的节点类,并编写测
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1030959
    • 提供者:wolf
  1. Ch4-StackQueue

    0下载:
  2. 链栈的C语言实现,可以入栈,出栈,求栈中元素个数等、线性栈的C语言实现,可以栈的基本操作,线性队列的C语言实现,实现队列的出队,入队等-Chain stack of C language, can stack, the stack, the stack number of elements, such as seeking a linear stack of C language, basic operations can stack linear alignment of the C lang
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:373800
    • 提供者:吴健银
  1. LinkStack

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

    • 发布日期:2018-01-06
    • 文件大小:229376
    • 提供者:天气正
« 12 »
搜珍网 www.dssz.com