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

搜索资源列表

  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. pinfanfangwen

    0下载:
  2. 设有一头指针为L的带有表头结点的非循环双向链表,其每个结点中除有prev(前驱指针),data(数据)和next(后继指针)域外,还有一个访问频度域freq。在链表被起用前,其值均初始化为零。每当在链表中进行一次Locate(L,x)运算时,令元素值为x的结点中freq域的值增1,并使此链表中结点保持按访问频度非增(递减)的顺序排列,同时最近访问的结点排在频度相同的结点的最后,以便使频繁访问的结点总是靠近表头。试编写符合上述要求的Locate(L,x)运算的算法,该运算为函数过程,返回找到结点的
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:988
    • 提供者:顾欣
  1. DNList

    0下载:
  2. 配套数据结构,关于双向链表的一系列操作,已经运行成功。-Doubly linked list
  3. 所属分类:File Operate

    • 发布日期:2017-04-12
    • 文件大小:700
    • 提供者:臧阔
  1. dl1

    0下载:
  2. C Programming has predefined functions. It very good for to do programs. Doubly Linked List
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-13
    • 文件大小:1702
    • 提供者:Nagendra Babu
  1. Boom

    0下载:
  2. MFC 写的一款单机版炸弹人小游戏!里面利用双向链表存储数据-MFC write a single version Bomberman game! Which utilize a doubly linked list to store data
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-19
    • 文件大小:5333985
    • 提供者:京哥哥
  1. Raw-os--core-lian

    0下载:
  2. aw os 的基础链表是双向循环链表,这样的好处是插到尾部速度非常快,有些传统的os 采用了单个指针头的双向链表,虽然这样省了4个字节指针,但是算法复杂了,插入到尾部时间不确定,意义不大。-Aw OS based list is a circular doubly linked list, such benefits is inserted into the tail velocity is very fast, some traditional OS uses a single pointer
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-28
    • 文件大小:10272
    • 提供者:wgc
  1. Subframework

    0下载:
  2. Define pointers to support a doubly-linked list of all live heap objects.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:12306
    • 提供者:kongzxfao
  1. fistproject

    0下载:
  2. 学生管理系统实现啦增删改查和老师管理员学生等功能用双链表写的工作常用的链表而且代码每行加以注释-Student management system to achieve it CRUD students and other teachers and administrators with a doubly linked list functions work write common code for each line of the list and to comment
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:52203
    • 提供者:孙祝兴
  1. param_types

    0下载:
  2. Doubly-linked list of objects. The objects lifetimes are controlled by the list. I.e. the the list creates the objects and they are deleted upon removal. -Doubly-linked list of objects. The objects lifetimes are controlled by the list. I.e. the th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3597
    • 提供者:vonyuijn
  1. cpp187

    0下载:
  2. 双向链表创建,可对 链表元素进行删除、查询、添加、修改-Create a doubly linked list, list elements can be removed, query, add, modify
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1713
    • 提供者:moll
  1. phonebook

    0下载:
  2. 使用双向链表存储、管理联系人,类似于一个电话本。-Use a doubly linked list to store, manage contacts applet, similar to the phone book.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1934675
    • 提供者:王胜开
  1. SkTInternalLList

    0下载:
  2. Helper class to automatically initialize the doubly linked list created pointers.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1871
    • 提供者:rjpwxun
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com