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

资源列表

« 1 2 ... .08 .09 .10 .11 .12 713.14 .15 .16 .17 .18 ... 2673 »
  1. dashuxiangjia

    0下载:
  2. 大数相加的程序-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:65.71kb
    • 提供者:张宾
  1. linklist

    0下载:
  2. 数据机构中的双向链表,可用来实现并集,并且是用c++编制-for(i=1 i<=link1.GetLengthofLink() i++) { int e=link1.GetElement(i) if(link2.LinkLocate(e)==0) { newnode=(struct node*)malloc(sizeof(struct node)) newnode->data=e newnod
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:818byte
    • 提供者:姚依梦
  1. sort

    0下载:
  2. 介绍了三种排序与查找算法:选择排序算法,冒泡排序算法,折半查找法-selection sort,bubble sort,find
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:586byte
    • 提供者:Mary
  1. minspantree

    0下载:
  2. 最小生成树的克鲁斯卡尔算法 采用邻接矩阵存储图,用树表示和实现集合操作-Kruskal minimum spanning tree algorithm uses the adjacency matrix memory map, with trees and realize that the collection operation
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:19.24kb
    • 提供者:刘生生
  1. dijkstra

    0下载:
  2. 用C语言实现dijkstra算法-Using C language algorithm dijkstra
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2.08kb
    • 提供者:zlwu
  1. c

    0下载:
  2. 快速排序算法,次算法基于分支策略的排序算法,对于输入的数组按从小到大进行排序. 创建一个二叉树的二叉链表结构,然后输出从根结点到所有叶子结点的路径。-quick_sort and binary_tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1.45kb
    • 提供者:Mary
  1. DataStructure

    0下载:
  2. 用C语言编写实现数据结构方面的例子,如栈,队列,二叉树等!-Using C language data structures examples, such as stacks, queues, binary tree, etc.!
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.4mb
    • 提供者:周峤
  1. kruskal1

    0下载:
  2. kruskal算法求解最小生成树  K r u s k a l算法每次选择n- 1条边,所使用的贪婪准则是:从剩下的边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选取的边若产生环路则不可能形成一棵生成树。K r u s k a l算法分e 步,其中e 是网络中边的数目。按耗费递增的顺序来考虑这e 条边,每次考虑一条边。当考虑某条边时,若将其加入到已选边的集合中会出现环路,则将其抛弃,否则,将它选入。-kruskal
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:712byte
    • 提供者:li chao
  1. tongxun

    0下载:
  2. 实现通信功能,方便人们生活中记录,查询,增加,删除等-The realization of communication to facilitate people' s lives in the record, query, add, delete, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2.62kb
    • 提供者:liuruzhe
  1. 1800

    0下载:
  2. 数据结构1800例题与答案 这是一本非常好的数据结构习题集,适合考研的朋友参考。-Example data structure 1800 and the answer to this is a very good set of exercises data structures, suitable for study section of the reference of a friend.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:763.58kb
    • 提供者:张志刚
  1. 1717

    0下载:
  2. PKU1717-多米诺.DP实现,具体的转移方程可以看代码.-PKU1717-domino. DP realized, specific code can be seen the transfer equation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:655byte
    • 提供者:V-Jay
  1. 3497

    0下载:
  2. PKU3497-二分加贪心,具体算法详见代码~-Add PKU3497-II sub-greedy algorithm as detailed in the specific code ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.12kb
    • 提供者:V-Jay
« 1 2 ... .08 .09 .10 .11 .12 713.14 .15 .16 .17 .18 ... 2673 »
搜珍网 www.dssz.com