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

搜索资源列表

  1. Data-structure-

    0下载:
  2. 数据结构与算法分析程序演示:包括线性表,串,栈和队列,树,图-Data structure and algorithm analysis program demonstrates: including linear tables, strings, stacks and queues, trees, graphs
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:548284
    • 提供者:
  1. H02

    0下载:
  2. 要求: 线性表是一种常用的数据结构,在计算机内存中通常采用顺序存储或链式存储来实现。-Linear table is a common data structure, commonly used in computer memory sequentially stores or chain store to achieve.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:45030
    • 提供者:高萌雅
  1. Sqlist

    0下载:
  2. 数据结构中顺序线性表的实现,及查找、插入、删除-data structure
  3. 所属分类:source in ebook

    • 发布日期:2017-05-07
    • 文件大小:1092853
    • 提供者:haifene
  1. Sequential_storage

    0下载:
  2. 数据结构之顺序存储中的各种基本操作,线性表的基本操作-Sequential data structures of various basic operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2583
    • 提供者:肖邦
  1. Order-linear-

    0下载:
  2. 数据结构实验:(通过c语言代码)线性表的表示和实现-:( Experimental data structure represented by c language code) linear table and implement
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:982
    • 提供者:独醉逍遥
  1. representation-and-realization

    0下载:
  2. 数据结构实验:(通过c语言代码)线性表的链式表示和实现-:( Experimental data structure by the chain c language code) linear table representation and realization
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1080
    • 提供者:独醉逍遥
  1. xianxingbiao

    0下载:
  2. 数据结构中线性表的c++实现,包括经典问题约瑟夫环。-Linear table data structures c++ implementation, including the classic problem Josephus.
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:882337
    • 提供者:卢晶晶
  1. qiujiaoji

    0下载:
  2. 数据结构:实现两个有序线性表的交集,并选择另外开辟一个空间实现有序交集的线性存储。-Data Structure: Implementing the intersection of two ordered linear form, and another to open up a space orderly intersection of linear memory.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1011
    • 提供者:陈沛涵
  1. shiyan

    0下载:
  2. 数据结构实验一,线性表的顺序表示与链式表示-A data structure experiment, the order of the linear table representation and chain said
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:55812
    • 提供者:老毕
  1. jiudinizhi

    0下载:
  2. 采用数据结构中的线性表实现就地逆置的功能-The function of the local counter is realized by using the linear table in the data structure.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1038
    • 提供者:李丽丽
  1. source

    0下载:
  2. 利用数据结构中的线性表构建一个学生管理系统,实现对数据的插入,打印,以文件形式输出结果。- Using the data structure to build a linear form student management system, insert the data, print, and output file format.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:1638
    • 提供者:MR.Ding
  1. sequence-list

    0下载:
  2. 顺序表是指采用顺序存储结构的线性表,它利用内存中的一片连续存储区域存放表中的所有元素。可以根据需要对表中的所有数据进行访问,元素的插入和删除可以在表中的任何位置进行。-Sequence table refers to the use of linear sequence table storage structure, which uses memory in a contiguous storage area to store all of the elements in the table.
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:15850
    • 提供者:李丽
  1. link

    0下载:
  2. 数据结构中关于线性表的一些程序,有顺序存储的线性表,链式存储的线性表和静态线性表。-Linear table data structure about some of the procedures, linear tables are stored in order, chain linear table data structure about some of the procedures, linear tables are stored in order, linear table and
  3. 所属分类:Other Databases

    • 发布日期:2017-05-28
    • 文件大小:11136235
    • 提供者:张洋
  1. Chp2-Lineer

    0下载:
  2. 根据线性表的抽象数据类型的定义,选择下面任一种链式结构实现线性表,并完成线性表的基本功能。 线性表存储结构(五选一): 1、 带头结点的单链表 2、 不带头结点的单链表 3、 循环链表 4、 双链表 5、 静态链表 线性表的基本功能: 1、 构造:使用头插法、尾插法两种方法 2、 插入:要求建立的链表按照关键字从小到大有序 3、 删除 4、 查找:按位置查找和按值查找 5、 获取链表长度 6、 销毁 编写测试main()函数测试线性表的正确
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5233144
    • 提供者:Jimmy
  1. ShuJuJieGou

    0下载:
  2. 数据结构课程实验,包括线性表的顺序实现,线性表的链式实现,二叉树的实现-Data Structure Course experiments, including the order to realize linear tables, linear table chain implementation, the realization of a binary tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:9460
    • 提供者:LS
  1. opencv-doc

    0下载:
  2. 图像数据操作(内存分配与释放,图像复制、设定和转换) 图像/视频的输入输出(支持文件或摄像头的输入,图像/视频文件的输出) 矩阵/向量数据操作及线性代数运算(矩阵乘积、矩阵方程求解、特征值、奇异值分解) 支持多种动态数据结构(链表、队列、数据集、树、图) 基本图像处理(去噪、边缘检测、角点检测、采样与插值、色彩变换、形态学处理、直方图、图像金字塔结构) 结构分析(连通域/分支、轮廓处理、距离转换、图像矩、模板匹配、霍夫变换、多项式逼近、曲线拟合、椭圆拟合、狄劳尼三角化)
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:3722793
    • 提供者:korbon
  1. linklist

    0下载:
  2. 数据结构与算法中的线性表的链式算法,初学者可以作为参考,包含头文件-Chain algorithm data structures and algorithms in linear form
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1113
    • 提供者:tony
  1. datastructure-list

    0下载:
  2. 完成了线性表的各种数据结构的实现,并且编写了主函数进行测试-Completed to achieve a variety of data structures linear form, and the preparation of the main function tests
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:314559
    • 提供者:徐瑞强
  1. shujujiegouapi

    0下载:
  2. 文件里包含了几乎所有数据结构里的api,包括堆栈线性表 链表等并自行编写的完整的api -File contains almost all of the data structure in the API, including a stack of linear and self compiled by the complete API
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:4615576
    • 提供者:王光宇
  1. 20160526stackaqueue

    0下载:
  2. 利用C++实现了数据结构中类和栈的主要功能,主要以线性链表的形式实现。-The use of C++ implementation of data structures class and stack the main function, mainly in the form of a linear linked list implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1825875
    • 提供者:simplemee
« 1 2 ... 19 20 21 22 23 2425 26 »
搜珍网 www.dssz.com