搜索资源列表

  1. lisa

    0下载:
  2. 实现线性表:1 向空表中依次添加数据1、2、3、4、5、6、7、8、9、10,打印表中数据。 2 删除第3、6个数据,打印表中数据。 3 在第3和第6个位置后分别添加数据11、12,打印表中数据。 4 在表中搜索值为7和13的数据,并打印该数据在表中的下标。 5 从表尾向表头方向依次删除数据,每删除一个数据打印一次表中数据,直到表空为止。 -Linear table : an empty table to a
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:10632
    • 提供者:lisa
  1. LocateElem

    0下载:
  2. /* shiyan.c 第四组数据结构实验作业。Author:zhg 功能:本程序用于验证函数 LocateElem(L,e,compare()) 。即求出现行表中元素的位序。 程序中的线性表采用顺序存储,以更方便于该操作的实现。 */ -/ * shiyan.c fourth group structure of the experimental data. Author : zhg function
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:12203
    • 提供者:zhg
  1. xianxingbiaocharu

    0下载:
  2. 这是数据结构的线性表插入实验,功能:首先输入数列,然后选择要插入的位置即可!-This data structure is a linear scale experimental inserted, function : First of all imported series, and then choose the location to insert can be!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:990
    • 提供者:刘培坚
  1. chazhaoyuansu

    0下载:
  2. 查找线性表中的某元素:L为带头接点的单链表的头指针,当第i个元素存在的时候,其值赋给e并返回OK,否则返回ERROR */ -linear search of a table of elements : L tap for the lead single linked list for the first guide, When the first i elements exist, the value assigned to the
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3632
    • 提供者:周伯通
  1. jiheAUB

    0下载:
  2. 求集合运算AUB 利用两个线性表la和lb分别存放集合A和B的成员,依次取出lb中的每个元素,按其值查找线性表la,若la中不存在该元素,则将它插入到la中去,最后线性表la就存放了集合AUB的元素.-AUB set operations for the use of two linear la Table and lb respectively storage pools A and B members, Retrieve lb
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1075
    • 提供者:海薇
  1. ListForm

    0下载:
  2. /已知线性表LA和LB中的数据元素按非递减的有序排列,现要求将LA和LB归并为一个新的线性表 //LC,且LC中的数据元素还是按非递减有序排列. //例如: LA=(3,5,8,11) // LB=(2,6,8,9,11,15,20) // LC=(2,3,5,6,8,8,9,11,11,15,20)-/ linear known LA and LB tables of data on non-regressive el
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:926
    • 提供者:xiaoding
  1. Linewatch

    0下载:
  2. 线性表的基本操作,基本操作:插入、删除、查找以及线性表合并等运算在顺序存储结构和链接存储结构上的运算。-linear form the basic operation, the basic operations : insert, delete, Search and linear forms merging operations in order to link storage structures and storage struc
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1911
    • 提供者:林静
  1. sqstack

    0下载:
  2. 和线性表类似,栈也有两种存储表示:顺序栈和链栈。   顺序存储结构简称为顺序栈。和顺序表类似,对顺序栈也需要事先为它分配一个可以容纳最多元素的存储空间。 -and linear scale similar Stack also have two storage : order Stack and Stack chain. Sequence storage structure referred to as the seque
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8076
    • 提供者:小虫子
  1. slist

    0下载:
  2. 1、链接存储方法  链接方式存储的线性表简称为链表(Linked List)。  链表的具体存储表示为:   ① 用一组任意的存储单元来存放线性表的结点(这组存储单元既可以是连续的,也可以是不连续的)   ② 链表中结点的逻辑次序和物理次序不一定相同。为了能正确表示结点间的逻辑关系,在存储每个结点值的同时,还必须存储指示其后继结点的地址(或位置)信息(称为指针(pointer)或链(link)) 注意:   
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:9121
    • 提供者:柳军
  1. lianbiaocaozuo

    0下载:
  2. 线性表的插入与删除.cpp : Defines the entry point for the console application.-linear Table insertion and deletion. Redirected : Defines the entry point for the console applica tion.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3085
    • 提供者:zhouwenjin
  1. GoodsManger

    0下载:
  2. 一个非常简单的商品管理程序。主要是用线性表实现。哪位要是有兴趣的话就改进一下吧-a very simple commodity management procedures. It is mainly used to achieve linear table. If Which is interested in improving my views
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2029
    • 提供者:张忠海
  1. tichechangguanli

    0下载:
  2. 一个数据结构里关于线性表的程序,通过本程。序可以更好的明白线形表的用处,-a data structure, the linear scale on the procedure for the adoption of the agenda. Order to better understand the usefulness of linear form,
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10902
    • 提供者:家句
  1. Polyn1

    0下载:
  2. 是自己写的一个线性表多项式相加减的小程序,输入两式,就可以相加,任意式相减,很好用,可以-is himself wrote a linear polynomial table is what the small procedures, two-input, it can add up. arbitrary and subtraction, easy to use, can play.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:32451
    • 提供者:xiaohao
  1. FFlylist

    0下载:
  2. 用JAVA写的航班信息管理系统,可以做为学习数据结构课程的线性表及排序之用-written with Java flight information management system that can serve as learning courses data structure of linear forms and scheduling purposes
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4818
    • 提供者:呜呜呜
  1. countsort

    0下载:
  2. 计数排序是一个非基于比较的线性时间排序算法。它对输入的数据有附加的限制条件: 1、输入的线性表的元素属于有限偏序集S; 2、设输入的线性表的长度为n,|S|=k(表示集合S中元素的总数目为k),则k=O(n)。 在这两个条件下,计数排序的复杂性为O(n)。 计数排序算法的基本思想是对于给定的输入序列中的每一个元素x,确定该序列中值小于x的元素的个数。一旦有了这个信息,就可以将x直接存放到最
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1382
    • 提供者:金龙
  1. Question4-new

    0下载:
  2. 一元稀疏表达式计算器 大学数据结构实验,关于线性表的实验题目,我的作品,如有问题发邮件给我-one yuan sparse expression calculator University experimental data structure on the linear scale experimental subject, my work, and if made to the mail I
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:176652
    • 提供者:刘晓明
  1. 因子表

    0下载:
  2. 高斯消去法解线性方程组的因子表-Gaussian elimination method for solving linear equations of the form factor
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6942
    • 提供者:林海华
  1. sting.doc

    0下载:
  2. 线性表算法实现与应用报告要求 主要讲顺序表的基本操作实现功能 以及链表的基本操作 -linear table algorithm and application of the reporting requirements main speakers order forms to achieve the basic operation and function of the basic chain == operation
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4597
    • 提供者:CJX
  1. xianxingbiao

    0下载:
  2. 实习题 [问题描述] 1. 设顺序表中的数据元素递增有序,将插入到顺序表的适当位置上,是该表仍然有序。 [输入] 初始顺序表,插入字符。 [输出] 插入x后线性表的结果 [存储结构] 采用顺序存储结构 [算法的基本思想] 建立一个递增顺序表,插入一个数值并移动元素,使其仍然有序。 程序如下: #include \"iostream.h\" #include <malloc.h&
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8550
    • 提供者:Demonic
  1. libo

    0下载:
  2. 线性表的使用 如何建立线性表,同时进行线性表的删除,插入,查询等操作。-linear table how to establish the use of the linear scale, while the linear scale deletion, insertion and search operation.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:731163
    • 提供者:王波
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org