CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - np

搜索资源列表

  1. packing

    4下载:
  2. Rectangle Packing NP难问题求解,二维装箱问题代码-Rectangle Packing
  3. 所属分类:Special Effects

    • 发布日期:2016-01-24
    • 文件大小:2048
    • 提供者:陈兆
  1. Knap

    0下载:
  2. 矩形条带装箱问题(RSPP)是指将一组矩形装入在一个宽度固定高度不限的矩形容器中,以期 获得最小装箱高度.RSPP理论上属于NP难问题,在新闻组版、布料下料以及金属切割等工业领域中 有着广泛的应用.为解决该问题,采用了一种混合算法,即将一种新的启发式算法—— 动态匹配算 法—— 与遗传算法结合起来.混合算法中,动态匹配算法能根据4类启发式规则动态选择与装填区域相 匹配的下一个待装矩形,同时将装箱后所需容器高度用遗传算法的进化策略进行优化.对2组标准测试 问题的计算结果表明,相
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:477582
    • 提供者:郭事业
  1. otsu111

    0下载:
  2. Otsu算法步骤如下: 设图象包含L个灰度级(0,1…,L-1),灰度值为i的的象素点数为Ni ,图象总的象素点数为N=N0+N1+...+N(L-1)。灰度值为i的点的概率为: P(i) = N(i)/N. 门限t将整幅图象分为暗区c1和亮区c2两类,则类间方差σ是t的函数: σ=a1*a2(u1-u2)^2 (2) 式中,aj 为类cj的面积与图象总面积之比,a1 = sum(P(i)) i->t, a2 = 1-a1 uj为类cj的均值,u1 = sum(i*P(
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1549115
    • 提供者:燕子一舞
  1. cs-np

    0下载:
  2. 基于压缩感知的图像恢复重建的实验源代码以及相关图片及文件-Compressed sensing image reconstruction experiment source code and related images and documents
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:22230625
    • 提供者:np
  1. queen8

    0下载:
  2. 遗传算法解决八皇后问题。八皇后问题是一个NP问题,它的目标是把国际象棋的八个皇后摆在8X8的棋盘上,使得没有一个皇后能俘获任何别的皇后,即每一行每一列仅有一个皇后,每条对角线上至多有一个皇后。-Genetic algorithms to solve the eight queens problem. Eight queens problem is an NP problem, and its goal is to place the chess queen on the eight 8X8 ch
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2771
    • 提供者:冯姥姥
  1. cts-pp-2k13

    0下载:
  2. In this paper, we present an improved and discrete version of the Cuckoo Search (CS) algorithm to solve the famous traveling salesman problem (TSP), an NP-hard combinatorial optimisation problem.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-29
    • 文件大小:99909
    • 提供者:fudi
  1. Handwritten-Digit

    1下载:
  2. 应用KNN和NP算法对MINSET数据库进行手写数字识别-KNN algorithm application and NP MINSET Digital Recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-06-18
    • 文件大小:28430336
    • 提供者:zhou
  1. KSVD_Matlab_ToolBox

    1下载:
  2. 压缩感知 相关程序 kSVD 分块压缩感知程序(matlab).doc NP 算法 OMP 算法-Compression perception kSVD related procedures Block compression awareness program (matlab). Doc NP algorithm OMP algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-05-21
    • 文件大小:6314657
    • 提供者:yan
  1. fgm_2012_05_12

    0下载:
  2. 分解图匹配(Factorized Graph Matching)源码-Graph matching (GM) is a fundamental problem in computer science, and it plays a central role to solve correspondence problems in computer vision. GM problems that incorporate pairwise constraints can be formulate
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:7779670
    • 提供者:GuoWei
  1. 新建文件夹

    0下载:
  2. %分别对存在捕获效应和不存在捕获效应时的时隙ALOHA协议性能进行仿真。 %分别对存在捕获效应和不存在捕获效应时的ALOHA协议性能进行仿真。 %分别对存在捕获效应和不存在捕获效应时的np-CSMA协议性能进行仿真(%, respectively, to simulate the performance of slotted ALOHA protocol when there is capture effect and no capture effect. %, respec
  3. 所属分类:图形图象

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:xuxianfeng
  1. img_show

    0下载:
  2. pil,matplotlib,opencv三种方式显示图像,封装成函数,输入参数为np.array或者文件路径,包含了显示的图片文件(PIL, Matplotlib, opencv, the three ways of displaying images, encapsulated into functions, input parameters to np.array or file paths, including the displayed picture files)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-09
    • 文件大小:541696
    • 提供者:weirmicle
  1. 6629886

    0下载:
  2. 用遗传算法解0 1背包问题,背包问题是著名的NP完备类困难问题,此处给出解法,()
  3. 所属分类:图形图像处理

搜珍网 www.dssz.com