搜索资源列表

  1. List

    0下载:
  2. 带表头结点的单链表 可完成基本的单链表操作 可查找删除第N个或值为X的结点 可删除重复结点-Header node with a single list to be completed by the basic operation of a single list can find the deletion of article N or value of X, to delete the duplicate node node
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:303104
    • 提供者:洛心
  1. sllist

    0下载:
  2. 有些高级语言没有指针,我们可以用数组来表示单链表,在数组中以整型游标来代替指针。这种用数组描述的链表称为静态链表。-Some high-level language without pointer, we can use the array to indicate the single-linked list, in the array to integer instead of the cursor pointer. This de
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:小雨
  1. lianbiao

    0下载:
  2. 对称单链表与十字链表的生成、插入、删除、检索、修改和显示的功能。-Symmetrical single-chain and formation of cross linked list, insert, delete, retrieve, modify and display functions.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:700416
    • 提供者:CWer
  1. chengxu

    0下载:
  2. 在C语言环境下的电话簿,不是单链表也不是数组的方法,而应用的是双链表的方法-C language environment in the telephone directory under, not a single linked list is not an array of methods, and applications is a two-way linked list
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:26624
    • 提供者:wx
  1. DLB

    0下载:
  2. 关于单链表的C、C++ 语言实现, 上传给那些需要数据结构实验的 人-On a single list of C, C++ Language, upload the data structure to those in need of the experiment were
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:lucien
  1. BO2-2

    0下载:
  2. 《数据结构》单链表线性表详细的基本操作,十分详细- Data Structure single linked list of linear forms in detail the basic operation, very detailed
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:dfdsf
  1. jisuanqi

    0下载:
  2. 设计一个一元多项式的简单计算器,其基本功能应有¬ ①输入并建立多项式,②输出多项式,③多项式相加,④多项式相减,⑤多项式的乘积。可利用单链表或单循环链表实现之。-One dollar to design a simple polynomial calculator, and its basic functions ? ① should have input and to establish polynomial, ② output
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:hulinjie
  1. duoxianshi

    0下载:
  2. 一、问题描述:将多个多项式输入并存储在内存中,然后对多项式进行加,减,乘等基本运算。 二、实行数据方法:用单链表来储存多项式,每个节点存储一项-First, the problem Descr iption: The number of polynomial input and stored in memory, and then make additions to the polynomial, subtraction, m
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:369664
    • 提供者:风过柳影
  1. vc_data_structure_work

    0下载:
  2. 我自己写的vc数据结构的作业,包括单链表、双向链表、排序、队列、栈等数据结构-I wrote it myself vc data structure operations, including single-chain, two-way linked lists, sorting, queues, stacks, such as data structure
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:20480
    • 提供者:denglijun
  1. list

    0下载:
  2. 程序实现了带表头单链表的最基本操作,包括创建链表,查询数值,插入结点,删除结点,链表分解,将单链表变为循环链表。并附有详细的注释和实验报告。-Procedures to achieve a single-list header with the most basic operation, including the creation of list, query value, insert node, delete node, chai
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:93184
    • 提供者:王天
  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 ' = (e
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:yang
  1. Cpp2

    0下载:
  2. 对以链式存储结构存储的线性表,进行操作运算。要求用菜单选择操作方式完成下列功能。 建立单链表(尾插入,带头结点) 有序链表插入 逆置单链表 两链表合并并排序 算法输入:操作要求、结点信息(可取整型)。 算法输出:操作结果。-Store chain in the structure of the linear form storage, computing operation. Menu to select the
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:柏德胜
  1. 1.2.1

    0下载:
  2. 链表操作 1 运行时输入数据,创建一个单链表 2 可在单链表的任意位置插入新结点 3 可删除单链表的任意一个结点 4 在单链表中查找所有值等于x的结点 5 输出单链表-List a run-time operation to enter data, create a single-chain 2 can be any list in a single location to insert a new no
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:赖毅
  1. XIANXING

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

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:uilnij
  1. shujujiegoukechengsheji1

    0下载:
  2. 单链表的基本操作和栈的运算,平衡二叉树的生成为题目的数据结构课程设计。有详细的文字说明和源代码。-Single list of the basic operations and stack operations, balanced binary tree data structures of Health to become the subject curriculum design. A detailed written instru
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:538624
    • 提供者:谭锴
  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 achiev
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:3245056
    • 提供者:lypan
  1. Data_Structure_C

    0下载:
  2. 基本数据结构的C实现。包括: (1)线性顺序表 (2)单链表 (3)双向循环链表 (4)顺序栈 (5)链式队列 (6)循环队列 (7)二叉树的先序、中序、后序的递归遍历和非递归遍历。-C-realization of the basic data structure. Include: (1)Sq_List (2)Linked_List (3)Du_linkedlist (4)Sq_Stac
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:679936
    • 提供者:马也凡
  1. structure

    0下载:
  2. 数据结构链表算法,包括:顺序表的基本操作、单链表的基本操作等-Linked list data structure algorithms, including: the basic operation of the order of the table, the basic operation of a single linked list, etc.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:165888
    • 提供者:王正
  1. nizhi

    0下载:
  2. 1程序实现顺序表逆置,2程序实现单链表逆置-A program to achieve reverse the order of the table set, 2 process against the home for single linked list
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:smith
  1. EnhancedLinkedList

    0下载:
  2. 用C++实现的加强版的单链表,包括插入、删除、查找等功能。-The Implemention of EnhancedLinkedList
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:南希
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org