CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - min cost

搜索资源列表

  1. 模拟退火源码

    1下载:
  2. 模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S—R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:53.91kb
    • 提供者:qianyg
  1. matlog

    1下载:
  2. 物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA) procedure, discrete uncapacitated facility location Vehicle routing: VRP, VRP with time windows, traveling salesman problem (TSP) Networks: Sho
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4.63mb
    • 提供者:陈宝文
  1. minimalScreenSaver

    0下载:
  2. This class loads a texture file and prepares it to be used in OpenGL. It can open a bitmap or a targa file. The min filter is set to mipmap b/c they look better and the performance cost on modern video cards in negligible. -This class loads a fi
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:120.7kb
    • 提供者:werwerwer
  1. aodv

    1下载:
  2. opnet下修改AODV路由协议,将min hop routing 改为min cost routing,附说明文档-opnet to modify the AODV routing protocol, the min hop routing changed to min cost routing, attached documentation
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3.09mb
    • 提供者:孙亮
  1. mips16_functions_c32_example

    0下载:
  2. This article covers the so-called "min-cost flow" problem, which has many applications for both TopCoder competitors and professional programmers. The article is targeted to readers who are not familiar with the subject, with a focus more on providin
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:30.33kb
    • 提供者:peter norton
  1. ior44877

    0下载:
  2. This article covers the so-called "min-cost flow" problem, which has many applications for both TopCoder competitors and professional programmers. The article is targeted to readers who are not familiar with the subject, with a focus more on providin
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:738.19kb
    • 提供者:peter norton
  1. ADCDuringSleep

    0下载:
  2. This article covers the so-called "min-cost flow" problem, which has many applications for both TopCoder competitors and professional programmers. The article is targeted to readers who are not familiar with the subject, with a focus more on providin
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:5.03kb
    • 提供者:peter norton
  1. AN1004

    0下载:
  2. This article covers the so-called "min-cost flow" problem, which has many applications for both TopCoder competitors and professional programmers. The article is targeted to readers who are not familiar with the subject, with a focus more on providin
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:7.78kb
    • 提供者:peter norton
  1. ce51xv11

    0下载:
  2. This article covers the so-called "min-cost flow" problem, which has many applications for both TopCoder competitors and professional programmers. The article is targeted to readers who are not familiar with the subject, with a focus more on providin
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:8.24kb
    • 提供者:peter norton
  1. ce67xv11

    0下载:
  2. This article covers the so-called "min-cost flow" problem, which has many applications for both TopCoder competitors and professional programmers. The article is targeted to readers who are not familiar with the subject, with a focus more on providin
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:8.88kb
    • 提供者:peter norton
  1. mcFlo

    0下载:
  2. mcFlo reads a wflograph from stdin, computes a min cost maximum flow using the method specified by the argument and then prints the wflograph with the computed flow.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:600.17kb
    • 提供者:hellrider
  1. min-costflow.java

    0下载:
  2. min cost max flow template in java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:896byte
    • 提供者:moonto
  1. Kruskal

    0下载:
  2. 编程实现Kruskal算法,生成最小代价生成树,其中利用最小堆算法实现。 (随机生成n个点,且随机生成k条边,形成连通图) 根据输入的顶点数的不同,分析时间复杂度。-Implement Kruskal’s algorithm based on min-heap and disjoint set data structure for constructing a minimum cost spanning tree. Generate weighted undirected com
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2.45kb
    • 提供者:许许
  1. Prim

    0下载:
  2. 编程实现Prim算法,基于最小堆数据结构,生成最小代价生成树。 (其中随机生成点和边,形成连通图) 根据输入的顶点数的不同,分析时间复杂度。-Implement Prim’s algorithms based on min-heap and disjoint set data structure for constructing a minimum cost spanning tree. Generate weighted undirected complete graph for
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2.41kb
    • 提供者:许许
  1. 0000437

    0下载:
  2. 2010年ICIP最新文章关于图像复原,提出了2D NHA算法,实验证明了该算法的优越性能。-In this study, we develop a technique for image restoration The proposed method is based on the 2D non-harmonic analy- sis (2D NHA). The 2D NHA algorithm assigns an initial value by using the spect
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:137.02kb
    • 提供者:kongsuhong
  1. Heap-Sort-Algorithm-Pseudo-Code

    0下载:
  2. The heapsort algorithm can be divided into two parts. In the first step, a heap is built out of the data. In the second step, a sorted array is created by repeatedly removing the largest element from the heap, and inserting it into the arra
  3. 所属分类:Algorithm

    • 发布日期:2017-11-02
    • 文件大小:5.9kb
    • 提供者:subodh
  1. PSOANN

    0下载:
  2. This a PSO toolbox implementing Common, Clerc 1", and Trelea types along with an alpha version of tracking changing environments. It can search for min, max, or distance of user developed cost function. Very easy to use and hack with re
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:34.04kb
    • 提供者:songwei
  1. min

    0下载:
  2. 主要实现求钢管运输与订购的最小费用,并运用了floyd算法-The main requirements to achieve the minimum cost of transport and ordering steel, and use the floyd algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:882byte
    • 提供者:hailang
  1. UWB-based-sensor-networks-for-localization-in-min

    0下载:
  2. Wireless sensor networks (WSN) have attached a great attention in the last few years. WSN offer several advantages over the traditional sensor networks, such as elimination of costly wires, security and larger area coverage. In the last few years
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-07
    • 文件大小:1.1mb
    • 提供者:ShAzZ
  1. Network-Optimization

    0下载:
  2. 国外权威讲解最优化问题的书籍,对最小费用流,最佳分配,最短路径等讲解非常透彻-A book for Network Optimization. It is very useful for min cost and min path problem
  3. 所属分类:Education soft system

    • 发布日期:2017-05-07
    • 文件大小:1.06mb
    • 提供者:杜平
« 12 »
搜珍网 www.dssz.com