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

搜索资源列表

  1. 用分枝定界法求解TSP

    2下载:
  2. 分支定界法可以求解小规模的TSP问题,这个例子是用vc编写的-branch and bound method can solve small-scale TSP, this example was prepared by the vc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.61kb
    • 提供者:yy
  1. 货郎担分枝限界图形演示

    0下载:
  2. 货郎担分枝限界图形演示 问题描述:某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。-traveling salesman Branch and Bound graphic demonstration Problem descr iption : A salesman to a number of cities to sell commodities, the known distance
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.15kb
    • 提供者:林周
  1. 01背包问题

    0下载:
  2. 采用分枝限界法解决0/1背包问题! 本人上机实习作业,通过老师验收,合格! 针对部分上机实习的同学可以来下~-used Branch and Bound France 0 / 1 knapsack problem! I practice on the machine operations, acceptance by the teachers, qualified! In view of the attachment on the machine for students to the
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.78kb
    • 提供者:张锐
  1. wuziqibyght

    0下载:
  2. Borland C++编程 五子棋的小游戏 里边有编译的结构 学习人工智能所作 使用了分枝算法-Borland C programming renju the game inside a small structure study compiled by the use of artificial intelligence algorithms Mycobacterium
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:854.88kb
    • 提供者:夏虫
  1. Branchboundalgorithmtosolvthetravellingsalesmanpro

    0下载:
  2. 货郎担限界算法.c,货郎担分枝限界图形演示.c-traveling salesman Bound algorithm. C, traveling salesman Branch and Bound graphic demonstration. C
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7.19kb
    • 提供者:李天鸿
  1. 01package

    0下载:
  2. 背包问题优先队列分枝限界算法 所谓的背包问题,可以描述如下:一个小偷打劫一个保险箱,发现柜子里有N类不同大小与价值的物品,但小偷只有一个容积为M的背包来装东西,背包问题就是要找出一个小偷选择所偷物品的组合,以使偷走的物品总价值最大。这个问题的求解有很多种方法,本程序使用分枝限界法求解。-knapsack problem Branch and Bound priority queue algorithm called knapsack problem can be described as f
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.87kb
    • 提供者:王涛
  1. tsp.c

    1下载:
  2. 求解货郎担问题的分枝限界算法,程序中有较为详细的注释-solving the traveling salesman problem Branch and Bound algorithm, procedures are more detailed Notes
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3.38kb
    • 提供者:郎风华
  1. aglorithm

    0下载:
  2. 问题算法源代码:骑士遍历、万年历、N皇后问题回溯算法、动态计算网络最长最短路线、货郎担分枝限界图形演示、货郎担限界算法、矩阵乘法动态规划、网络最短路径Dijkstra算法-problems algorithm source code : Knight traversal, calendar, N Queens backtracking algorithms, Dynamic computing network longest shortest routes, traveling salesman
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:23.14kb
    • 提供者:安德里周
  1. MATLAB_FD

    0下载:
  2. 整数规划的分枝定界法在MATLAB中的实现-integer programming branch of the profession in the realization of MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.56kb
    • 提供者:叶文敏
  1. search_method

    0下载:
  2. 搜索算法——包含回溯法、分枝定界和贪心法
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.03kb
    • 提供者:chen
  1. graphic

    0下载:
  2. 用分枝界限法找图的最短路径,并显示结果。
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-16
    • 文件大小:1.92kb
    • 提供者:莫海波
  1. 分枝定界算法

    0下载:
  2. 分枝定界算法描述,文本形式!-branch-and-bound algorithm descr iption, in text form!
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:15.15kb
    • 提供者:王林
  1. 货郎担分枝限界算法图形

    0下载:
  2. 货郎担 分枝限界算法图形求解货郎担问题的分枝限界算法图形演示-traveling salesman Branch and Bound graphics algorithm to solve the traveling salesman problem Branch and Bound algorithm graphic demonstration
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4.12kb
    • 提供者:李宏亮
  1. fenzhidingjieMATLAB

    0下载:
  2. 分枝定界法求解整数规划的MATLAB实现-Branch and Bound Method for Solving Integer Programming MATLAB to achieve
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:40.43kb
    • 提供者:彭刚
  1. bnb20

    0下载:
  2. 非线性整数规划算法,求解非线性整数规划活混合规划问题,常用的算法是分枝定界算法。基于该算法编成的现成函数bnb20()-Nonlinear integer programming algorithm for solving nonlinear mixed integer programming live planning problem, commonly used algorithms are branch-and-bound algorithm. Based on the algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:135.39kb
    • 提供者:wangjunxia
  1. Branch-and-Price

    0下载:
  2. Branch—and—Price,一种广义分枝定界或分枝定界的扩展算法,它允许列生成过程应用于整个分枝定界树-The philosophy of branch-and-price is similar to that of branch-and-cut except that the procedure focuses on col- umn generation rather than row generation.
  3. 所属分类:File Formats

    • 发布日期:2017-03-26
    • 文件大小:607.47kb
    • 提供者:abrahamlau
  1. BNB

    0下载:
  2. 工具箱 (分枝定界法工具箱) matlab 中使用-Toolbox (Toolbox branch and bound method) matlab use
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:138.29kb
    • 提供者:guiji
  1. maxProfitBBKnapsack

    0下载:
  2. 用vc++6编写的程序,采用最大收益分枝定界法,解决背包问题。-Vc++6 prepared with the procedure for the maximum benefit from branch and bound method to solve knapsack problem.
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1.12mb
    • 提供者:柳春锋
  1. shuxuesuanfa

    1下载:
  2. 包括分枝定界算法,线性规划单纯形算法,马尔可夫链算法,贝叶斯决策方法,生产计划算法,动态规划的投资问题的C语言解决-Including the branch-and-bound algorithm, linear programming simplex algorithm, Markov chain algorithms, Bayesian decision-making methods, production planning algorithms, dynamic programming i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:616.53kb
    • 提供者:宇航
  1. 用分枝定界法求解整数线性规划问题

    1下载:
  2. matlab代码,用分枝定界法求解整数线性规划问题。(Matlab code, use the branch and bound method for solving integer linear programming problem.)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:3kb
    • 提供者:why0719
« 12 3 4 »
搜珍网 www.dssz.com