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

搜索资源列表

  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. list_test9.1

    0下载:
  2. 双向链表代码,经严格测试,内含完整测试工程。-Doubly linked list code, after rigorous testing, containing the complete test engineering.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-29
    • 文件大小:8769
    • 提供者:
  1. Chp2-Lineer

    0下载:
  2. 根据线性表的抽象数据类型的定义,选择下面任一种链式结构实现线性表,并完成线性表的基本功能。 线性表存储结构(五选一): 1、 带头结点的单链表 2、 不带头结点的单链表 3、 循环链表 4、 双链表 5、 静态链表 线性表的基本功能: 1、 构造:使用头插法、尾插法两种方法 2、 插入:要求建立的链表按照关键字从小到大有序 3、 删除 4、 查找:按位置查找和按值查找 5、 获取链表长度 6、 销毁 编写测试main()函数测试线性表的正确
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5233144
    • 提供者:Jimmy
  1. mylist100

    0下载:
  2. 用vc++编写的双向链表的通讯录管理系统-Prepared using vc++ doubly linked list of address book management system
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:4054
    • 提供者:ayi9517
  1. DoubleListTest

    0下载:
  2. 双链表计算的程序,供朋友们分享,希望有所帮助-Doubly linked list calculation program for friends to share, hope that helps
  3. 所属分类:mathematica

    • 发布日期:2017-04-30
    • 文件大小:31336
    • 提供者:KILLER
  1. JSCode

    0下载:
  2. 用JS来实 现 双向 链表 功能,完成双向链表的功能。-achieve a doubly linked list functions (JS)
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:16922
    • 提供者:赵兴旺
  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. dlinklist

    0下载:
  2. 数据结构与算法中的双向链表,适用于初学者参考,包含头文件-Data Structures and Algorithms in the doubly linked list, for beginners reference, include the header file
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1665
    • 提供者:tony
  1. linklist

    0下载:
  2. 通用双向链表,创建节点后要释放节点,从头部、尾部、中间插入节点,获取节点。-General doubly linked list, created after the release of the node to node, the head, the tail, the intervening nodes, access nodes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1670
    • 提供者:程青青
  1. biSearchTree_to_sortedList

    0下载:
  2. 输入一棵二分查找树,将该二元查找树转换成一个排序的双向链表。 要求不能创建任何新的结点,只调整指针的指向。 二分查找树:root,每个节点:data、small pointer、large pointer 转换成排序的双向链表后small pointer应该指向前一个元素,larger pointer指向后一个元素-Enter a binary search tree, the two yuan search tree into a sort of two-way linked li
  3. 所属分类:Data structs

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