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

搜索资源列表

  1. MyList

    0下载:
  2. 为了实现RTP数据重组,写了双指针链表,类似动态hash表(网上资料太少了),有添加(自动排序),删除和清除.我还在扩展功能-RTP data in order to achieve the reorganization, wrote a two-pointer List, similar dynamic hash table (online so little information), add (automatic sorting), delete and remove. I also ex
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10064
    • 提供者:llg
  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. B+树实现旅游图站点搜索

    1下载:
  2. 一、 需求分析: (1) 已知某市每条公路路线及沿途所经过的站名,要实现的功能是:在任一车站终端查询知道 1、 是否有公共汽车到达指定的目的地(任一站点) 2、 若有,打印出乘车的路线(不一定唯一)。如需中途换车,应指示在哪里换哪条线路的车。 (2) 实现的数据结构:因为将公共交通图看成是一个有向图,所以选择十字链表为其数据结构。 其中有信息点为:站点的连接关系(十字链表的弧头和弧尾链域很好的实现了这个功能) 反应途径的线路号(这个当作弧的信息域,含有两个往返的方向,并且每个方向又对
  3. 所属分类:数据结构常用算法

    • 发布日期:2010-04-07
    • 文件大小:686264
    • 提供者:wsctlee
  1. tsp的剪枝算法

    0下载:
  2. 通过“剪枝”算法并用数组的方式在O(n)时间内给出结果。 利用叶子数目的单调递减性和巧妙的方式灵活在数组中存储修改信息,用简单快速的方法实现复杂的操作,以数组的形式实现了链表的功能,如快速访问相邻岛等。避免了重复访问,增加效率。
  3. 所属分类:数据结构常用算法

    • 发布日期:2011-05-24
    • 文件大小:731
    • 提供者:zzq12321
  1. suanfa.rar

    0下载:
  2. 包括字符串反转, 链表反转, 判断两个数组中是否存在相同的数字, 判断链表是否存在环, 找出单向链表的中间结点, 如何判断一棵二叉树是否是平衡二叉树, strstr()的简单实现,,Including the string reversal, list reversal, to determine the existence of two different array of figures to determine the existence of ring list, find the mi
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-01
    • 文件大小:2913
    • 提供者:张文
  1. exp1

    0下载:
  2. 需要利用有序链表来实现一元稀疏多项式的表示及加法运算的简单计算程序,其基本功能有: (1)输入并建立两个多项式; (2)多项式f1(x)与f2(x)相加,建立和多项式f3(x); (3)输出多项式f1(x),f2(x),f3(x)。-Need to use ordered lists to implement a dollar sparse representation of polynomials of simple addition operations and calculat
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1077
    • 提供者:李联合
  1. List.rar

    0下载:
  2. 单向链表的标准c++实现范例 数据结构 面向对象 生成函数 复制函数 赋值函数 操作符重载,The standard one-way linked list c++ to achieve an example of object-oriented data structure constructor function Copy function overloaded assignment operator function
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1066
    • 提供者:yuebob
  1. project

    0下载:
  2. 异质链表 的实现 实现异质链表的查找、插入、删除和遍历-Heterogeneous list of linked lists to achieve the realization of heterogeneity of the find, insert, delete, and ergodic
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:27817
    • 提供者:adam
  1. yzlb

    0下载:
  2. 这个链表基本实现了异质链表的,插入(表头插入,表尾插入),删除,查询,输出等功能。 -The list of the basic realization of the heterogeneous linked list, insert (insert header, footer, insert), delete, query, output and other functions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1863
    • 提供者:lavender_yanyan
  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. 二叉树的基本操作

    2下载:
  2. 二叉树的基本操作(1)在二叉链表上设计和实现下列二叉树运算的算法 ① 设计递归算法,实现:删除二叉树,求二叉树的高度,求二叉树中叶子结点数,复制二叉树,交换二叉树的左右子树。 ② 设计算法,按自上到下,自左向右的次序,即按层次遍历一棵二叉树。 ③ 设计main函数,测试上述每个运算。 -Binary Tree s basic operations (1) in the binary list on the design and realization of the fol
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-24
    • 文件大小:1765
    • 提供者:
  1. 链式表的相关使用啊

    0下载:
  2. (1)采用链式存储实现栈的初始化、入栈、出栈操作。 (2)采用顺序存储实现栈的初始化、入栈、出栈操作。 (3)采用链式存储实现队列的初始化、入队、出队操作。 (4)采用顺序存储实现循环队列的初始化、入队、出队操作。 (5)在主函数中设计一个简单的菜单,分别测试上述算法。
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-10-29
    • 文件大小:1116
    • 提供者:GANYOUQUAN
  1. List

    0下载:
  2. 采用C++语言编写的链表模拟程序,可实现STL中的链表操作功能。-Linked list C++ language simulation program, linked list in the STL operation.
  3. 所属分类:STL

    • 发布日期:2017-04-01
    • 文件大小:568468
    • 提供者:jiutianfeixue
  1. Double_circular_linked_list

    1下载:
  2. 双向循环链表(C语言实现),一个完整的C语言实现双向循环链表的例子,已经通过vc 6.0的编译运行成功-Double circular linked list (C language), a complete C language example of two-way circular list has been compiled by vc 6.0 runs successfully
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:3078
    • 提供者:赵明
  1. The-program-of-data-structure

    0下载:
  2. 数据结构的例子程序,包含循环队列、链表队列、线性链表、静态链表、堆栈等的实现。-Examples of program data structures, including circular queue, linked list queue, linked list, static list, stack, etc. to achieve.
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:4729934
    • 提供者:panyiteng
  1. ALGraph

    0下载:
  2. 邻接链表图的代码实现,VC++开发平台,C语言描述的数据结构。-Source implementation of the adjacency lists map, VC++ development platform, the C language to describe the data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:210414
    • 提供者:李海锋
  1. Link_List_1317069162002

    0下载:
  2. 链表的实现,C++语言编写的。呵呵 链表的实现,C++语言编写的。-List of realize, C++ Languages. Ha ha realize the list, C++ Languages.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1457
    • 提供者:张中云
  1. simplelinklist

    0下载:
  2. 数据结构的链表处理函数,可以实现链表的插入\删除\修改\查询\连接等算法-Linked list data structure to deal with function, can amend the list of insert query to delete the connection algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1562
    • 提供者:陈付龙
  1. link

    0下载:
  2. C语言里,链表的各种操作,包括删除、插入等等,在该程序里,各种功能都可以实现。-C language, the list of the various operations, including delete, insert, etc. In the process, the various functions can be achieved.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1132
    • 提供者:shayuan
  1. LBBL

    0下载:
  2. 该程序实现链表的遍历功能,打印出相应的链表节点-The realization of the program list traversal function, print out the corresponding node list
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1487
    • 提供者:yanyansama
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 50 »
搜珍网 www.dssz.com