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

搜索资源列表

  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. fenzhi

    0下载:
  2. 通过分支限界的方法,求解1到n的最短路径。设数组a保存图的邻接矩阵,0-9号,共10个节点。节点1为源点,n为目标点.-Through the branch and bound approach for solving 1 to n shortest path. A preservation plan for an array of adjacency matrix ,0-9, a total of 10 nodes. Node 1 is the source, n for the target
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2672
    • 提供者:
  1. Branch_Prediction_Dual-Core

    0下载:
  2. analog device vdsp branch prediction tutorial
  3. 所属分类:DSP program

    • 发布日期:2017-04-26
    • 文件大小:16946
    • 提供者:Shao Wenjian
  1. shortestpaths

    0下载:
  2. 一个不错的源码,关于分支限界求单源最短路径,java,推荐给大家共享,希望能相互学习-A good source, on the branch and bound for single-source shortest path, java, recommend to all to share, hoping to learn from each other
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2655
    • 提供者:fzb
  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. 45665972BoundAndBranch

    0下载:
  2. Algoritm branch and bound and shortest path in C
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:31033
    • 提供者:Adas
  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
    • 文件大小:138639
    • 提供者:wangjunxia
  1. 3D-BPP

    0下载:
  2. 3DBPP BRANCH AND BOUND
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-29
    • 文件大小:416226
    • 提供者:蔡鹏
  1. TravelingSalespersonProblem_TSP_codes

    0下载:
  2. Traveling Salesperson Problem Our branch-and-strategy splits a branch and bound solution into two groups: one group including a particular arc and the other excluding this arc. 1.Each splitting incurs a lower bound and we shall traverse the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:135066
    • 提供者:黃文岩
  1. bestsearch

    0下载:
  2. 分支定界,找出最优解,此编程是以六个特征为例进行编程的。-Branch and bound, to find the optimal solution, this program is based on six characteristics of the program as an example.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3548
    • 提供者:陈西
  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. 750

    0下载:
  2. A branch-and-bound algorithm for asymmetric TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:14835
    • 提供者:foxman
  1. d_function

    0下载:
  2. 分支限界tsp算法中求下界函数的值。有中文注释。-Tsp branch and bound algorithm for the lower bound of the value function. Chinese Notes.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:886578
    • 提供者:吴男
  1. MIPS

    4下载:
  2. 带分支预测的MIPS流水线的verilog原代码。 详细介绍了流水线的设计代码-Branch prediction with the MIPS pipeline verilog source code. Details of pipeline design code
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2013-05-17
    • 文件大小:17294
    • 提供者:张鹤
  1. Branch

    0下载:
  2. java建立一棵包含六个分枝点的树 java建立一棵包含六个分枝点的树-java to establish a six-point tree branch
  3. 所属分类:JavaScript

    • 发布日期:2017-03-26
    • 文件大小:1280
    • 提供者:KevinLee
  1. game1

    1下载:
  2. 分支限界法算法作业:图形变换问题解题报告和源代码。问题描述:给定2个4×4方格阵列组成的图形A和B,每个方格颜色为黑色或白色。方格阵列中有公共边的方格称为相邻方格。图形变换问题的每一步可以交换相邻方格的颜色。试设计一个队列式分支限界算法,计算最少需要多少步变换,才能将图形A变换成图形B。-Branch and bound algorithm operation: graphics transform the issue of problem-solving reports and source
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:72980
    • 提供者:吴钦阳
  1. Unwrap2D

    0下载:
  2. Goldstein s branch cut phase unwrapping method.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:40442
    • 提供者:midar
  1. backpackbranchandbound

    0下载:
  2. 这是传统智能优化背包问题用VC++ 6.0的实现,是对背包问题分支限界的可视化算法实现-This is a traditional intelligent optimization knapsack problem VC++ 6.0 with the realization of knapsack problem is the visualization of branch and bound algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:179094
    • 提供者:yangke
  1. branch_prediction_simulatot

    0下载:
  2. the five branch prediction simulators,it can simulate by using different trace file, and can be compared with different simulator -five branch prediction simulators of computer archicture
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:5641
    • 提供者:chen
  1. branch

    0下载:
  2. C/S模式下 listview控件分页功能实现-C/S model listview branch function
  3. 所属分类:CSharp

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