CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 数据结构 线性表

搜索资源列表

  1. aaa

    0下载:
  2. 根据《算法与数据结构》课程的结构体系,设计一个基于DOS菜单的应用程序。要利用多级菜单实现各种功能。比如,主界面是大项,诸如线性表、栈与队列、串与数组及广义表等,子菜单使这些大项中的一些功能或者小项。要求所有子菜单退出到他的父菜单。-According to " Algorithms and Data Structures" course of the structural system, design a menu-based DOS applications. To tak
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1733730
    • 提供者:长江
  1. bbb

    1下载:
  2. 根据《算法与数据结构》课程的结构体系,设计一个基于DOS菜单的应用程序。要利用多级菜单实现各种功能。比如,主界面是大项,诸如线性表、栈与队列、串与数组及广义表等,子菜单使这些大项中的一些功能或者小项。要求所有子菜单退出到他的父菜单。-According to " Algorithms and Data Structures" course of the structural system, design a menu-based DOS applications. To ta
  3. 所属分类:Data structs

    • 发布日期:2014-12-10
    • 文件大小:1849169
    • 提供者:长江
  1. line

    0下载:
  2. 数据结构之线性表 ,可以参考下,对想学好数据结构有帮助-sss
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:540615
    • 提供者:deng
  1. SeqList_self

    0下载:
  2. 这个是线性表的基本操作,刚刚学数据结构的人可以去看看,有创建、插入、删除、查找、获值等功能-This is the basic operation of the linear form, just the data structure can learn to see, have to create, insert, delete, search, given the value of other functions ... ...
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:3787
    • 提供者:林浊
  1. database

    0下载:
  2. 数据结构里的实习题,包括:抽象数据类型、线性表及其应用等-Data structure in the practical issues, including: abstract data types, the linear table and its applications
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:39864
    • 提供者:李翔
  1. polynomial

    0下载:
  2. 对已知的多项式p(x)利用用线性表的数据结构进行加法,乘法,微商运算 加法的时间复杂度为O(n+m) 乘法的时间复杂度为O(nm) 微分的时间复杂度为O(n) 排序的平均时间复杂度为O(nlogn) 程序优点:通过顺序表和链表结合使用,使乘法合并同类项的时间复杂度降为O(1),乘法本身的时间复杂度也达到下界。 程序提供了有好的界面,并且有较好的容错性,输入输出人性化,符合人的习惯。 用快速排序代替了插入排序,使本程序能应对较大的数据。 程序缺点:系数和指数有范围限
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2522
    • 提供者:刘晓明
  1. datastructure

    0下载:
  2. 《数据结构》课程实习一,实现对线性链表和数组的基本操作-" Data Structure" Course Practice realize a linear linked list and an array of basic operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1119
    • 提供者:梁传
  1. editor

    0下载:
  2. 输入一页文字,程序可以统计出文字、数字、空格的个数。   静态存储一页文章,每行最多不超过80个字符,共N行;要求(1)分别统计出其中英文字母数和空格数及整篇文章总字数;(2)统计某一字符串在文章中出现的次数,并输出该次数;(3)删除某一子串,并将后面的字符前移。   存储结构使用线性表,分别用几个子函数实现相应的功能;   输入数据的形式和范围:可以输入大写、小写的英文字母、任何数字及标点符号。 输出形式:(1)分行输出用户输入的各行字符;(2)分4行输
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1004
    • 提供者:唐波
  1. Exp7_BSTree

    0下载:
  2. 是《数据结构》面向对象与方法与C++语言描述的关于线性表的类库源代码,在做图表题诗可以使用-Is a " data structure" and the method of object-oriented language with C++ class library described in the source code on the chart, in the poem can make graph
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-07
    • 文件大小:3065
    • 提供者:高蕾
  1. shuju

    0下载:
  2. 数据结构分析若干问题,例如线性表,栈,队列,图,树等等。-Structural analysis of the data a number of issues, such as linear tables, stacks, queues, graphs, trees and so on.
  3. 所属分类:Database system

    • 发布日期:2017-04-06
    • 文件大小:17636
    • 提供者:xyk
  1. LINKLIST

    0下载:
  2. 数据结构算法程序,怎么样实现线性表的操作与应用-Data structure algorithm procedures How the operation and application of realizing Linear table!!!!!!
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:893
    • 提供者:王福先
  1. list

    0下载:
  2. 线性表的顺序表示 C++语言实现 数据结构 算法-link sequence xianxingbaiodebiaoshi
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1717
    • 提供者:陶松桥
  1. xianxinbiao

    0下载:
  2. 数据结构上机实验一,包括线性表的操作,多项式的加法,乘法-Experiment on the computer of a data structure, including the operation of the linear form, polynomial addition, multiplication,,,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:3190
    • 提供者:周某某
  1. DataStruct(1)

    0下载:
  2. 我实现的数据结构(C++):线性表,顺序表,顺序栈,链式栈。供大家学习参考!-I realize the data structure (C++): linear form, order form, order of the stack, the stack chain. Reference for everyone to learn!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:56318
    • 提供者:zcs
  1. xianxingbiao

    0下载:
  2. 数据结构的相关知识,这一部分主要是关于线性表的,是word版本的,大家拿去吧-Knowledge of data structures, this part is mainly on the linear table is word version, we take it
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:14453
    • 提供者:
  1. shiyanbaogao

    0下载:
  2. 数据结构试验报告册,其中包括了线性表的基本操作,栈和队列的基本操作,稀疏矩阵的运算,二叉树的基本操作,图的存储和应用,查找运算实现,排序运算实现的C程序和调试结果。-Basic operation, the stack and queues are the basic operation of the matrix and operation of the basic operation of the tree, storage and application, the lookup opera
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:124733
    • 提供者:张周
  1. data_struct

    0下载:
  2. 400多页的数据结构PPT, 从线性表到图全部涵盖,最后还有几个实例算法. 写的非常好!! 请用WORD 2003/WORD 2007 /wps以只读方式打开.-400 pages of data structures PPT, from linear table to map all the covers and, finally, several examples of algorithms. Was very good!! Please use WORD 2003/WORD 2007/
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:7685852
    • 提供者:Zy
  1. Data_struct_all

    0下载:
  2. 数据结构, 精华文档, 400多页. 从线性表到图,应有尽有, 还附带几个常见算法. 强力推荐.-Data structure, the essence of the document, 400 pages. From linear form to the chart, everything, also with several common algorithms. Highly recommended.
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:7685870
    • 提供者:Zy
  1. 2

    0下载:
  2. 1、掌握结构型数据的实际应用原理 2、掌握顺序存储的线性表的操作实现的实际应用 -1, grasp the practical application of structured data in principle 2, in order to master the operation of linear list stored in the actual application to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:39108
    • 提供者:chen
  1. Classical_linear_table_data_structure_tutorial_inf

    0下载:
  2. 数据结构教程线性表经典资料Classical linear table data structure tutorial information -Classical linear table data structure tutorial information Classical linear table data structure tutorial information
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:225710
    • 提供者:83er
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 24 »
搜珍网 www.dssz.com