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

搜索资源列表

  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. 顺序表的就地逆置

    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. 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. 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. ReverseList

    0下载:
  2. 用来实现数据结构中顺序表的就地逆置算法功能 -reverselist
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:995
    • 提供者:丽丽
  1. LinearList

    0下载:
  2. 该程序实现了线性表的插入删除的等操作,还有顺序表的逆置-The program implements a linear table insert delete and other operations
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:452692
    • 提供者:甲苯
  1. polynomial

    0下载:
  2. 线性表的基本运算及多项式的算术运算在顺序表泪SeqList 中增加成员函数void Reverse()实现顺序表的逆置 -Linear form the basic arithmetic operations and the polynomial form in order to increase tear SeqList member function void Reverse () to achieve the inverse order of the table set
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1225
    • 提供者:赵玥
  1. 1

    0下载:
  2. 顺序表的建立\n" ) printf("2.顺序表结点的插入\n") printf("3.顺序表结点的查询\n") printf("4.顺序表结点的删除\n") printf("5.顺序表的输出\n") printf("6.顺序表的逆置\n") printf("7.清除顺序表内容\n") printf("0.退出管理系统\n") printf("请选择0--7:") -The establishment of the order t
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1309
    • 提供者:
  1. shunxubiao

    0下载:
  2. 数据结构中顺序表进行逆置,对于数据结构中顺序表的初学者非常有用-Sequence table in the data structure in the inverse position, is very useful for the data structure of sequence table beginners
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:930
    • 提供者:姚依琳
  1. SequenceList

    0下载:
  2. 建立顺序表,实现取元素、判断表是否为空、求表长、打印、查找、求前驱、求后继、插入、删除等操作。编写就地逆置顺序表的算法,即利用原表的存储空间将线性表(a1, a2, … , an) 逆置为(an , … ,a2 , a1 ) -Established order of the table to achieve taking elements to determine whether the table is empty, seeking long table, print, search,
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:3281
    • 提供者:雷乃海
  1. Text1

    0下载:
  2. 这是一个顺序表的逆置,程序较为简洁。不包含删除,插入的功能。 -这是一个顺序表的逆置,程序较为简洁。不包含删除,插入的功能This is a inverse order table, program more concise. Does not contain the delete, insert function.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:722
    • 提供者:何兆源
  1. list_opposite

    0下载:
  2. 使用顺序栈实现单链表的逆置,顺序栈存储单链表每个节点的地址,然后顺序取出栈的值,打印输出-Order to achieve a single linked list using the inverse of the stack is set, the order stack memory address for each node a single list, and then remove the stack order of value, the printout
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:164001
    • 提供者:呵呵
  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. link

    0下载:
  2. 线性表的逆置,以顺序表为存储结构,实现线性表就地(使用尽可能少的附加空间)逆置。-Set against the linear form, in the order table storage structure, linear table place (using as little additional space) against the home.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:197369
    • 提供者:宿琳涵
  1. list

    0下载:
  2. c语言异质链表,创建链表 遍历链表输出 链表的插入(链头插入、链尾插入、按某种顺序插入) 链表的删除(链头节点删除、链尾节点删除、满足某种条件的节点删除) 链表的逆置 链表的销毁 两个链表的合并-c language heterogeneous list, create a list                         Traverse the l
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1051
    • 提供者:frant
  1. linklist

    0下载:
  2. 数据结构中,用C语言程序将已知的单链表顺序逆置-Data structure using C language program known single chain sequence Retrograde
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:236220
    • 提供者:杜佩鞠
  1. sequenlist

    0下载:
  2. 数据结构中,用C语言程序将已知的顺序表顺序逆置-Data structure using C language programs known inverse order of sequence table set
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:63807
    • 提供者:杜佩鞠
« 12 »
搜珍网 www.dssz.com