搜索资源列表

  1. changyong

    0下载:
  2. 动态规划分治算法概率算法模拟退火算法神经网络搜索算法贪婪算法网上matlab遗传算法组合算法Floyd算法-dynamic programming algorithm partition probability algorithm simulated annealing neural network algorithm for the greedy algorithm search online matl ab genetic algo
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2731255
    • 提供者:dgdfgd
  1. Floyd-Warshall-c-chengxi

    0下载:
  2. Floyd-Warshall算法描述 1)适用范围: a)APSP(All Pairs Shortest Paths) b)稠密图效果最佳 c)边权可正可负 2)算法描述: a)初始化:dis[u,v]=w[u,v] b)For k:=1 to n For i:=1 to n For j:=1 to n If dis[i,j]>dis[i,k]+dis[k,j] Then Dis[I,
  3. 所属分类:书籍源码

    • 发布日期:2024-06-08
    • 文件大小:3072
    • 提供者:江晨
  1. Floyd-Steinberg

    0下载:
  2. 利用误差扩散算法中的Floyd-Steinberg抖动算法来对图像进行二值化处理,从而方便图像调频加网输出-The use of error diffusion algorithm of Floyd-Steinberg dithering algorithm to image binarization treatment, thus facilitating image output FM Screening
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-08
    • 文件大小:260096
    • 提供者:xiaoxin
  1. Floyd

    0下载:
  2. 用来处理路径优化等问题的FLOYD等算法。-Used to deal with issues such as path optimization algorithm FLOYD, etc..
  3. 所属分类:matlab例程

    • 发布日期:2024-06-08
    • 文件大小:5120
    • 提供者:崔宁
  1. floyd

    0下载:
  2. floyd算法求最短路matlab实现的实例-floya by matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-06-08
    • 文件大小:1024
    • 提供者:shan

源码中国 www.ymcn.org