搜索资源列表

  1. 用C#实现线性表和多项式相加功能

    0下载:
  2. 用C#实现线性表和多项式相加功能-C# linear polynomial form and function together
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:48128
    • 提供者:曹友义
  1. 线性表的逆置

    0下载:
  2. 线性表的逆置,把输入的数值逆置-inverse linear table, set the input numerical inverse home
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:杨东海
  1. 用线性表实现的Btree

    0下载:
  2. 实现m阶B_树 (2)将线性表中的键值插入到B_树中(即建立索引); (3)当删除和插入数据到线性表时,同时维护其索引B_树。 (4)可根据所给键值范围,输出该范围的所有键值-achieve m bands Containing tree (2) linear scale for the keys inserted into Containing tree (index); (3) When the deletion and inser
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:317440
    • 提供者:白潘恩
  1. 带头结点双链循环线性表

    0下载:
  2. 带头结点双链循环线性表,数据结构的常用经典算法-lead node cycle linear double-stranded form, the data structure used classical algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:吴语
  1. 用实现线性表和多项式相加功能

    0下载:
  2. 这是一个用c#编写的用C#实现线性表和多项式相加功能,可以看看的-this program is made by c#. It can generate a linear table and perform the polynomial adding.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:47104
    • 提供者:所担负
  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) i
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:与非门
  1. 线性表及其应用--长整数四则运算

    0下载:
  2. 数据结构课程设计线性表及其应用,长整数四则运算,实现任意长的整数进行加法运算的演示程序。-curriculum design data structures and application of linear table, four long integer operations and achieve long arbitrary integer addition operations for the demonstration pr
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:石剑波
  1. 数据结构配套光盘

    0下载:
  2. 《数据结构》配书光盘 内容包括:线性表,栈和队列,串,数组与广义表,树,图,查找,排序等所以算法。 该光盘中配有《数据结构》一书中的所有算法、每一个算法的 C 程序(后缀为 .cpp 的文件)及可执行文件(后缀为 .exe 的文件)。-"data structure" assigned CD include : linear table, stack and queue, strings, arrays an
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2952192
    • 提供者:mars
  1. 广义表的表头和表尾

    0下载:
  2. 广义表是线性表的推广。广义表是n个元素的有限序列,元素可以是原子或一个广义表,记为LS。 若元素是广义表称它为LS的子表。若广义表非空,则第一个元素称表头,其余元素称表尾。 表的深度是指表展开后所含括号的层数。 把与树对应的广义表称为纯表,它限制了表中成分的共享和递归; 允许结点共享的表称为再入表; 允许递归的表称为递归表; 相互关系:线性表∈纯表∈再入表∈递归表; 广义表的特殊运算:1)取表头head(LS
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:wr
  1. 链表的C语言实现之单链表的实现

    0下载:
  2. 所谓链表,就是用一组任意的存储单元存储线性表元素的一种数据结构-so-called List, a group is using an arbitrary memory cell storage element linear form of a data structure
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:尹科华
  1. 用VC编写单链表(数据结构)

    1下载:
  2. 用VC编写的单链表 是数据结构中线性表中的一种-VC prepared by the single-linked list data structure is linear form of a
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:872448
    • 提供者:代价
  1. arraylist

    0下载:
  2. 线性表的实现.用链表做的 可以显示 内存中的地址-linear scale is achieved. Listless do with the show memory address
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:ssz
  1. shujujiegoushunxubiao

    0下载:
  2. 此程序为数据结构的实现,主要是实现的线性表的插入,删除,合并等关于线性表中的顺序表的实现过程。并举例进行了实现,有很高的参考价值-procedure for the realization of data structure, is a linear table, insert, delete, merging on the table linear chronology of the implementation process. A
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:
  1. hudong0178

    0下载:
  2. 数据结构(c++版)线性表的全部操作. 创建,查找,删除,添加,合并,顺序定点合并-data structure (c version) Linear List of all operations. To create, search, delete, add, the merger, the merger order sentinel
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:hd0178
  1. yuesifuhuan

    0下载:
  2. 线性表的应用(约瑟夫环),好像好多人在找就上传一个。-linear scale applications (Josephus), it seems that many people find it an upload.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:339968
    • 提供者:soul918
  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#编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者: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. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:林静
  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. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:731136
    • 提供者:王波
  1. sjjg_suanfaji

    0下载:
  2. 数据结构及算法C语言实现代码集.有数据结构中的常用算法源码(c语言编写),如图论算法、线性表、栈和队列的及一些常见的计算问题-err
  3. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:622592
    • 提供者:李飞
  1. shunxubiaodeshixian(Java)

    0下载:
  2. 以数组为存储结构保存线性表,并实现线性表创建、清空、增加、删除、修改、查找等基本操作-Array for the storage structure in order to preserve the linear form, and realize the creation of a linear table, empty, add, delete, modify, search and other basic operations
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:yan
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org