CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 线性表

搜索资源列表

  1. xianxingbiao

    0下载:
  2. 实习题 [问题描述] 1. 设顺序表中的数据元素递增有序,将插入到顺序表的适当位置上,是该表仍然有序。 [输入] 初始顺序表,插入字符。 [输出] 插入x后线性表的结果 [存储结构] 采用顺序存储结构 [算法的基本思想] 建立一个递增顺序表,插入一个数值并移动元素,使其仍然有序。 程序如下: #include \"iostream.h\" #include <malloc.h> #define LIST_INTI_SIZE 1
  3. 所属分类:软件工程

    • 发布日期:2014-01-15
    • 文件大小:8550
    • 提供者:Demonic
  1. datas

    0下载:
  2. 各线性表采用单链表作为存储结构; 题中任一线性表中的元素值可以相同。 测试用例自己设计。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1242
    • 提供者:kaka
  1. 数据结构讲义

    0下载:
  2. 1.算法 2.线性表 3.栈和队列 4.数组 5.树 6.图 7.查找 8.排序
  3. 所属分类:文档资料

    • 发布日期:2011-03-02
    • 文件大小:1039826
    • 提供者:goyisking
  1. 线性表

    0下载:
  2. 所属分类:文档资料

  1. 哈工大软件基础实验报告

    0下载:
  2. 这个报告中包括哈工大计算机软件基础课3个上机实践的源代码,调试过程及实验结果截图。3个实践分别为顺序存储的线性表维护子系统的实现,二叉树的前序遍历程序的实现和二叉排序树维护子系统实现。
  3. 所属分类:报告论文

    • 发布日期:2011-12-13
    • 文件大小:319488
    • 提供者:chuangxinxuefen
  1. 顺序表的应用

    0下载:
  2. 顺序表的应用 (1) 已知长度为n的线性表A采用顺序存储结构,请写一时间复杂度为0(n)、空间复杂度为0(1)的算法,该算法删除线性表中所有值为item的数据元素。要求:线性表元素个数n很大,而值为item的数据元素个数很少,要求移动元素个数尽量少;删除后的数组元素与原数组元素不必保持顺序一致。 (2)编写一个函数将一个顺序表A(有n个元素,且任何元素均不为0)分拆成两个顺序表,使A中大于0的元素存放在B中,小于0的元素存放在C中。 (3)假设一个算术表达式中包含圆括号,方括号
  3. 所属分类:技术管理

    • 发布日期:2016-01-22
    • 文件大小:2048
    • 提供者:jay
  1. c++

    0下载:
  2. 在线性表的实现中增加一个成员函数,实现对表中元素置逆的操作(设原链表为a1,a2,...,an 则置逆后的序列为an,...,a2,a1)。对于具有n个元素的线性表,你的算法的运行时间应为O(n),空间消耗应为O(1). 注:有对时间和空间分析的说明
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:847
    • 提供者:dgftd
  1. Flight

    0下载:
  2. 一个航空客运订票系统。用C++实现。系统能实现的操作和功能:①查询航线,②承办订票业务③承办退票业务。主要用线性表实现。-An air passenger booking system. Using C++ to achieve. System to achieve the operations and functions: ① query route, ② ③ contractors contractors refund booking business operations. Linear
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:481324
    • 提供者:Yvonnne
  1. wangrong1

    0下载:
  2. 线性表运算,进行插入、删除、返回长度、判空、等的10多种操作-Linear table operations, insertion, deletion, back length, sub-space, and so on more than 10 kinds of operations
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1897
    • 提供者:wrjessica
  1. poly

    0下载:
  2. 数据结构中,线性表的应用,利用单链表存储一元多项式,并实现单链表表示与相加操作-The data structure, the linear form of the application, the use of a single linked list is stored one dollar polynomial, and to achieve a single linked list representation and the sum of operating
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:4194
    • 提供者:房春英
  1. listbuildprint

    0下载:
  2. c语言做的线性表的建立输出,是数据结构的东西-c language to the establishment of the linear form the output data structure is something
  3. 所属分类:Document

    • 发布日期:2017-04-05
    • 文件大小:792
    • 提供者:张临
  1. shujujiegou

    0下载:
  2. 主要介绍数据结构,是对c语言学习的加强,主要介绍了排序,线性表,队列,数组,广义表,书和二叉树,查找,图等类容。-Introduces the data structure is the c language to enhance learning, introduces the sort, linear tables, queues, arrays, generalized table, books and binary tree, locate, map, and the like capa
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1844462
    • 提供者:22
  1. shujujiegou_C

    1下载:
  2. 介绍了数据结构的基本概念、线性表、链接表、数组和广义表、树、图、查找和排序等,每章用大量的实例和图表来说明基本概念和方法.同时采用c语言作为算法的描述语言,算法也尽可能地少用抽象定义,而更多的是给出具体算法,并力求算法更接近于实际应用,使读者能更快地提高编程能力。-The book gives the basic concepts of data structures, linear tables, linked tables, arrays, and generalized table, tr
  3. 所属分类:software engineering

    • 发布日期:2017-05-24
    • 文件大小:7903151
    • 提供者:冰茜
  1. Array

    0下载:
  2. 数据结构的全面学习,包括串,数组,图,线性表和查找等,供初学者用-Comprehensive study of data structures, including strings, arrays, graphs, linear forms and find other, for beginners to use
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:10555
    • 提供者:fengliang
  1. Search

    0下载:
  2. 数据结构的全面学习,包括串,数组,图,线性表和查找等,供初学者用-Comprehensive study of data structures, including strings, arrays, graphs, linear forms and find other, for beginners to use
  3. 所属分类:Document

    • 发布日期:2017-04-17
    • 文件大小:10317
    • 提供者:fengliang
  1. Stacksandqueues

    0下载:
  2. 数据结构的全面学习,包括串,数组,图,线性表和查找等,供初学者用-Comprehensive study of data structures, including strings, arrays, graphs, linear forms and find other, for beginners to use
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:7653
    • 提供者:fengliang
  1. Tree

    0下载:
  2. 数据结构的全面学习,包括串,数组,图,线性表和查找等,供初学者用-Comprehensive study of data structures, including strings, arrays, graphs, linear forms and find other, for beginners to use
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:13457
    • 提供者:fengliang
  1. CH2线性表-PDF

    0下载:
  2. 数据结构线性表顺序表单链表双链表的结构(Data structure linear table)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-27
    • 文件大小:1094656
    • 提供者:Turf
  1. 多项式加法 线性表

    1下载:
  2. 我们经常遇到两多项式相加的情况,在这里,我们就需要用程序来模拟实现把两个多项式相加到一起。首先,我们会有两个多项式,每个多项式是独立的一行,每个多项式由系数、幂数这样的多个整数对来表示。 如多项式2x20- x17+ 5x9- 7x7+ 16x5+ 10x4 + 22x2- 15 对应的表达式为:2 20 -1 17 5 9 - 7 7 16 5 10 4 22 2 -15 0。 为了标记每行多项式的结束,在表达式后面加上了一个幂数为负数的整数对。 同时输入表达式的幂数大小顺序是随机
  3. 所属分类:文章/文档

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:violet_zxd
  1. 链表

    0下载:
  2. 数据结构链表,包括线性表的基础编程,适用于C语言。(Data structure chain table)
  3. 所属分类:软件工程

    • 发布日期:2018-04-20
    • 文件大小:53248
    • 提供者:木止
« 12 3 »
搜珍网 www.dssz.com