CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - doubly linked list

搜索资源列表

  1. p6

    1下载:
  2. 首先,您将实现一个模板双端,双链表或DLIST。然后,您 建立两个应用程序:一个反向波兰表达式计算器和一个呼叫中心将使用DLIST模拟程序。 该项目将让您在申请动态内存管理的经验,实施 模板容器类(双端双向链表,或Dlist中),使用at- 最多一次不变的存在,所有权和保护规则来实现两个简单的 采用这种结构的应用程序。-This project will give you experience in applying dynamic memory management, im
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:453255
    • 提供者:XUE
  1. sk_buff

    0下载:
  2. sk_buff结构体,网络数据包传送,在内核中sk_buff表示一个网络数据包,它是一个双向链表,而链表头就是sk_buff_head,-sk_buff structure, network packet transmission, the kernel sk_buff represents a network packet, which is a doubly linked list, and the list head is sk_buff_head,
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:2357
    • 提供者:emolight
  1. DuListC

    0下载:
  2. 双向链表,可以直接使用,模板类书写,只需要在使用时候包含头文件即可-Doubly linked list, you can directly use the template class writing
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2433
    • 提供者:tian
  1. doublelink

    0下载:
  2. 用C实现的双向链表,代码很全,很详细,是个学习双向链表的好程序-C with a doubly linked list implementation, the code is very full, very detailed, it is a good program to learn a doubly linked list
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:353070
    • 提供者:戎浩
  1. Student-manage-system

    0下载:
  2. 学生成绩管理系统,由双向链表和结构体写成。-Student achievement management system, written by a doubly linked list and structure.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:7018
    • 提供者:程叔华
  1. test

    0下载:
  2. 输入一棵二元查找树,将该二元查找树转换成一个排序的双向链表。要求不能创建任何新的结点,只调整指针的指向使原节点按升序排列-Enter a binary search tree, the binary search tree into a sort of doubly linked list. Request can not create any new nodes, only adjust the pointer points to make the original ascending nod
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:13860
    • 提供者:咪咪
  1. school-management-system

    0下载:
  2. 该txt中是双链表实现的学籍管理系统,可实现增删查改基本内容,因为我是学生所以能力有限,希望大家指正。-The txt is doubly linked list to achieve school management system, enabling CRUD basic content, because I was so limited the ability of students, I hope you correct me.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1205
    • 提供者:东方
  1. LinkList

    0下载:
  2. 单链表、循环 双链表的增删改查-Single linked list, circular single linked list, circular doubly linked list CRUD
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3358
    • 提供者:许秋劲
  1. use_list.tar

    0下载:
  2. 采用Linux内核链表的形式,实现了一个双向链表的增删改查功能的简单系统 适合学习Linux内核链表的用法-In the form of Linux kernel linked list to achieve a simple CRUD functionality of a doubly linked list system for learning how to use the Linux kernel list
  3. 所属分类:Driver develop

    • 发布日期:2017-04-15
    • 文件大小:6285
    • 提供者:liluo
  1. Contacts

    0下载:
  2. 电话簿管理小程序,使用了双向链表,利用文本文件存储电话簿数据,具有添加、删除、显示和查询联系人电话号码的功能-Phonebook management applet, using a doubly linked list.you can add、delete、 display and query phone number
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-15
    • 文件大小:4731
    • 提供者:邹双
  1. lianbiiao2

    0下载:
  2. 数据结构之双链表部分(合肥工业大学数据结构实验一)-Part of a doubly linked list data structure (Hefei University of experiment data structure)
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3514011
    • 提供者:fengyu
  1. LinkedHash

    0下载:
  2. LRU(近期最少使用算法)(双链表-Hash实现),有需要的朋友可以拿来使用(C#)-LRU (least recently used algorithm) (doubly linked list-Hash realized), a friend in need can use use (C#)
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1431
    • 提供者:周宾
  1. hash_table

    0下载:
  2. 在Linux环境下,用动态数组和双向链表实现的哈希表-Dynamic arrays and hash tables doubly linked list implementation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-22
    • 文件大小:18421
    • 提供者:xiaoy
  1. work

    0下载:
  2. 双向链表的学生信息管理的小程序,简单的修改增加,删除。-Doubly linked list of student information management procedures
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:110030
    • 提供者:ji
  1. Queue

    0下载:
  2. 用双向链表实现的一个任务队列,把自己定义的任务继承基类BaseQueue,可以实现对任务的增加,删除,优先级的设置,获取任务等等。-With a doubly linked list to achieve a task queue , put their defined tasks inherit the base class BaseQueue, can be added to the task , delete, priority setting , access to the task a
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-04
    • 文件大小:1030588
    • 提供者:刘波
  1. hjxsrcsarray

    0下载:
  2. 提供对动态数组的支持,在内存中程序将数据分块存放, 避免了大块内存的申请,同时也和普通的双向链表不同的是本代码提供 了对内部数据的快速索引,大大提高了数据访问速度。-Provide support for dynamic arrays in memory to store program data block, @ Avoiding large memory applications, but also ordinary doubly linked list is differen
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:31255
    • 提供者:free
  1. doublelink

    0下载:
  2. 数据结构中的双链表头文件,源代码,以及双链表的测试代码-Doubly linked list of header files, source files, and test code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:2417
    • 提供者:宣铠
  1. lisnkedlist

    0下载:
  2. It is a linked list class with and without head nodes. singly linked list and doubly linked list and a circular linked list. it has queue and stack. All classes are template class.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-26
    • 文件大小:7962
    • 提供者:khawaja
  1. DoubleLinkList

    0下载:
  2. this is a data structure problem in my curse. is an implementation of doubly linked list with can remove the last node. (can remove one by one the last position of list)-this is a data structure problem in my curse. is an implementation of doubly lin
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1650
    • 提供者:mkr
  1. Josephus

    0下载:
  2. 数据结构与算法分析:约瑟夫环(双向链表)-Algorithm Analysis: Josephus (doubly linked list)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6179
    • 提供者:Austin Chou
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com