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

资源列表

« 1 2 ... .28 .29 .30 .31 .32 433.34 .35 .36 .37 .38 ... 2673 »
  1. folyd

    0下载:
  2. 1.求所有点对的最短路径问题,设G=(V,E)是一个有向图,其中的每条边(i,j)由一个非负的长度l[i,j],如果从顶点i到顶点j没有边,则l[i,j]=∞。要找出从每个顶点到其他所有顶点的距离,这里从顶点x到顶点y的距离是指从x到y的最短路径的长度。 2. 通过一个图的权值矩阵求出它的每两点间的最短路径矩阵。 3. 从图的带权邻接矩阵A=[a(i,j)] n×n开始,递归地进行n次更新,即由矩阵D(0)=A,按一个公式,构造出矩阵D(1);又用同样地公式由D(1)构造出D(2);……
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:4127
    • 提供者:suyu
  1. 5exp1

    0下载:
  2. 数据结构 c++邻接表构图 深度遍历和广度遍历-C++ adjacency list data structure traversal depth and breadth traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1126
    • 提供者:张天
  1. st

    0下载:
  2. 数塔问题的解决算法,用于计算数塔中从顶层走到底层,若每一步只能走到相邻结点,则经过的结点的数字之和最大是多少。-Number of tower problem algorithm used to calculate the number of the tower from the top go bottom, each step can only be reached if the adjacent nodes, then after the number of nodes and the ma
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:571935
    • 提供者:张智
  1. shujujiegou_calculate

    0下载:
  2. 基于MFC的计算器程序。类型同windows的计算器程序。利用数据结构的知识。-MFC-based calculator program. Type with the windows calculator program. Using the knowledge of the data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2379263
    • 提供者:wang
  1. dongwugame

    0下载:
  2. 一款基于MFC的动物游戏程序。用到数据结构的树形结构。-An MFC-based animal games. Tree data structure used.
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3545075
    • 提供者:wang
  1. btsystem

    0下载:
  2. 基于MFC的北京铁路公交系统,利用C++程序编写。为北京理工大学数据结构结课作业。-MFC-based Beijing rail transit system, using C++ programming. Data structures for the Beijing Institute of Technology knot class job.
  3. 所属分类:Data structs

    • 发布日期:2017-05-22
    • 文件大小:6947688
    • 提供者:wang
  1. data

    0下载:
  2. 将N(1<= N <= 200000)个整数小到大连续编号,相同的数应具有相同的编号。并按这N个数输入时的顺序输出它们的编号序列。-The N (1 < = N < = 200000) of small to large continuous integer number, the same number should have the same number. According to the number of inputs of the N output in the
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:337693
    • 提供者:
  1. cow2

    0下载:
  2. x年出生的母牛从第x+m年开始到第x+n年止(含, 1 < m < n)每年生小母牛一头,并在第x+p(n < p < 70)年被淘汰。设第0年有刚出生的小母牛一头,求第k(k > 0)年存栏母牛多少头。-x cows born from x+m began to x+n Year ended (including, 1 < m < n) born heifers a year, and in the first x+p (n < p < 70) w
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:333159
    • 提供者:
  1. nprime

    0下载:
  2. 给定一个整数N(2 <= N <= 8),生成所有的具有下列特性的特殊的N位质数:其前任意位都是质数。-Given an integer N (2 < = N < = 8), to generate all of the following characteristics of the particular N-bit prime number: it before any bits are prime numbers.
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:165102
    • 提供者:
  1. rotate

    0下载:
  2. 输入一个自然数N(2≤N≤9),要求输出如下的螺旋矩阵,即边长为N*N,元素取值为1至N*N,1在左上角,呈顺时针方向依次放置各元素。-Enter a natural number N (2 ≤ N ≤ 9), the required output of a screw matrix, i.e. a side length of N* N, elements in the range 1 to N* N, 1 in the upper left, showing the elements ar
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:166646
    • 提供者:
  1. 123

    0下载:
  2. 液压气动设备计算 工作压力缸筒内径安全系数抗压指数-Hydraulic and pneumatic equipment working pressure cylinder diameter calculated safety factor of compression index
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:290789
    • 提供者:何军
  1. tablelink

    0下载:
  2. 本程序实现任意两个线性表的简单自然连接过程,它可以根据指定的连接条件实现连接。-The program implements a simple linear form any two natural connection process, it can be realized according to the conditions specified connection connection.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:329744
    • 提供者:李智乾
« 1 2 ... .28 .29 .30 .31 .32 433.34 .35 .36 .37 .38 ... 2673 »
搜珍网 www.dssz.com