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

搜索资源列表

  1. lianbiao

    0下载:
  2. 本程序是在c++平台上开发的一个关于单向链表的程序,经过测试,已经运行通过-This procedure is c++ Platform to develop a list of procedures on the one-way, after testing, has been running through the
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:10512
    • 提供者:马维维
  1. T_List

    0下载:
  2. 单向链表模板程序,可以在VC++下直接编译执行-TList
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1353
    • 提供者:聂明
  1. StudentCommunicationsManagementSystem

    0下载:
  2. 学生通讯管理系统,通过设计一个单向链表,完成一个通讯录的简单管理工作。-Student communication management system, through the design of a one-way linked list, to complete a simple contact management.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1608
    • 提供者:徐华
  1. jiandanlianbiaoguanliyuangong

    0下载:
  2. 从键盘输入4位员工的信息到动态创建的线性单向链表中;然后通过访问该链表,将其中的所有节点中的员工信息存放到文件myfile.dat中。每位员工的信息如下: 杜永宁 软件部 5760 王传华 销售部 3920 殷 泳 培训部 2940 杨柳青 软件部 5440。 -From the keyboard input four employees to create dynamic information of linear one-way list, Then through the li
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1071
    • 提供者:yangyu
  1. dxlb

    0下载:
  2. 用C++编写单向链表类,包含各主要函数,实现链表的创建、插入、删除等功能,开发环境:VC6.0-With C++ prepared class list, including the main functions, realize list to create, insert, delete function, development environment: VC6.0
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:255189
    • 提供者:张山
  1. number1

    0下载:
  2. 实现带头结点的单向链表的创建、删除链表、插入结点等操作,并能实现年龄递增的两个单向链表合并一个链表,合并后的链表按年龄递减,可认为同名同年龄是同一个学生,每个学生在合并后的链表中仅出现一次。最后打印输出合并后的链表元素,验证结果的正确性-Take the lead node singly linked list to create, delete linked list, insert node operation, and age of increasing two-way linked li
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:1626
    • 提供者:lucas
  1. list

    0下载:
  2. 单向链表的优化与高封装,希望对初学者有所帮助~-Singly-linked list
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:2081
    • 提供者:Smile
  1. 2

    0下载:
  2. 2. 堆栈与单向链表非常相似,但它只允许在链的头部进行插入结点或删除结点的操作。请设计一个整数的堆栈。包括以下函数:建立堆栈,释放堆栈,将一个整数压入堆栈,将当前栈顶的整数弹出栈,返回当前栈顶的元素值,判断当前栈是否为空,自顶向下显示堆栈中的元素。-2 Stack and singly linked list is very similar, but it only allows to insert the head of the chain, or delete nodes node oper
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:752
    • 提供者:于民
  1. DeleteNodeInList

    0下载:
  2. 给定单向链表的头指针和一个结点指针,在单向链表中删除一个结点-Give orders to the head of the list pointer and a pointer to the node, delete a node in a singly linked list
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:4749
    • 提供者:王颢
  1. ds3

    0下载:
  2. 单向链表的创建与操作 设单向链表中节点的数据域的数据类型为整型,编写函数实现以下操作: (1)实现单向链表的创建(包括初始化)与输出操作,节点的个数及节点的数据由用户输入。 (源代码:ds3-1.c) (2)查找给定的单链表中的第i个节点,并将其地址返回。若不存在第i个节点,则返回空地址。 (源代码:ds3-2.c) (3)查找给定的单链表中值为n的节点,并将其地址返回。若不存在值为n的节点,则返回空地址。同时,还应通过参数传回该节点的序号。 (源代码:ds3-3.c
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5972
    • 提供者:颜瑞廷
  1. Lists

    0下载:
  2. 用模板实现了单向链表的增删改查等功能,并且适用于多种数据结构和类,简单实用,是学习和使用的绝好资料-Template to achieve a one-way linked list CRUD functions, and is suitable for a variety of data structures and classes, simple and practical, is to learn and use excellent information
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1046
    • 提供者:feng
  1. list

    0下载:
  2. 可以被复用的链表操作代码,包括单向链表、静态链表、双向链表、循环链表的实现-Operation code list can be multiplexed, Including one-way linked list, static list, doubly linked list, circular linked list implementation
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:10760
    • 提供者:陈存
  1. single-linke

    0下载:
  2. 数据结构之单向链表操作包,编写平台是VC++6.0-the operation of single link of data structure.(VC++6.0)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:342986
    • 提供者:simon
  1. test_4_linked_list

    0下载:
  2. 建立单向链表,希望可以帮助到你们。需要的自行下载!-link lists.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:154570
    • 提供者:陈奇龙
  1. code

    0下载:
  2. 编程学习的c++程序,包含了队列处理,双向链表,递归算法,单向链表等内容-Programmed learning c++ programs, including the queue processing, doubly linked list, recursive algorithm, singly linked list, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:4802
    • 提供者:annnnn25
  1. Quick-search-singly-linked

    0下载:
  2. 单向链表的快速搜索,注重时间效率和空间效率。尽量采取最好的收索方法-Quick search, singly linked list the reciprocal of the k value
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:520
    • 提供者:丁宁
  1. delete

    0下载:
  2. 从单向链表中删除指定值的结点,注重时间复杂度和空间复杂度-Deleted the singly linked list node of specified values
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:674
    • 提供者:丁宁
  1. xueshengguanli

    1下载:
  2. 带头结点的单向链表的链表创建和删除等操作 带头结点的单向链表的结点插入和删除等操作 将两个按年龄递增顺序的单向链表合并为一个链表 要求合并后的链表按年龄递减 同名同年龄的节点可认为表示的是同一个学生 每个学生在合并后的链表中仅出现一次 打印输出合并后的链表元素,验证结果的正确性 -Lead the singly linked list of nodes of operations such as creation and deletion Lead the nod
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2837
    • 提供者:王道
  1. Link

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

  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
« 12 »
搜珍网 www.dssz.com