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

资源列表

  1. graph

    0下载:
  2. 图的遍历,能够快速找到图中的最短路径,复杂度低-Graph traversal, can quickly find the shortest path map, low complexity
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:521
    • 提供者:xuhaifeng
  1. Floyd

    0下载:
  2. 求多源最短路径的一个算法,编码风格清晰明了-Multi-source shortest path for an algorithm, coding style clear
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:521
    • 提供者:Allan
  1. joseph

    0下载:
  2. 严蔚敏版本数据结构题集约瑟夫环问题的源代码-Yan Wei-min version of the title sets the data structure the source code of the problem, Joseph Ring
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:520
    • 提供者:李悦
  1. BinarySearchLastLoc

    0下载:
  2. 在有序数组中,二分查找给定元素,返回最后出现的位置-Binary search in sorted array, return last appear location of given value
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:520
    • 提供者:王朝阳
  1. Poker

    0下载:
  2. 首先将扑克牌按照一定的顺序依次排列好,然后分别将第一张拿到下面,翻开第二张,再将第三张拿到下面,翻开第四张以此类推,使得翻开的顺序依次为1、2、3、4、5、6、7、8、9、10、11、12、13。求初始的排列顺序是什么。-First, the cards are arranged according to a certain order of good, and then were the first to get the following, opened the second, then t
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:520
    • 提供者:刘燕
  1. kmp

    0下载:
  2. 快速实现模式匹配的kmp算法,时间复杂度仅为O(n*m)-Rapid kmp pattern matching algorithm, time complexity is only O (n* m)
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:519
    • 提供者:xin
  1. Cover_board

    0下载:
  2. 棋盘覆盖问题,,算法中分治法的一个好例子,代码不到100行啊-Chessboard coverage, distributed algorithm for treatment of a good example of the code less than 100 lines ah
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:519
    • 提供者:wanghang
  1. sf

    0下载:
  2. 素数筛选,求1--1000000的素数。-Prime filter, Require 1- 1000000 primes.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:519
    • 提供者:111111
  1. Prim

    0下载:
  2. 数据结构中的PRIM算法,在DEV c++测试通过,数据结构为邻接矩阵-The PRIM algorithm data structure, in DEV c++ test, the data structure of adjacency matrix
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:519
    • 提供者:lizhenye
  1. InsertSort

    0下载:
  2. 插入排序#sort the number from small to big #insert the rest number into an sorted array ,compare with the former element, #if smaller then insert before the element,and all the array number move backward.-Insert Sort
  3. 所属分类:Data structs

    • 发布日期:2017-11-28
    • 文件大小:519
    • 提供者:网络
  1. canshuchuandi

    0下载:
  2. 参数进行值传递的方式有三种,分别是传值(value),传址(address),和传引用(reference) 传值时子函数(被调用者)复制父函数(调用者)传递的值,这样子函数无法改变父函数变量的值 传址时父函数将变量的地址传递给子函数,这样子函数可以能过改写地址里的内容改变父函数中的变量 传引用则是一种看起来像传值调用,而实际上功能同传址一样的传递方式。子函数可以改写父函数的变量值。-Parameters are passed by value in three w
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:519
    • 提供者:张家伟
  1. Cell

    0下载:
  2. 元细胞,具有很好的参考作用,值得一看,细胞机-Neuronal cells, with good reference, worth a visit, cell machine
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:518
    • 提供者:胡同
搜珍网 www.dssz.com