CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 静态链表

搜索资源列表

  1. ex3

    0下载:
  2. 设计一个静态链表(或称为数组链表),该链表储存的数据类型为string,请实现以下的功能。-Design a static list (or referred to as an array of linked lists), the type of data stored in the linked list to string, please realize the following functions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:1963
    • 提供者:杨小军
  1. tip-of-static-list

    0下载:
  2. 用C语言实现了静态链表的基本功能,方法通用于一些没有指针的编程语言,思想很可取-Static list of basic functions using C language, common pointer programming language, thought very desirable
  3. 所属分类:Other systems

    • 发布日期:2017-10-31
    • 文件大小:10850
    • 提供者:lily
  1. template

    0下载:
  2. 包含了静态链表,链表,栈,队列,游标的类模板实现,可直接调用-Contains a static list, linked lists, stacks, queues, the cursor class templates, you can directly call
  3. 所属分类:Data structs

    • 发布日期:
    • 文件大小:2647
    • 提供者:宁淡淡
  1. 61

    0下载:
  2. A为每个关键字不超过3位的十进制整数关键字集合,试编写一个采用静态链表组织模式实现的基数排序程序将A进行由小到大的排序。-A for each keyword is not more than three decimal integer set of keywords, try to write a static list organizational model implemented radix sort program A in ascending order.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:581
    • 提供者:崔文涛
  1. circular-linked-list-Josephus

    0下载:
  2. 约瑟夫环问题 【问题描述】 Josephus排列问题定义如下:假设n个竞赛者排成一个环形。给定一个正整数m≤n,从第1人开始,沿环计数,第m人出列。这个过程一直进行到所有人都出列为止。最后出列者为优胜者。全部出列次序定义了1,2,…n的一个排列。称为(n,m)Josephus排列。例如,(7,3)Josephus排列为3,6,2,7,5,1,4。 【实验要求】 设计求解Josephus排列问题程序。 (1)采用顺序表、单链表或双向循环链表等数据结构。 (2)采用双向循环
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:34389
    • 提供者:张小红
  1. linklist

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

    • 发布日期:2017-04-13
    • 文件大小:1752
    • 提供者:王霞
  1. staticLinkstruct_josephus

    0下载:
  2. 用静态链表结构解决约瑟夫问题,这是数据结构中的一个重要部分-The solution of the Joseph problem with static linked list structure, which is an important part in data structure
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:237672
    • 提供者:thinking_fioa
  1. StaticList

    0下载:
  2. 基于C++的静态链表,可以直接包含头文件使用-Based on C++ static list, you can use the included header files directly
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:14887
    • 提供者:卢扬
  1. LinkList

    0下载:
  2. 链表的代码,包括单链表、双链表、循环链表、静态链表代码。有代码注释。-List of code, including single list, double-linked list, circular linked list, static list of code. There code comments.
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:5772
    • 提供者:应兆平
  1. StaticLinkList

    0下载:
  2. 静态链表基本操作,用codeblocks测试通过。静态链表即用游标来代替指针的数组型链表。含初始化,插入操作,删除操作。静态链表详细内容参见小甲鱼数据结构视频14-16节内容。-Static list of basic operations, using codeblocks test. Static list that is used instead of a cursor pointer array type list. Including initialization, insertion
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:27763
    • 提供者:happymystery
  1. list

    0下载:
  2. 可以被复用的链表操作代码,包括单向链表、静态链表、双向链表、循环链表的实现-Operation code list can be multiplexed, Including one-way linked list, static list, doubly linked list, circular linked list implementation
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:10760
    • 提供者:陈存
  1. staticlinklist

    0下载:
  2. 严蔚敏版数据结构静态链表的实现,使用数组模拟链表的功能,主要包含,初始化,删除,插入,等操作-YanWeiMin version of the realization of the static linked list data structure, use an array simulation list of functions, mainly contains, initialization, delete, insert, etc
  3. 所属分类:source in ebook

    • 发布日期:2017-04-29
    • 文件大小:47685
    • 提供者:liji
  1. staticlist

    1下载:
  2. 静态链表的应用 可进行插入,删除等操作 而且可以进行代码复用,省去很多开发时间-The application of static linked list To insert, delete, etc But also for code reuse, save a lot of development time
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1647
    • 提供者:LZ
  1. Static-List

    0下载:
  2. 配套数据结构,静态链表的一系列操作,如建立,插入等。已经编译成功。-Static List
  3. 所属分类:File Operate

    • 发布日期:2017-04-12
    • 文件大小:1067
    • 提供者:臧阔
  1. list

    0下载:
  2. 有关线性表的操作代码,主要包括:线性表顺序存储、链式存储、静态链表-Linear table stored sequentially, chain store, static chain
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6055
    • 提供者:小狮子
  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. Staticlist

    0下载:
  2. 数据结构静态链表编程,可以进行较好的移植-To achieve a good stack of programming can be a good transplant
  3. 所属分类:software engineering

    • 发布日期:2017-05-05
    • 文件大小:18678
    • 提供者:杜江
  1. ArrayList

    0下载:
  2. 数据结构的简单实现,主要实现了链表,静态链表,动态链表,实现的很粗糙,望大家指导-Simple data structure, the main achievement of the list, the static list, dynamic list, achieved very rough, hope to guide
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2798248
    • 提供者:刘智超
  1. 多项式加法

    1下载:
  2. 多项式加法C++程序,包括动态链表、静态链表、插入排序、sort函数法(Polynomial addition C++ procedures, including dynamic list, static list, insert sort, sort function method)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-21
    • 文件大小:2048
    • 提供者:Yuski
  1. 数据结构

    0下载:
  2. 数据结构习题答案,针对线性表的应用,包括链表和数组以及静态链表。涉及栈的应用,包含C和C++版本。(Data structure Exercises answer, for linear table applications, including lists and arrays, and static linked list. Applications involving stacks include C and C++ versions.)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:119808
    • 提供者:Lucien Liu
« 1 2 34 5 »
搜珍网 www.dssz.com