搜索资源列表

  1. Branch_Prediction_Dual-Core

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

    • 发布日期:2024-05-17
    • 文件大小:16384
    • 提供者: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. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:fzb
  1. SimpMethodProj

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

    • 发布日期:2024-05-17
    • 文件大小:38912
    • 提供者:sea-0108
  1. fzdj

    0下载:
  2. 分支定界算法C语言实现源程序,标准C源代码,直接可以运行,程序有详细的说明-Branch and bound algorithm for C language source code implementation, the standard C source code can run directly, the program has a detailed descr iption of
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:146432
    • 提供者:wanghao
  1. 45665972BoundAndBranch

    0下载:
  2. Algoritm branch and bound and shortest path in C
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:30720
    • 提供者: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 alg
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:138240
    • 提供者:wangjunxia
  1. 3D-BPP

    0下载:
  2. 3DBPP BRANCH AND BOUND
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:415744
    • 提供者:蔡鹏
  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 b
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:135168
    • 提供者:黃文岩
  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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:陈西
  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例程

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:陈西
  1. 750

    0下载:
  2. A branch-and-bound algorithm for asymmetric TSP
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:14336
    • 提供者:foxman
  1. d_function

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

    • 发布日期:2024-05-17
    • 文件大小:886784
    • 提供者:吴男
  1. branch_algorithm

    0下载:
  2. 利用分支定届算法实现线性混合整数规划模型的求解(MATLAB代码)- using branch algorithm to solve the mixed integer linear programming model (MATLAB code)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:8192
    • 提供者:Lizzer Wee
  1. TSP_BranchAndBound

    0下载:
  2. Solving the TSP problem using the Branch and Bound Algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:30720
    • 提供者:nabilnapel
  1. BranchBound

    0下载:
  2. 算法作业,采用分支定界算法,求解最小路径问题-Algorithm operations, branch and bound algorithm for solving the minimum path problem
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:206848
    • 提供者:成柳
  1. BNB20

    0下载:
  2. branch-and-bound-tree algotihm for optimization
  3. 所属分类:TreeView控件

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:amir
  1. BABA

    0下载:
  2. TSP问题的求解,分支限界,利用分支限界求TSP问题-TSP Soulution using branch and bound
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:198656
    • 提供者:gaoxiang
  1. MIPS

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

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

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

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:KevinLee
  1. game1

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

    • 发布日期:2024-05-17
    • 文件大小:72704
    • 提供者:吴钦阳
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org