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. 数据结构讲义

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

    • 发布日期:2011-03-02
    • 文件大小:1039826
    • 提供者:goyisking
  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. 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. include

    0下载:
  2. 数据结构(c)线性表的设计与实现,用顺序表将两个集合进行合并,并存入第三个集合中。-Design and Implementation of the data structure (c) linear table, order table two collections merged and stored in the third collection.
  3. 所属分类:software engineering

    • 发布日期:2017-11-15
    • 文件大小:6675
    • 提供者:李刚
  1. shujujiegou

    0下载:
  2. 数据结构:数据结构于算法实验是计算机类本科学生计算机软件知识重要的实验环节,它将使学生从实践上学会用高级语言程序设计、实现复杂的数据结构,为大型软件设计奠定基础。本实验以某种线性表的创建与访问算法设计作为实验内容,举一反三,全面、深刻掌握线性结构的实现方法,培养解决问题的能力。-English Version
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:1374065
    • 提供者:夙冰儿
  1. data-structure

    0下载:
  2. 线性结构是最常用、最简单的一种数据结构。而线性表是一种典型的线性结构,其基本特点是线性表中的数据元素是有序且有限-Is the most common linear structure, a data structure simple. The linear table is a typical linear structure, its basic features are linear data in the table is ordered and finite element
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:703776
    • 提供者:李浩
  1. 数据结构上机实验——二叉树

    1下载:
  2. 根据二叉树的抽象数据类型的定义,使用二叉链表实现一个二叉树。 二叉树的基本功能: 1、二叉树的建立 2、前序遍历二叉树 3、中序遍历二叉树 4、后序遍历二叉树 5、按层序遍历二叉树 6、求二叉树的深度 7、求指定结点到根的路径 8、二叉树的销毁 9、其他:自定义操作 编写测试main()函数测试线性表的正确性
  3. 所属分类:软件工程

  1. CH2线性表-PDF

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

    • 发布日期:2017-12-27
    • 文件大小:1094656
    • 提供者:Turf
  1. second

    0下载:
  2. 数据结构第二章 对线性表进行了详细的介绍(data structure Chapter two)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-29
    • 文件大小:500736
    • 提供者:韩韩韩888
  1. 新建文件夹

    0下载:
  2. 包含了线性表、栈、队列、二叉树、查找排序等多个内容,还实现了约瑟夫斯问题。(It includes many contents such as linear table, stack, queue, two fork tree, search sort and so on. The Josephus problem is also realized.)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-07
    • 文件大小:4711424
    • 提供者:Ccc_J罗
  1. 链表

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

    • 发布日期:2018-04-20
    • 文件大小:53248
    • 提供者:木止
  1. 数据结构实验习题

    0下载:
  2. 通过习题实验,更好的理解数据结构的线性表。
  3. 所属分类:编程文档

« 12 »
搜珍网 www.dssz.com