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

    0下载:
  2. 分别以不同存储结构实现线性表的就地逆置。线性表的就地逆置就是在原表的存储空间内将线性表(a1,a2,a3,…,an)逆置为(an,an-1,…,a2,a1)。-in different storage structure to achieve linear inverse scale in situ home. Table linear inverse home in situ is the original form of storage space within linear (a1, a2
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1416
    • 提供者:小艾
  1. nizhi

    0下载:
  2. 这是一个将链表就地逆置的算法!用户输入原始数据,该程序将不需另申请空间而将原序列进行逆置!-This is a local chain of home inverse algorithm! User input raw data, The procedure will no longer have to apply for another space, the original sequence inverse home!
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1974
    • 提供者:刘六龙
  1. jiudinizhi

    0下载:
  2. 实验题目 就地逆置 一、 实验目的 用堆栈来实现链表的就地逆置(反转) 二、 实验内容 用链栈的方法在不重新申请空间的情况下实现链表的逆置。 三、 需求分析 先输入一组数据,把它存到栈里。然后通过pop( ),push()语句来实现使栈里的数据逆置。例如:输入1,2,3,4,5,6,7。则栈里存放7,6,5,4,3,2,1,再通过栈的操作使栈里存放1,2,3,4,5,6,7。 -experimental subject in situ reverse a home,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6937
    • 提供者:李爱春
  1. 链表就地逆置3

    0下载:
  2. 链表就地逆置 可以运行的程序-home run inverse procedures
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5614
    • 提供者:涛涛
  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. 单链表基于线性表的实现

    2下载:
  2. 1. 基于链表实现线性表的以下基本操作: interface ILinarList<T> { void InsertNode(T a); //在表末尾插入元素 void InsertNode(T a, int i); //在指定的位置i插入元素 void DeleteNode(int i); //删除操作 T SearchNode(int i); //查找表元素 int SearchNode(T value); //定
  3. 所属分类:Windows编程

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

    0下载:
  2. 创建一个单链表,实现该单链表的就地逆置,并将前后情况打印出来-Create a single list, to achieve the single-place against the set list, and print out the situation before and after. .
  3. 所属分类:Printing program

    • 发布日期:2017-03-25
    • 文件大小:596
    • 提供者:jiang
  1. ui

    0下载:
  2. 单循环链表就地逆置\单循环链表就地逆置单循环链表就地逆置\单循环链表就地逆置-List the single round-robin against the home the single round-robin list in situ in situ in situ reverse buy the single round-robin list Inverse Inverse Purchase single round-robin home-place list
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-10
    • 文件大小:901
    • 提供者:lgh
  1. nizhi

    0下载:
  2. 单链表的就地逆置 掌握数据结构中的一些基本概念。数据、数据项、数据元素、数据类型和数据结构,以及它们之间的关系-Single list of in situ reverse home master data structure of some basic concepts. Data, data items, data elements, data types and data structures, as well as the relationship between them
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1230
    • 提供者:蕾蕾
  1. line

    0下载:
  2. 用Java实现的一种简单的用指针实现线性表就地逆置。-reverse
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:6621
    • 提供者:宋欢
  1. reverse

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

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

    0下载:
  2. 线性表的就地逆置,通此程序将线性表进行逆置!-Inverse linear form of local ownership, will pass this program against the linear scale home!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1131
    • 提供者:宋沈辉
  1. nixu

    0下载:
  2. 数据结构题目答案。。。对链表实现整数的就地逆置-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:8532
    • 提供者:李好
  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. 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