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

搜索资源列表

  1. 01beibao.rar

    0下载:
  2. 01背包问题,里面有四种算法,分别为动态规划,分支限定发,回溯法和谈新算法!,01 knapsack problem, there are four kinds of algorithms, dynamic programming, respectively, branch limit hair, the new algorithm backtracking peace!
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:248103
    • 提供者:chenchen
  1. travelingSalespersonProblem.ra

    0下载:
  2. 旅行商问题的实现,用分支界限法实现旅行商问题,The realization of traveling salesman problem, and the Limits of Law branch of the realization of traveling salesman problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:196175
    • 提供者:燃烧
  1. zuidatuan.rar

    0下载:
  2. 使用优先队列分支限界法对单源最短路径问题求解,最小堆作为优先队列的存储结构 使用最小堆来存储活结点,解空间树是一个子集树,Priority queue using branch and bound method of single-source shortest path problem solving, and the youngest heap as a priority queue to use the smallest heap storage structure to store s
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1986
    • 提供者:waterfly
  1. shortest-way-java.rar

    0下载:
  2. 分支限界法 单源最短路径问题的 JAVA实现 3个源文件,Branch and bound method single-source shortest path problem JAVA realization of 3 source files
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:2893
    • 提供者:鲁文炳
  1. duanyuanzuiduan.rar

    0下载:
  2. 单源最短路径问题,分支限界法的优先队列解法,最小堆来存储活结点表,表示活结点优先队列,优先级是结点所对应的当前路长,Single-source shortest path problem, branch and bound method of the priority queue method, the smallest heap to store slipknot points table, said slipknot point priority queue, priority is the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:3641
    • 提供者:waterfly
  1. Qkw_Fac6_8.rar

    1下载:
  2. 电路板排列问题的分支限界解法,,本程序取自王晓东编著“算法分析与设计”第 225 页,原程序不通,我调试已通过。 ,Circuit board with the issue of branch and bound method, this procedure from Xiaodong edited Algorithm Analysis and Design section 225, the original procedures for access, I have passed deb
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2012-11-22
    • 文件大小:3103
    • 提供者:qkw
  1. DividePlane

    0下载:
  2. 运筹学中的分支定界法,采用MATLAB编程,比较实用-Operations research branch and bound method, using MATLAB programming, more practical
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1220
    • 提供者:yangzhi
  1. branch_and_board

    1下载:
  2. 在模式识别应用中,用分支定界法(branch-and-board method)进行特征的选择。该程序在matlab环境下实现了该算法,以从六个特征中选择两个最佳特征为例-In pattern recognition applications, using branch and bound method (branch-and-board method) to carry out the characteristics of choice. The program in the matlab e
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:6638
    • 提供者:陈坚
  1. knapsack

    0下载:
  2. 0—1背包问题的五种解法 1贪心法 2动态规划 3回溯 4分支限界 5遗传算法-0-1 knapsack problem greedy algorithm five Solution 1 2 3 back in 4 dynamic programming genetic algorithm branch and bound 5
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:253362
    • 提供者:tunzhao
  1. n_queen

    0下载:
  2. 还是用分支限界法解N皇后问题,已成功运行过。-Using branch and bound Solving N Queens, which has been run successfully over
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1087378
    • 提供者:
  1. TSP

    0下载:
  2. 本程序通过使用分支限界法实现旅行商问题,成功解决了旅行商问题-This procedure achieved by using the branch and bound traveling salesman problem, successfully solved the traveling salesman problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:23765
    • 提供者:mhj
  1. 背包问题用lc分支限界方法

    0下载:
  2. 01背包问题,用lc分支限界方法,做的ppt-01 knapsack problem, using lc branch and bound method, do ppt
  3. 所属分类:软件工程

    • 发布日期:2017-03-26
    • 文件大小:6433
    • 提供者:agui
  1. 01beibao

    0下载:
  2. 这是一个用分支限界法实线01背包问题的说明文档,包含代码-This is a branch and bound method with solid line 01 knapsack problem of documentation, including code
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:22652
    • 提供者:lius
  1. sd

    0下载:
  2. 大家看看 0-1背包的分支界限程序-We look at the 0-1 Knapsack procedures branch boundaries
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2316
    • 提供者:张新明
  1. Fac6_3

    0下载:
  2. //本程序取自王晓东编著“算法分析与设计”第 198 页,例 //装载问题的分支限界解法-//This procedure Xiaodong edited from the Algorithm Analysis and Design, p. 198, for example,// load the problem branch and bound method
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1943
    • 提供者:qkw
  1. branchandbound

    0下载:
  2. 分支限界这一章的课件,经典空间,大家交流呀-Branch and bound this chapter courseware, classic space, we exchange it
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:67483
    • 提供者:agui
  1. SimpMethodProj

    1下载:
  2. [数学问题]用分支定界发解线性混合整数规划问题,JavaSE swing 界面。-[Mathematical problem] Used branch and bound solution fat LMIP problem, JavaSE swing GUI.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:38841
    • 提供者:sea-0108
  1. che

    0下载:
  2. 问题描述:按照国际象棋的规则,车可以攻击与之处在同一行或同一列上的棋子。指南车是有方向的车。横向指南车可以攻击与之处在同一行上的棋子。纵向指南车可以攻击与之处在同一列上的棋子。指南车问题要求在m×n格的棋盘上放置指南车,并确定各指南车的攻击方向,使棋盘上不受指南车攻击的方格数最多。 编程任务:对于给定的m×n格的棋盘和2 个整数x 和y。整数x 表示棋盘上有x个规定方格应放置指南车,但攻击方向未定。整数y表示除了已规定放置位置的x个指南车外,还要在棋盘上放置y个指南车,其位置和攻击方向
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1422
    • 提供者:yxd
  1. BNBGUI

    0下载:
  2. 分支定界算法的GUI版 用来解整数规划问题 相当方便-Branch and bound algorithm for the solution of the GUI version of integer programming problem Convenience ~ ~ ~
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-11
    • 文件大小:526
    • 提供者:guiji
  1. optimal-decision

    0下载:
  2. 最优决策——用几个matlab编程的实例阐述分支定界法的思想是:首先确定目标值的上下界-Optimal decision-making- matlab programming with some examples of the branch and bound method is the idea: First, determine the target of the upper and lower bounds
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:6227
    • 提供者:陈西
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com