搜索资源列表

  1. pso_NEW_1

    0下载:
  2. 运用多目标蚁群算法求解旅行商问题,很好的一个程序。-The use of multi-objective Ant Colony Algorithm for Solving Traveling Salesman Problem, a good one.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:刘洋
  1. Knapsack

    0下载:
  2. 用遗传算法解决01背包问题,内附测试数据。-Using genetic algorithms to solve knapsack problem 01, enclosing the test data.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-05
    • 文件大小:266240
    • 提供者:蓝点
  1. MC-Solve

    0下载:
  2. 野人与传教士问题的求解程序,对N=3,K=2给出正确路径-Savage with the missionary problem solving procedures, N = 3, K = 2 are given the correct path
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-05
    • 文件大小:380928
    • 提供者:ninja
  1. maxflow

    0下载:
  2. 关于网络流的一些代码,解题报告有最大流,最小费用最大流等-On a number of network flow code, problem-solving report maximum flow, minimum cost maximum flow, etc.
  3. 所属分类:软件工程

    • 发布日期:2024-05-05
    • 文件大小:7168
    • 提供者:tjj
  1. L-curve

    0下载:
  2. L-曲线法是反问题正则化方法中的参数选取中的重要方法,本程序给出了如何恰当选取其中的参数!-L-curve method is the inverse problem regularization method of parameter selection in an important way, this procedure is given on how to properly select one of the parameter
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:3072
    • 提供者:浙江大学
  1. longest

    0下载:
  2. Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:hzf
  1. 0-1Knapsack.problem

    0下载:
  2. Knapsack problemnew01背包问题(动态规划) 01背包实验报告-Knapsack problemnew01 knapsack problem (dynamic programming) 01 backpack Experimental Report
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-05
    • 文件大小:3212288
    • 提供者:ggq
  1. NqueenProblem

    0下载:
  2. 著名的n皇后问题 在一个棋盘上, 如果任意两个皇后排在同一行或者同一列上就会互相残杀, 此算法用以解决棋盘上n个皇后如何排列才能不互相残杀。 -N the famous Queen s problem in a chessboard, if any two of Queen s in the same line or on the same row will be killing each other, the algorithm to
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-05
    • 文件大小:161792
    • 提供者:piki
  1. minmax

    0下载:
  2. 最小费用最大流问题,是用C实现的,比较高效率-Minimum cost maximum flow problem is to use C to achieve relatively high efficiency
  3. 所属分类:OpenGL

    • 发布日期:2024-05-05
    • 文件大小:14336
    • 提供者:雷毅华
  1. tsp-ga.m

    0下载:
  2. sovling TSP(Travelling Salesman Problem) with GAs -sovling TSP (Travelling Salesman Problem) with GAs
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:li
  1. nlpunc

    0下载:
  2. matlab最优化理论的实现,通过plot功能找出函数的极值问题 。-matlab optimization theory realization of function through the plot function to find the extremum problem.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-05
    • 文件大小:2487296
    • 提供者:吕铭守
  1. TS

    0下载:
  2. TSP问题,即旅行商问题,matlab环境下可以运行-TSP problem, that is, traveling salesman problem, matlab environment can run
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:59392
    • 提供者:刘琴
  1. LinerArange

    0下载:
  2. 动态规划方法视线特殊的(0,1,2)背包问题,获得最佳的物品取舍方案-Dynamic programming special attention (0,1,2) knapsack problem, obtain the best trade-off program items
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-05
    • 文件大小:1288192
    • 提供者:taolizao
  1. VRP

    1下载:
  2. 一个求解车辆路径问题的粒子群算法的源码,用C++编写。-Solving a vehicle routing problem with the particle swarm algorithm source code, using C++ Prepared.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:55296
    • 提供者:ghy
  1. vrptm

    1下载:
  2. 带时间窗的车辆路径问题的粒子群算法,用c++编写的程序来实现。-With time windows of the vehicle routing problem of particle swarm optimization, using c++ Preparation procedures to achieve.
  3. 所属分类:交通/航空行业

    • 发布日期:2024-05-05
    • 文件大小:25600
    • 提供者:ghy
  1. 123tsp

    0下载:
  2. 粒子群优化算法求解车辆路径问题,对初学者来说,是很有帮助的。-Particle Swarm Optimization for vehicle routing problem, for beginners, it is very helpful.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:3072
    • 提供者:gg
  1. 1011423523562

    0下载:
  2. 有关统计学的运筹学之指派问题的匈牙利算法。-Operational research on the statistics of the assignment problem of Hungary algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-05
    • 文件大小:200704
    • 提供者:张晓
  1. hungury

    0下载:
  2. 用编程来实现匈牙利算法,主要解决指派问题,有兴趣的下来看看。-Hungary used to achieve programming algorithm, mainly to solve the assignment problem, interested to see it.
  3. 所属分类:C#编程

    • 发布日期:2024-05-05
    • 文件大小:18432
    • 提供者:张磊
  1. fl2

    0下载:
  2. 理发师问题,多个人等待理发师进行理发,其中涉及任务的分配-Barber problem, wait for more than personal barber for a haircut, which involves the allocation of tasks
  3. 所属分类:软件工程

    • 发布日期:2024-05-05
    • 文件大小:138240
    • 提供者:cdqhei
  1. report

    0下载:
  2. poj解题报告,包括了许多很经典的算法-POJ problem solving reports, including a number of classic algorithms
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:5842944
    • 提供者:michael
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org