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

搜索资源列表

  1. a

    0下载:
  2. 有双向循环链表结点定义为: struct node { int data struct node *front,*next } 有两个双向循环链表A,B,知道其头指针为:pHeadA,pHeadB,请写一函数将两链表中data值相同的结点删除,并测试。-Two-way linked list node cycle defined as: struct node (int data struct node* front,* next ) there are two t
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:967
    • 提供者:杜若
  1. ReadWriteFile

    0下载:
  2. 双向循环链表保存某个文件的数据,并反序后写入另一个文件中-Two-way circular linked list to save a file in the data, and write another file after the reverse order in
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:281385
    • 提供者:lshl124
  1. biqueque

    0下载:
  2. 数据结构中的双向循环链表,模块化便于增加功能,用动态分配内存实现-Data structure in the two-way circular linked list, modular, easy to add features, with dynamic allocation of memory to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6786
    • 提供者:zhangts
  1. Unilateralism_Cycle_List

    0下载:
  2. 数据结构中双向循环链表的实现,供初学者交流。-Circular linked list data structure in the realization of a two-way, for beginners exchange.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:174922
    • 提供者:wencong
  1. C_shuangxiangxunhuanlianbiao

    0下载:
  2. 用面向对象思想(C++)实现的数据结构--双向循环链表-Object-oriented thinking (C++) implementation of the data structure- a two-way circular linked list
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1756
    • 提供者:小博
  1. class1

    0下载:
  2. 双向遍历链表,即在遍历过程中,反转链表指针,实现双向遍历,类描述-Two-way linked list traversal, that traverse the process, reverse linked list pointer, to achieve bi-directional traversal, class descr iptions
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1383
    • 提供者:wanglei
  1. cyclink

    0下载:
  2. 在VC++环境下的双向循环链表基本操作-none
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:39381
    • 提供者:Hillary
  1. Llist.tar

    0下载:
  2. 使用双向循环链表对学生信息进行管理(插入,排序,查找等)-Use a two-way circular list of student information management (insert, sort, search, etc.)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2191
    • 提供者:steven
  1. list2

    0下载:
  2. 是STL中双向循环链表list的经典应用,面向对象的标准C++语法解决了josephus圈的问题,适合学习数据结构中stl中list的应用,需要面向对象的C++知识。-A concise aplication of "list" in STL, simple but powful.
  3. 所属分类:STL

    • 发布日期:2017-03-27
    • 文件大小:752
    • 提供者:王涛
  1. mmry_mng

    0下载:
  2. 模拟内存的动态分配管理。采用动态双向循环链表-Simulate the dynamic allocation of memory management. Dynamic two-way linked list
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:2042
    • 提供者:李孟实
  1. Circularlinkedlist

    0下载:
  2. 实现一个双向循环链表,每个结点中除有prior,data和next三个域之外,还增设了一个访问频度域freq。在链表被起用之前,频度域freq的值均初始化为零,而每当对链表进行一次LOCATE(L,x)的操作后,被访问的结点(即元素值等于x的结点)中的频度域freq的值便增1,同时调整链表中结点之间的次序,使其按访问频度非递增的次序顺序排列,以便始终保持被频繁访问的结点总是靠近表头结点。-Circular linked list to implement a two-way, each node
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:738
    • 提供者:欧阳翔
  1. 1

    0下载:
  2. 双向循环链表解决约瑟夫环问题 -Two-way linked list to solve the problem, Joseph Wan, Central, two-way linked list to solve the problem, Joseph
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:560
    • 提供者:nilaoba
  1. DoubleLinkSoveJoseph

    0下载:
  2. 双向循环链表解决约瑟夫问题,并有教程 密码可以为正数(顺时针转),密码也可以为负数(逆时针转)。-Joseph-way circular linked list to solve the problem, and tutorials password can be positive (clockwise), the password can also be negative (CCW).
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2757
    • 提供者:九月光
  1. ContactBook

    0下载:
  2. 数据结构课链表实验设计——一个MFC下的小巧学生通讯录。代码欢迎大家来参考。将双向带头尾链表封装在一个类里(因为是数据结构课,所以没用STL的list)。然后将链表封装在通讯录类里供Dialog使用。-Experimental Design class list data structure- a small MFC students under the address book. Welcome to the code reference. Will take the lead in the
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:3144509
    • 提供者:朱凯迪
  1. big_num

    0下载:
  2. 基于双向循环链表的大整数加减法 整数大小不限 支持负数-Two-way circular list based on integer addition and subtraction of large size of the open support of negative integer
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1690
    • 提供者:王明
  1. test

    0下载:
  2. 建立一个双向循环链表,并在里面增加一个freq,初使为0,每当lcate(l,x)访问X一次相的freq加1,同时链表顺序也按freq的大小非递增排列-A two-way circular linked list, and in which an additional freq, initialization is 0, when lcate (l, x) access to a phase freq X plus 1, but also by freq list the size of the
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:825
    • 提供者:申超波
  1. 1

    0下载:
  2. 任意长度整数加法运算,数据结构类型为双向循环链表-Arbitrary length integer addition operation, the data type is double circular linked list structure
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:3543
    • 提供者:ccc
  1. ds-2011-04-06

    0下载:
  2. 自己写的双向循环链表库,动态数组,红黑树,-Two-way circular linked list to write their own libraries, dynamic arrays, red-black tree, etc.
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-30
    • 文件大小:6091
    • 提供者:haochao
  1. memory

    0下载:
  2. 模拟内存分配中的首次循环适应算法,用双向循环链表实现-Simulation of memory allocation in the first cycle adaptation algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1581
    • 提供者:cs
  1. double_circle_link

    0下载:
  2. 用纯c实现的双向循环链表,类似于通讯录的功能。-The double-way circle linked list is realized with pure c code and its function is similar to the address book.
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:971
    • 提供者:张三
« 1 2 ... 17 18 19 20 21 2223 24 25 26 »
搜珍网 www.dssz.com