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

搜索资源列表

  1. JosephCentralissues.rar

    0下载:
  2. 约瑟夫环问题,数据结构实验题目实验一 线性表应用,Joseph Central issues
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:576
    • 提供者:哈达
  1. C-integer-linear-sequence

    0下载:
  2. 对元素类型为整型的顺序存储的线性表进行插入、删除和查找操作(C++)。-C integer linear sequence of stored data table insert, delete and search operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:1230
    • 提供者:周文
  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. XIANXING

    0下载:
  2. 线性表的建立与基本运算1.采用表尾挂入法建立一个以la为头的单链表2.采用表首插入法建立一个yilb为头指针的单链表3.就地逆转以lb为头指针的单链表。 还有矩阵的链式存贮及运算。以一个c函数创建任一稀疏矩阵的十字链表。以一个c函数从十字链表的头指针起按行序及三元组形式输出十字链表中各节点的值
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-22
    • 文件大小:1474
    • 提供者:uilnij
  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. 顺序表

    0下载:
  2. 学生成绩单的线性表顺序存储 顺序表 数据结构(Student transcr ipts are linear tables, sequentially stored, sequential tables, and data structures)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:461824
    • 提供者:aliflcat
  1. list

    0下载:
  2. 分别以线性表和单链表作存储结构,各写一个实现线性表就地逆置的算法(The linear table and the single linked list are used as the storage structure respectively, and each algorithm is written in place of the linear table)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:LINcwf
  1. 1160300803_樊静_实验一(1)

    0下载:
  2. 实现线性表的九种操作:插入 删除 查找元素 查找元素位置 返回前驱元素 返回后继元素 返回首元素 返回尾元素(To achieve the linear table of the nine operations: insert, delete, find elements, find the location of elements, return to the precursor element, return to subsequent elements, return the first
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:216064
    • 提供者:hit樊静
  1. 新建文件夹

    0下载:
  2. 已知顺序表L递增有序,将X插入到线性表的适当位置上,以保持线性表的有序性(The known order table L increases the order, inserts the X into the appropriate position of the linear table to keep the order of the linear table.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:37888
    • 提供者:Cindy_
  1. 1 合并表

    0下载:
  2. 实现线性表的合并,其中包含了链表和线性表,包含菜单功能(A combination of linear tables that includes a chain table and a linear table that contains menu functions)
  3. 所属分类:其他

  1. dm02_线性表顺序存储设计与实现

    0下载:
  2. 数据结构(C语言版)线性表的顺序存储API函数实现代码(The API function realization code of the linear table of data structure)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1130496
    • 提供者:qwerfight
  1. dm03_线性表链式存储设计与实现

    1下载:
  2. 数据结构(C语言版)线性表的链式存储设计与实现(完整代码)(The chain storage design and implementation of the data structure (C language version) linear table (complete code))
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1053696
    • 提供者:qwerfight
  1. 线性表的应用

    0下载:
  2. 设计题目:有序表合并 设计目的:1.掌握调试线性表的基本方法; 2.掌握线性表的一些基本操作; 3.加深理解线性表并进行实际应用; 设计内容:将两个有序链表合并为一个有序链表(Design topic: orderly table merge Design objective: 1. master the basic method of debugging linear table. 2. master some basic operations of linear tab
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:49152
    • 提供者:萱仔
  1. 1004线性表去重

    0下载:
  2. 线性表去重,数据结构作业之线性表去重,用于去除线性表中的相同元素(Linear table weight removal)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:13312
    • 提供者:java111
  1. 实验2第二个程序

    0下载:
  2. 归并两个“其数据元素按值非递减有序排列”的有序表 LA 和 LB,求得有序表 LC 也具有同样特性。(We merge two ordered tables LA and LB, whose data elements are arranged in a decreasing order, and get ordered table LC.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:鱼可爱
  1. 第3章线性表

    0下载:
  2. 基于c语言的线性表代码,包含线性表的顺序存储、链式存储、静态链表(Linear table code based on C language, including sequential storage, chain storage, and static list of linear tables.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:5120
    • 提供者:二二宝宝
  1. 哈希表查找的设计

    0下载:
  2. 设哈希表表长为20,用除留余数法构造一个哈希函数,以开放地址法中的线性探测再散列法作为解决冲突的方法,编程实现哈希表查找、插入和建立算法。(The set hash table length is 20. The algorithm of hash lookup, insert and build the hash table is programmed by using the exclusion residue method to construct a hash function and
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:61440
    • 提供者:kukuao
  1. 线性插值法

    0下载:
  2. 线性插值是指插值函数为一次多项式的插值方式,其在插值节点上的插值误差为零。线性插值相比其他插值方式,如抛物线插值,具有简单、方便的特点。线性插值的几何意义即为概述图中利用过A点和B点的直线来近似表示原函数。线性插值可以用来近似代替原函数,也可以用来计算得到查表过程中表中没有的数值。(Linear interpolation means interpolation function with polynomial interpolation, and its interpolation error
  3. 所属分类:其他

    • 发布日期:2021-04-21
    • 文件大小:187392
    • 提供者:chenrongjie
  1. 线性表

    6下载:
  2. 某软件公司年初有n名员工,每名员工有姓名、职务、工号等属性,现在该公司还有共m次操作,分别对应了员工的入职、离职、查询。现在请把所有员工建立一个线性表,建立离职、入职、查询函数,当有员工离职或入职时,修改线性表,并且根据输出格式中的要求输出。(A software company has n employees at the beginning of the year. Each employee has the attributes of name, job, job number, etc.
  3. 所属分类:其他

    • 发布日期:2021-03-23
    • 文件大小:1039360
    • 提供者:cynicalz
  1. 链表合并去重

    0下载:
  2. 已知两个有序线性表L1和L2,每个线性表中数据元素的值为单调增的正整数(<100个),各线性表内部无重复元素。把L2中的元素合并到L1中,要求L1中数据元素的值仍为单调递增,且无重复元素。 问题输入 第一行输入两个正整数a,b,分别表示第一个线性表L1和第二个线性表L2的长度;第2行依次输入L1中单调增的a个正整数;第3行依次输入L2中单调增的b个正整数。正整数均小于10000。 问题输出 共有1行,最终合并并去重后的结果,每个数字之间有一个空格。 输入样例 6 7 1
  3. 所属分类:其他小程序

    • 发布日期:2023-02-25
    • 文件大小:853
    • 提供者:3456tg
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com