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

搜索资源列表

  1. 双向链表

    0下载:
  2. 这是我学习数据结构与算法的时候编的双向链表的操作,对学习数据结构与算法的朋友有帮助-This my learning algorithm and data structure of the time series of the two-way linked list, the operation of the learning algorithm and data structure of friends to help! !
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11233
    • 提供者:阿的
  1. 图的搜索

    1下载:
  2. 在VC的环境下,用C++实现A*算法和双向A*算法,并且能够通过设置不同的参数随机产生以邻接表存储网络图,从而可以对不同启发策略的A*算法进行测试和实验。-in VC environment, the C achieving A * algorithm and the two-way A * algorithm, and through a variety of parameters to generate random adjacent table storage network map, t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15552
    • 提供者:
  1. graphDegree

    0下载:
  2. 求图的顶点连通度算法。方法就是先对源和汇做枚举,之后对每个枚举情况,把除去源汇两点的其余所有顶点看成是容量限制为1的点,求网络的最大流,就是此点对的顶点连通度,之后对枚举的所有点对找连通度最小的当成图的连通度。 带有顶点容量限制的最大流方法:将带容量限制的顶点u拆成两个点u 和u*,原顶点u的入边为u 的入边,原顶点u的出边为u*的出边,之后在u 和u*之间连接双向边,边的容量为顶点的容量限制。-plans for the vertex connectivity algorithms. F
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1515
    • 提供者:吴地瓜
  1. dul_list

    0下载:
  2. 双向链表的vc++实现 是在命令行下的双向链表-bidirectional Chain vc realization of the command line of two-way linked list
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:14252
    • 提供者:zxxcvvb
  1. DLList

    0下载:
  2. 基于C语言的数据结构算法,双向链表定义函数.-based on the C-language algorithm data structure, two-way linked list defined functions.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1011
    • 提供者:mk
  1. BOTHSTAC

    0下载:
  2. 双向栈的操作 入本 出本 双向栈的操作 入本 出本 双向栈的操作 入本 出本 双向栈的操作 入本 出本 双向栈的操作 入本 出本 双向栈的操作 入本 出本 双向栈的操作 入本 出本 双向栈的操作 入本 出本 双向栈的操作 入本 出本 -stack of two-way operation to the two-way out of the stack into the operation of the two-way
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:835
    • 提供者:zxk
  1. TLink

    0下载:
  2. 精心链表操作,对单向双向的链表操用实例,精当-carefully chain operation, a one-way pairs two-way linked list speaks examples of elder
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1969
    • 提供者:张龙萍
  1. double_list

    0下载:
  2. 实 现 了 一 个 双 向 链 表. 挺 好 用 的.-achieve a two-way linked list. Very good use.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2928
    • 提供者:likebj
  1. MergeSort2

    0下载:
  2. 二路合并排序算法,使用分治策略,时间复杂度O(nlog2n), 需要和待排记录等数量的辅助空间,是一种稳定的排序算法-two-way merge sorting algorithm, the use of divide-and-conquer strategy, the time complexity O (nlog2n) Pai and the need to record the number of auxiliary space, is a stable Sort Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3861
    • 提供者:mxm
  1. 20070320list

    0下载:
  2. 包括链表的各项操作,添加、删除、修改等。还包括单项连标和双向链表。-including the operation, add, delete, revise. Also including individual targets and even two-way linked list.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1237
    • 提供者:张婧姝
  1. doubledirectionlink

    0下载:
  2. 属于利用C++开发的数据结构代码,包括双向链表的添加、删除、修改的操作。-belonging to the development of the use of C code data structure, including the addition of two-way linked list, deletion and modification of the operation.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:234329
    • 提供者:张婧姝
  1. SXXHLB

    0下载:
  2. 用于数据结构课程设计,双向链表,并且用了MFC做图形界面-data structure for curriculum design, two-way linked list, and so with the MFC GUI
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:41666
    • 提供者:林林
  1. Sort_Demo

    0下载:
  2. *一个简单的能够形象演示各种排序算法的applet小程序 *类似于Sun公司的示例程序,但比它复杂 *因为这个程序支持简单选择排序,冒泡排序,双向冒泡, *快速排序,希尔排序,堆排序,归并排序共七种排序算法 *每次80个整数随机生成,七种算法同时运行,之间的对比非常明显-* a simple image can be demonstrated by various sort algorithm small applet procedures similar to the
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:43663
    • 提供者:徐阳
  1. erluguibinpaixu

    0下载:
  2. 关于二路归并排序算法的相关的一个源程序代码-on two-way merge algorithm is a relevant source code
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1186
    • 提供者:王鹤新
  1. xrun

    0下载:
  2. 数据结构之任意多叉树的建立和操作,包括先序,中序,层序,和插入节点,统计树信息。 融入了树,双向队列等经典数据结构的使用模式。-Data structure of any multi-branch tree establishment and operation, including the first order, in sequence, sequence, and insert the node, the tree statistics information. Into the tr
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7627
    • 提供者:EmersonLee
  1. two-waylinkedlist

    0下载:
  2. 双向链表,双向链表存储方式的实现及特点;双向链式存储结构的定义及基本运算;双向链表的创建、插入、删除和显示表中元素等基本操作 -A two-way linked list, doubly linked lists stored in achieving and characteristics two-way chain storage structure, the definition and basic operations two-way linked list creation,
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1171
    • 提供者:古哩峰
  1. Two-waymergesortmethod

    0下载:
  2. 两路合并排序法,使用C++语言编写用与实现数据结构的两路合并排序-Two-way merge sort method, using the C++ language and implementation of data structures with two-way merge sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:718
    • 提供者:lj
  1. Maze-solving-Two-way-circular-list

    0下载:
  2. 实现了经典的迷宫求解问题和双向循环链表问题,应用性很强-To achieve a classic two-way circular maze solving problems and problem list, the application of highly
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4329
    • 提供者:黎明
  1. The-two-way-circulation-list

    0下载:
  2. 双向链表也叫双链表,是链表的一种,它的每个数据结点中都有两个指针,分别指向直接后继和直接前驱。所以,从双向链表中的任意一个结点开始,都可以很方便地访问它的前驱结点和后继结点。一般我们都构造双向循环链表。-The two-way circulation list
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1687
    • 提供者:周阳
  1. two-way-links

    0下载:
  2. 双向表,个人为考研精心准备编制,欢迎大家交流讨论。-Two-way tables, individual preparation for postgraduate carefully prepared, we welcome discussions and exchange
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7342
    • 提供者:邓瑞
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com