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

搜索资源列表

  1. no2

    0下载:
  2. 本程序是为了实现单向链表的就地逆置。主要功能:按照提示输入5个字母a-z,输出结果是这5个字母按照字母表的顺序的排序。-this program is to achieve a one-way linked list of locally inverse home. The main functions : following the prompts to import five letters a-z, this output is five letters of the alphabet,
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3673
    • 提供者:lucky100
  1. xianxingbiaonizhi(shunxubiao)

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

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

    0下载:
  2. 试写一算法,实现顺序表的就地逆置,即利用原表的存储空间将线性表(a1,a2,...,an)逆置为(an,an-1,...,a1).-try to write an algorithm to achieve the order form in situ reverse home, namely the use of the original table of linear storage space (a1, a2 ,..., an) inverse home (an, an-1 ,..., a1
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1524
    • 提供者:与非门
  1. C源代码实例

    8下载:
  2. 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014 求解二维数组的最大/最小元素 015 利用数组求前n个
  3. 所属分类:Windows编程

    • 发布日期:2009-06-04
    • 文件大小:3250828
    • 提供者:79446210
  1. WL40987330 C语言算法集

    2下载:
  2. 目录 第一部分  基础篇   001  第一个C程序  002  运行多个源文件  003  求整数之积  004  比较实数大小  005  字符的输出  006  显示变量所占字节数  007  自增/自减运算  008  数列求和  009  乘法口诀表  010&
  3. 所属分类:Windows编程

    • 发布日期:2008-12-21
    • 文件大小:3245365
    • 提供者:wl409873350
  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. sxbnz

    0下载:
  2. 顺序表逆置:1. 设有一个线性表E={e1, e2, … , en-1, en},设计一个算法,将线性表逆置,即使元素排列次序颠倒过来,成为逆线性表E’={ en , en-1 , … , e2 , e1 }-Reverse the order form home: 1. There is a linear form E = (e1, e2, ..., en-1, en), to design an algorithm to linear inverse form home, even if t
  3. 所属分类:CSharp

    • 发布日期:2017-03-21
    • 文件大小:174366
    • 提供者:willee
  1. inverssinglelist

    0下载:
  2. 将线性表逆置,即使元素排列次序颠倒过来,成为逆线性表E’={ en , en-1 , … , e2 , e1 },要求逆线性表占用原线性表空间,并且用顺序表和单链表两种方法表示,分别用两个程序来完成-Will be home against the linear form, even if the elements in reversed order, become the inverse linear form E ' = (en, en-1, ..., e2, e1), request
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:637
    • 提供者:yang
  1. reverse

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

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

    0下载:
  2. 分别用顺序表和单链表作为存储结构,完成:(1)实现线性表(a0, a1, a2, a3, …,an-1)就地逆置的操作。(2)实现将x插入一个递增有序表L中,并使L仍是一个有序表。(3)实现统计在一个输入字符串中各个不同字符出现的频度。 -Were used to sequence the table and a single list as the storage structure, completed: (1) to achieve a linear form (a0, a1, a2, a
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3245197
    • 提供者:lypan
  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. 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. 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. 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. No1

    0下载:
  2. 1、设线性表以顺序存储结构存储,且递增有序。设计算法,将x插入到线性表的适当位置上,以保持线性表的有序性。 2、用数组作存储结构,设计算法,仅用一个辅助结点,实现将线性表中的结点循环右移k位。 3、用数组作存储结构,设计算法,仅用一个辅助结点,实现将线性表逆置。 -1, set the table in order to store the linear structure of the storage, and the increasing order. Design algori
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:791
    • 提供者:高雪亭
  1. 顺序表逆置

    0下载:
  2. C语言实现顺序表的逆置算法,算法简单明了,时间复杂度低
  3. 所属分类:分形几何

  1. 源程序

    0下载:
  2. 顺序表、单链表的基本操作,包括插入,删除,遍历,拼接、逆置等。(C CODE AND C++CODE,HELP YOU TO LEARN.)
  3. 所属分类:网络编程

    • 发布日期:2017-12-26
    • 文件大小:75776
    • 提供者:HOT1HOT2HOT3
  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 3 »
搜珍网 www.dssz.com