CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 单向链表

搜索资源列表

  1. 单向链表排序.rar

    1下载:
  2. 数据结构的课后练习
  3. 所属分类:源码下载

    • 发布日期:
    • 文件大小:2865
    • 提供者:
  1. 单向链表

    0下载:
  2. 这是一个单向链表的程序,可以增加,删除节点,运行调试通过.-This is a one-way linked list of procedures, can add, delete nodes, running through debugging.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8351
    • 提供者:袁青芳
  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. zhigongguanli

    0下载:
  2. 建立一个结点包括职工的编号、年龄和性别的单向链表,分别定义函数完成以下功能: (4)删除指定编号的职工结点; (5)删除年龄在60岁以上的男性职工或55岁以上的女性职工结点,保存在另一个链表中。 主函数建立简单菜单选择,测试你的程序。-establish a node, including the number of employees, age and gender of the one-way linked list, defined function to complete t
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2503
    • 提供者:黎笑涛
  1. CSort

    0下载:
  2. 对结构体数据或单向链表快速排序,只为了练习,不是很合理.希望对初学者有点帮助.-data on the structure of a one-way link list or rapid sequencing, just for practice, not very reasonable. Want a little help for beginners.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11508
    • 提供者:朋朋
  1. dxlb

    0下载:
  2. 单向链表\\qlist.h 单向链表\\Stdafx.h 单向链表\\stdafx.cpp 单向链表\\单向链表.cpp 单向链表\\单向链表.ncb 单向链表\\单向链表.dsp 单向链表\\单向链表.dsw 单向链表\\单向链表.opt-one-way linked list \\ qlist.h one-way linked list \\ Stdafx.h one-way linked list \\ stdafx . cpp one-way linked l
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10008
    • 提供者:冯2
  1. 不带头结点的单向链表逆置

    0下载:
  2. 给定程序中,函数fun的功能是将不带头结点的单向链表逆置,即若原链表中从头到尾结点数据域依次为:2、4、6、8、10,逆置后,从头至尾结点数据域依次为:10、8、6、4、2。 请在程序的下划线处填入正确的内容并把下划线删除,使程序得出正确的结果。 -A given program, function fun is the function of the node will not take the lead against the home one-way linked list,
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-08-22
    • 文件大小:618
    • 提供者:储谢东
  1. dan_lian_biao

    0下载:
  2. 链式存储结构及应用 1.键盘输入一组元素,尾部插入法建立一个单向链表。 2.在单向链表中删除一个结点。 3.在链表中插入一个元素。 -Structure and application of a chain store. Keyboard input of a group of elements, the end of a one-way linked list insertion method. 2. In the one-way to remove a node lis
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:189332
    • 提供者:sleeping_zzz
  1. dxxhlb

    0下载:
  2. 已知有一个单向循环链表,其每一个结点中含三个域:pre,data和next,其中data为数据域,next为指向后继结点的指针域,pre也为指针域,但它的值为空(NULL),试编写算法将此单向循环链表改为双向循环链表,即使pre成为指向前驱结点的指针域。-Known to have a one-way circulation list, which each node contains three domains: pre, data and next, in which data for th
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2276
    • 提供者:赵伟
  1. 单向链表排序

    0下载:
  2. 数据结构的课后练习-Data structure of the after-school practice
  3. 所属分类:Data structs

    • 发布日期:2017-12-28
    • 文件大小:3072
    • 提供者:kay
  1. lianbiao

    0下载:
  2. 实现链表的程序。有单向链表,双向链表,循环链表等。-The realization of the procedure list. There are one-way linked list, two-way linked list, circular linked lists and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:8303
    • 提供者:井树刚
  1. link3

    0下载:
  2. 带表头结点单向链表类的实现(包括单向链表插入,删除和查找操作的实现)-Table with the first list node type of the realization of a one-way (including a one-way linked list insert, delete and search operations to achieve)
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-27
    • 文件大小:1987
    • 提供者:大雨
  1. chengxudaima1

    0下载:
  2. 1线性表基本操作的实现,建立单向链表,遍历单向链表,单向链表中的元素逆置-Basic operation of linear table implementation, the establishment of one-way linked list, traverse the one-way linked list, singly linked list of elements in the inverse set
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1808
    • 提供者:shixiaojin
  1. 11

    0下载:
  2. 编程实现如何创建含有n个结点的单向循环链表(programing to realize creating single linklist with n node)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-14
    • 文件大小:18432
    • 提供者:DandingWQZ
  1. Link

    0下载:
  2. 单向链表的实现,以及链表的查询、增加。和删除功能。(Single-way list of the realization, as well as the list of inquiries, increase. And delete functions.)
  3. 所属分类:其他

  1. StudentList

    0下载:
  2. 基于VS的一个简单的单向链表算法,可以添加、删除节点(A simple linked list algorithm based on Visual Studio)
  3. 所属分类:数据结构

    • 发布日期:2018-01-03
    • 文件大小:636928
    • 提供者:SENAIZUMI
  1. 第12章03日期类应用_日期链表_DateLink

    0下载:
  2. 一个单向类模板的综合应用,实现日期类的功能(The integrated application of one-way class templates can realize the perpetual calendar class)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:278528
    • 提供者:lengleng
  1. 语言单向链表存储信息管理系统

    0下载:
  2. 单向链表存储信息管理系统 实现数据文件导入,对数据文件的一些基本操作(One way chain table storage information management system realizes data file import and some basic operations to data files)
  3. 所属分类:网络编程

  1. 数据结构-链表学习

    0下载:
  2. 单向链表、从尾到头打印链表、链表中倒数第K个节点、反转链表、合并两个排序的链表,两个链表的第一个公共节点,链表中环的入口节点、判断链表是否是回文结构,删除链表中重复节点,删除链表中相邻重复节点、复杂链表、复杂链表的复制
  3. 所属分类:数据结构常用算法

  1. 数据结构-链表学习

    1下载:
  2. 单向链表; 从尾到头打印链表; 链表中倒数第 k 个结点; 反转链表; 合并两个排序的链表; 两个链表的第一个公共结点; 链表中环的入口结点; 判断链表是否是回文结构; 删除链表中的重复结点; 复杂链表。
  3. 所属分类:数据结构常用算法

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com