CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 链表实现

搜索资源列表

  1. maze

    0下载:
  2. 迷宫问题,分别用深度和广度优先遍历解决。其中stack用链表实现,queue用数组实现。描述见pdf文件。-Maze problems, were the depth and breadth of priority traversal solution. Stack with the achievement of which list, queue to use the array to achieve. Descr iption see pdf file.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:214005
    • 提供者:吕婉辰
  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. Polynomials

    0下载:
  2. 用循环链表实现的多项式 包括 运算符及io重载-By cyclic list, including the realization of a polynomial operator overloading and io
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:265741
    • 提供者:zekchang
  1. ds

    0下载:
  2. 数据结构的C语言实现,包括链表,堆栈,队列,哈希表,二叉树,其中哈希表经过实践可实现1秒查询100万次-Data structure of the C language, including the list, stack, queue, hash table, tree, hash table which can be achieved through practice one seconds query one million times
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:11865
    • 提供者:赖泽天
  1. list

    0下载:
  2. 数据结构,用链表实现学生成绩信息输入删除等操作!-Data structure, with list of students to achieve results such as information input operation to delete!
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2065
    • 提供者:z
  1. we

    0下载:
  2. 简单的链表实现 链表可以初步了解-A simple list can be linked to achieve a preliminary understanding
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:833
    • 提供者:gao
  1. A-B

    0下载:
  2. 用 2个链表 实现 链表 A 和链表 B相减并清楚重复内容的程序-With the realization of two List A and List B list subtraction and clear procedures for duplicate content
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:9081
    • 提供者:王映理
  1. manage

    0下载:
  2. *设计方案:本程序分为七个模块:1、新建人事信息模块 2、查询模块 3、删除模块 4、添加模块 5、修改模块 6、打印模块 7、数据备份与还原模块。 每个模块相互独立。且每个模块只完成一个功能,用一个函数实现。在主函数中调用这些模块。每个模块处理的信息即人事基本信息用结构体存储,数据结构采用链表实现,最终以文件形式存储于磁盘上。*/-* Design: This procedure is divided into seven modules: 1, New Personnel Informa
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3754
    • 提供者:陈小森
  1. Sort

    0下载:
  2. 实现多种排序算法比较 数据结构:用链表实现-Sorting algorithm to achieve a variety of comparative data structure: use of linked lists to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3531
    • 提供者:swn
  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. TsinghuaCdatastructures

    0下载:
  2. 清华+殷人昆C++数据结构 幻灯片教学课件 通过本课程的学习,应达到知识和技能两方面的目标: 1、知识方面:从数据结构的类定义和对象的使用,以及存储表示和操作的实现两个层次,系统地学习和掌握常用的基本数据结构(包括数组、顺序表、多项式、字符串、链表、栈与队列、优先级队列、广义表、树与森林、二叉树、堆、集合、图、搜索结构、索引结构、散列结构等)及其不同的实现,了解并掌握分析、比较和选择不同数据结构、不同存储结构、不同算法的原则和方法,为后续课程的学习打好基础。 -Tsinghua Q
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1839013
    • 提供者:ciweijsf
  1. datastructimplement

    0下载:
  2. 包含了数据结构实现堆栈的方法。 主要有链表实现和数组实现以及堆栈的应用。-This pakcet inclues the programs to implement the stack with chain and array and it s application.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:4883
    • 提供者:niwenjuan
  1. stack_link

    0下载:
  2. 这是用链表实现的栈数据结构。链表数据结构的最大优点是不受元素个数的限制,除非内存耗尽。-This is the stack implementation with linked list data structure. List data structure is not subject to the greatest advantage of the restricted number of elements, unless the memory run out.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:637
    • 提供者:刘志福
  1. multiplication

    0下载:
  2. 用线性链表实现两个多项式的相乘,将结果以一般多项式的表示显示出来-Linear chain to achieve the multiplication of two polynomials, the results in general show that the polynomial
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1355
    • 提供者:gahn
  1. queue

    0下载:
  2. 通过创建链表实现一个队列的数据结构。控制台接受输入输出。-Using linked list to build a queue.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1243
    • 提供者:
  1. stack

    0下载:
  2. 通过创建链表实现一个栈的数据结构。控制台接受输入输出。 -Using linked list to build a stack.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1178
    • 提供者:
  1. T783-2-20070830226

    0下载:
  2. 建立一个单链表,同时对该链表实现指定位置的插入,删除操作。-The establishment of a single list, at the same time to achieve the specified location in the list of the insertion, deletion.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:954
    • 提供者:陈赟
  1. express

    0下载:
  2. 用链表实现的稀疏多项式的计算,这是我在数据结构课上写的,希望对大家有帮助-List with the realization of the calculation of the sparse polynomial, which is in my class to write data structure, and would like to help you
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2193
    • 提供者:liuyu
  1. jose

    0下载:
  2. jose问题用双向链表实现,可以正向逆向数数,可以控制最后的获胜人数,可以自己定义起始位置,从哪里开始-jose problem with the realization of two-way linked list, you can forward reverse count, you can control the number of final victory, you can define their own starting position, from where to start
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:988657
    • 提供者:zijinghw
  1. nixu

    0下载:
  2. 数据结构题目答案。。。对链表实现整数的就地逆置-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:8532
    • 提供者:李好
« 1 2 3 4 5 67 8 9 10 11 ... 49 »
搜珍网 www.dssz.com