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

搜索资源列表

  1. DataTypeDemo7.2

    1下载:
  2. 这是我在公司空闲时写的一个数据结构库,用OO实现,两层继承关系,从双向链表实现到图.希望大家多提建议~!-This is my spare time in the company write a data structure for use OO achieved, the two-tier succession, from two-way to achieve Chain map. We hope more suggestions ~!
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:18023
    • 提供者:李禅
  1. Student V1_0

    1下载:
  2. 这个个系统是学生管理系统。利用SDK做界面,用双向链表做排序,功能简单,但是思路清晰,有不到指出多原谅-systems is the Student Management System. Do use SDK interface, so with two-way linked list, in order of functions simple, but clear ideas that are not more forgiving
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:29359
    • 提供者:陈雄
  1. Ho_Josephus

    0下载:
  2. 这是一个Josephus问题的C++代码,用双向链表实现.有问题题请联系ho1983xx@tom.com-This is a question of Josephus C code used to achieve two-way linked list. As a matter please contact ho1983xx@tom.com
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1131
    • 提供者:阿木
  1. JOSEPHUS问题

    0下载:
  2. 这是一个Josephus问题的C++代码,用双向链表实现.有问题题请联系ho1983xx@tom.com (2005-5-22,VC,1KB,下载0次)【向站长举报此文件和某个同类文件可能重复】-This a C++ code about Josephus problem, and use two-way chain form to realize.If you have any problem, please contact ho1983xx@tom.com
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2415
    • 提供者:zdw
  1. 数据结构的C++描述

    1下载:
  2. 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:5125525
    • 提供者:gufeng20081010
  1. 双向链表类模板

    0下载:
  2. 所属分类:Windows编程

  1. DoubleList.rar

    0下载:
  2. 用类定义一个双向链表,并定义双向链表的排序插入,删除和输出操作的成员函数,可以实现依据姓名查找结点及修改结点数据的功能,把记录以通讯录形式保存在磁盘上。,Class definition with a two-way linked list, and define the order of two-way linked list insert, delete, and member functions of the output operation can be achieved based o
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:4633
    • 提供者:陈灿
  1. kernel_list

    0下载:
  2. 使用Linux kernel 的链表头文件来操作双向链表,只需要一个*.h即实现链表,非常简洁有用,与一般数据结构实现风格不太一样-Using the Linux kernel header files to manipulate the linked list doubly linked list, just a list*. h of achieving very simple and useful, and the general data structure is not the sam
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:6971
    • 提供者:Andrew Huang
  1. InsertionSort

    0下载:
  2. 用双向链表实现的插入排序,对双向链表的学习是一个很好的入门程序。-Achieve two-way linked list with insertion sort, linked list of two-way learning is a good entry procedures.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1211
    • 提供者:
  1. EPROCESS

    0下载:
  2. 基于EPROCESS结构中双向链表的进程检测方法-EPROCESS structure based on two-way linked list in the process of detection methods
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:247125
    • 提供者:
  1. Joseph_ring20120813

    0下载:
  2. 约瑟夫环问题的c++解决方法,包括双向链表和单向链表两种解决方法。-Josephus problem c++ solutions, including the doubly linked list, singly linked list are two workarounds.
  3. 所属分类:Console

    • 发布日期:2017-05-19
    • 文件大小:5258533
    • 提供者:沈宙
  1. CommonQueue

    0下载:
  2. 一个用pthread和双向链表实现的队列模板-A two-way linked list with pthread and realize the queue template
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-14
    • 文件大小:1503
    • 提供者:王晗
  1. CNewList

    0下载:
  2. 管理双向链表的一个类,支持整形,浮点型,字符型,字符串等,能够很方便的增加自定义类型,能动态增加,删除任何位置的元素-Management of a class of two-way linked list to support the plastic, floating-point type, character, string and so on, can easily customize the type of increase that can dynamically add, dele
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:301003
    • 提供者:xuyangjie
  1. second

    0下载:
  2. 完成一个程序实现双向链表使之有如下功能 (如用C++实现,需要有默认的构造函数, 析构函数) C语言实现,初始化一个双向链表 添加一个元素到链表 删除链表中的一个元素 其他你认为必要的链表操作 总有两个指针,一个指向表中第一个元素另一个指向最后一个元素 -Completion of a program to achieve a two-way linked list so that the following functions (such as C++ Reali
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:15050
    • 提供者:katrina
  1. double_list

    0下载:
  2. 此文件描述的是双向链表的基本用法 以及根据输入的数字 计算其频度 来进行排序-This document describes the basic use of a two-way linked list, as well as under the Importation of the figures to calculate their frequency to be sorted
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:12249
    • 提供者:dengyi
  1. double_list

    0下载:
  2. 这是双向链表的实现,适合数据结构初学者.希望能给大家带来帮助 !-This is the realization of two-way linked list, data structure suitable for beginners. I hope we can help!
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:9107
    • 提供者:smith
  1. add

    0下载:
  2. 用双向链表实现任意位数的正负整数或小数的加法、减法和乘法运算以及对文件的相关操作。 文件说明: 给定的文件a*.txt为第一个数,b*.txt为第二个数,要求加法产生的结果存储在add*.txt中,减法产生的结果存储在sub*.txt中,乘法产生的结果存储在mult*.txt中,*为对应的一组数据。 -The realization of arbitrary list with two-way median of positive and negative integers or
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4386
    • 提供者:sanghy
  1. shuangxianglianbiao

    0下载:
  2. 昨天同学叫我帮他写个双向链表的程序 于是就随便写了 个 希望大家多提意见-Yesterday, the students asked me to help him write a list of two-way process so he just wrote a hope that we do so
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1421
    • 提供者:jiangyi
  1. DoubleChainTable

    0下载:
  2. 该软件实现了一个双向链表类,该类具有查找,增加结点等功能-The software realization of a two-way linked list class, such has search, increase the functions of node
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:7906
    • 提供者:张三
  1. DoubleLinkedList

    0下载:
  2. 双向链表的查询 插入 和删除 采用c++实现了代码-Two-way linked list insert and delete query using c++ implementation of the code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:8899
    • 提供者:rrr
« 1 2 3 4 5 67 8 9 10 11 ... 26 »
搜珍网 www.dssz.com