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

资源列表

« 1 2 ... .48 .49 .50 .51 .52 2453.54 .55 .56 .57 .58 ... 2673 »
  1. integratingordering

    0下载:
  2. 归并排序:将数组划分为小数组,通过局部的有序合并,解决问题 算法平均时间复杂度: O(nlogn)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:868byte
    • 提供者:朱洁
  1. spanningtree

    0下载:
  2. 求解最小生成树问题,输入邻接矩阵权值,可以得到结果,使用于数据结构、图论和运筹学.-Solve the minimum spanning tree problem, enter the weight adjacency matrix, can be the result of the use of data structures, graph theory and operations research.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:868byte
    • 提供者:梁军
  1. 1027-1

    0下载:
  2. 五十位小数的开方 使用者输入一个整数即可出现答案-50 decimal prescribing users can enter an integer answer appears
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:868byte
    • 提供者:gogo
  1. duoxiangshi

    0下载:
  2. 数据结构 多项式的加法运算 希望能帮助大家-Data structure of the additive polynomial computing to help you
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:868byte
    • 提供者:tt
  1. wuxiangtu6

    0下载:
  2. 克鲁斯卡尔算法构造最小生成树克鲁斯卡尔算法构造最小生成树-Kruskal Algorithm Kruskal minimum spanning tree algorithm for minimum spanning tree structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:868byte
    • 提供者:kingdom9
  1. FILE002

    0下载:
  2. 栈的的应用和链表基本操作,迷宫路径问题(找到出口)-Stack of applications and list of basic operations, the maze routing problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:868byte
    • 提供者:林慕青
  1. FLOYD

    0下载:
  2. FLOYD课程设计 , 超市选址问题,选出最佳的超市地点-FLOYD curriculum design, supermarket location problem, select the best supermarket locations
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:868byte
    • 提供者:丘鹏
  1. getRandomMethodFour

    0下载:
  2. 用四种方式实现从26个字母中随机取num个不重复的字母-Four randomly selected from the 26 letters num duplicate letters
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:868byte
    • 提供者:you
  1. mp

    0下载:
  2. /*冒泡排序-----从大到小 *前一个和后一个两两比较,若小于则交换,直到最后一个元素,即小的冒泡,大的下沉 *每一循环都会从待排序的数中找出一个最小值,排到这组数据的最末端或首段,即冒泡 *对于n个数冒泡排序的最大趟数是n - 1,每一趟排序都会在这组待排序的数中产生一个最小值, */-/* Bubble sort----- from largest to smallest* before and after a twenty-two, if less than the ex
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:868byte
    • 提供者:雷海军
  1. BinarySearch

    0下载:
  2. 对已排序的数组分别用迭代递归两种算法进行折半查找。-An array of the sort of has respectively with iterative recursion algorithm of two binary search.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:867byte
    • 提供者:
  1. space-station-shield

    0下载:
  2. zoj 题中space station shield 题的源码和注释-space station shield s solution for ACM training
  3. 所属分类:Data structs

    • 发布日期:2017-12-08
    • 文件大小:867byte
    • 提供者:vicenzojin
  1. lab

    0下载:
  2. 对于初始给定的数组,通常存在多个长度大于1的已自然排好序的子数组段.例如,若数组a中元素为{4,8,3,7,1,5,6,2},则自然排好序的子数组段有{4,8},{3,7},{1,5,6},{2}.用一次对数组a的线性扫描就足以找出所有这些排好序的子数组段.然后将相邻的排好序的子数组段两两合并,构成更大的排好序的子数组段({3,4,7,8},{1,2,5,6}).继续合并相邻排好序的子数组段,直至整个数组已排好序。-For the initial given array, usually pre
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:867byte
    • 提供者:cqd
« 1 2 ... .48 .49 .50 .51 .52 2453.54 .55 .56 .57 .58 ... 2673 »
搜珍网 www.dssz.com