CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 顺序表逆置

搜索资源列表

  1. xianxingbiaonizhi(shunxubiao)

    0下载:
  2. 数据结构中实现顺序表的逆置算法,用顺序表的方法进行逆置,C语言实现。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13215
    • 提供者:Anse
  1. saher 顺序表逆置

    1下载:
  2. 习题 顺序表逆置:1. 设有一个线性表E={e1, e2, … , en-1, en},设计一个算法,将线性表逆置,即使元素排列次序颠倒过来,成为逆线性表E’={ en , en-1 , … , e2 , e1 }--Problem reverse the order of the table is set: 1. There is a linear form E = {e1, e2, ..., en-1, en}, design an algorithm to linear inverse s
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-03-06
    • 文件大小:641649
    • 提供者:gao
  1. Datastruct_C 实现顺序表的就地逆置

    0下载:
  2. Descr iption 试写一算法,实现顺序表的就地逆置,即利用原表的存储空间将线性表(a1,a2,…..an),逆置为( an,an-1, …….a2,a1)。 Input 输入长度n 接下来是n个数 Output 操作后的序列。 Sample Input 7 2 4 1 7 5 3 6 Sample Output 6 3 5 7 1 4
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-21
    • 文件大小:533
    • 提供者:李杨
  1. LinkList 实现单链表的所有基本操作

    1下载:
  2. 1、实现单链表的所有基本操作包括表的初始化、第i个元素前插入一个新的元素、删除第i个元素、查找某元素、顺序表的销毁。 2、测试链表所有功能 3、实现循环链表的基本操作,并编写测试程序。 4、实现双向链表的基本操作,并编写测试程序。 5、实现单链表的逆置。 6、判定两个链表是否相交。-A single linked list of all the basic operations, including the initialization of the table,
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-10-22
    • 文件大小:3848
    • 提供者:陈小默
  1. reverse

    0下载:
  2. 顺序表的就地逆置算法,文档中有程序实现算法的代码与可运行源程序-Algorithm and source code for list reverse
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:94761
    • 提供者:sunlei
  1. SeqList

    0下载:
  2. 顺序表的各种操作的算法,有关于数据的删除插入 ,查找以及逆置的算法。-Operation of the order of the table a variety of algorithms, remove the plug on the data, find and buy inverse algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:235273
    • 提供者:于仁飞
  1. nizhi

    0下载:
  2. 1程序实现顺序表逆置,2程序实现单链表逆置-A program to achieve reverse the order of the table set, 2 process against the home for single linked list
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:815
    • 提供者:smith
  1. lianshibiao

    0下载:
  2. (1).键盘输入一组元素,建立一个无头结点的单向链表(无序)。 (2).遍历(打印)单向链表。 (3).把单向链表中元素逆置(不允许申请新的结点空间)。 (4).在单向链表中删除所有的偶数元素结点。 (5).对链表排序,排序后链表元素按照非递减方式排列(注意:排序时如果要交换两个结点的顺序,不得通过交换结点的内容,而需要使用改变指针的方式交换结点的位置。建议使用直接插入排序算法)。 (6).利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。 (7).利用算法
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1116
    • 提供者:杨杨
  1. sequenlistreversing

    0下载:
  2. 用双重指针法建立顺序表,并实现顺序表逆置,注意主调函数调用建立顺序表函数时实参的形式-The order established by using a double pointer to the table, and to achieve the order of the table against the home, pay attention to the main theme of the function call to establish the order of the table
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:214510
    • 提供者:刘民
  1. sequenlistreversing2

    0下载:
  2. 用指针的引用建立顺序表,并实现顺序表的逆置,注意主调函数调用建立顺序表函数传递实参的形式-Established with reference to the order of the table pointer, and realize the inverse order of the table set, pay attention to the main theme of the function call to establish the order of the table functi
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:215148
    • 提供者:刘民
  1. 2.21

    0下载:
  2. 顺序表就地逆置,C语言版数据结构的。 编程类-vc++,SQLIST,
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:32021
    • 提供者:刘申
  1. nizhi

    0下载:
  2. 顺序表元素就地逆置,不需要额外申请内存空间即可实现逆置-Inverse order of table elements set in place, no additional application memory space can be realized against the set
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:764
    • 提供者:李鹏
  1. P1

    0下载:
  2. 顺序表操作 1、显示 2、插入 3、查找(显示比较次数) 4、删除(显示移动次数) 5、排序(普通、快速,显示比较次数、移动次数) 6、折半查找(显示比较次数) 7、编程实现一个顺序表的就地逆置,即利用原表的存储空间将顺序表逆置。-Table 1 Operation sequence, display 2, insert 3, find (show more times) 4, delete (show the number of moves) 5, s
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1883
    • 提供者:qc
  1. lianbiao

    0下载:
  2. 链表的应用 (1).键盘输入一组元素,建立一个无头结点的单向链表(无序)。 (2).遍历(打印)单向链表。 (3).把单向链表中元素逆置(不允许申请新的结点空间)。 (4).在单向链表中删除所有的偶数元素结点。 (5).对链表排序,排序后链表元素按照非递减方式排列(注意:排序时如果要交换两个结点的顺序,不得通过交换结点的内容,而需要使用改变指针的方式交换结点的位置。建议使用直接插入排序算法)。 (6).利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1846
    • 提供者:Yang
  1. node

    0下载:
  2. 1)键盘输入一组元素,建立一个无头结点的单向链表(无) (2)遍历(打印)单向链表。 (3)把单向链表中元素逆置(不允许申请新的结点空间)。 (4)在单向链表中删除所有的偶数元素结点。 (5)对链表排序,排序后链表元素按照非递减 方式排列 (注意:排序时如果要交换两个结点的顺序,不得通过交换结点的内容,而需要使用改变指针的方式交换结点的位置。建议使用直接插入排序算法)。 (6)利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。 (7)利用算法1建立的链表
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2143
    • 提供者:oky
  1. 2

    0下载:
  2. 将顺序表逆置, 要求用最少的附加空间-The inverse of the order of the table set, the requirements with a minimum of additional space
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:65225
    • 提供者:发的说法
  1. define-max-20

    0下载:
  2. 基本线性表的就地逆置,顺序结构基本线性表的就地逆置算法实现。-The basic linear form in situ reverse set, the basic linear form of the order of the structure in situ reverse set algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:10107
    • 提供者:lx
  1. joihguvt

    0下载:
  2. 设计一个以顺序表的引用为参数的函数,以最少的辅助存储逆置顺序表中的数据。自行设计main函数进行测试。把能够正确运行的逆置功能函数粘贴在下面。-Design a as a parameter to a reference to the sequence table, data to least inverse auxiliary storage is set in the sequence table. Design their own main function testing. The th
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:2131
    • 提供者:凌洛
  1. The-inverse-of-linear-table

    0下载:
  2. 单链表,顺序表的建立及输出,顺序表的逆置,适用于初学者。-Single linked list, table creation and output of the order, the reverse of the order of the table set for beginners.
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:244604
    • 提供者:li
  1. shunxubiaonizhi

    0下载:
  2. 对顺序表元素就地逆置,将线性表(a1,a2,……,an)逆置为(an,an-1,……,a1)。(The sequential table element is placed in place, and the linear table (A1, A2,... An) inversed (an, an-1,... A1).)
  3. 所属分类:数据结构

    • 发布日期:2018-04-19
    • 文件大小:500736
    • 提供者:wy07
« 12 »
搜珍网 www.dssz.com