搜索资源列表

  1. GA_01Knap

    0下载:
  2. 用遗传算法解决背包问题,可以求最优解,也可以自己设定次数-using genetic algorithms to solve knapsack problem, the optimal solution can help, can set its own number
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-06
    • 文件大小:2065408
    • 提供者:
  1. sa_tsp1.m

    0下载:
  2. 模拟退火算法解决stp问题的例程,直接运行即可,可以通过改变参数得到不同的图。-simulated annealing algorithm to solve the problem stp routines, can be run directly. by changing the parameters can be different plans.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:刘惠
  1. SATSP-MATLAB1

    0下载:
  2. 再加一个SA的程序说明文件 车辆路径问题-SA with a descr iption of the procedures for document vehicle routing problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:吴勇
  1. jiucan

    0下载:
  2. 哲学家就餐问题,本人已经在网上找了很久啦,希望能和大家分享-dining philosophers problem, I have to find on the Internet-- for a long time, and we hope to share
  3. 所属分类:C#编程

    • 发布日期:2024-05-06
    • 文件大小:3072
    • 提供者:ken
  1. 01knap_Dynamic_Programming

    0下载:
  2. 本文通过研究动态规划原理,提出了根据该原理解决0/1背包问题的方法与算法实现,并对算法的正确性作了验证.观察程序运行结果,发现基于动态规划的算法能够得到正确的决策方案且比穷举法有效.-through research paper on dynamic programming, According to the principle of resolving the 0/1 knapsack problem with the algorit
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-06
    • 文件大小:10240
    • 提供者:汤烈
  1. PackageProblem

    0下载:
  2. 实现背包问题 package problem 1. 问题描述 假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解: (1,4,3,2)、(1,4,5)、(8,2)、(3,5,2)。 2. 基本
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-06
    • 文件大小:9216
    • 提供者:李昭明
  1. 0_1question

    0下载:
  2. 计算机算法中著名的0_1背包问题:给定n种物品和一背包。物品i的重量是Wi,其价值为Vi,背包的容量是c,问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大。-computer algorithm famous 0_1 knapsack problem : given n product and a backpack. I articles of the weight of Wi, the value of Vi and ba
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-06
    • 文件大小:11264
    • 提供者:贾明明
  1. vrpnewGASA

    0下载:
  2. 遗传算法求解车辆路径问题,没有解压缩的密码。-Genetic Algorithm for vehicle routing problem, no extract passwords.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-06
    • 文件大小:33792
    • 提供者:王德东
  1. WindowsApplication24zhang

    0下载:
  2. 模拟退火和遗传算法混和求解车辆路径问题的程序,没有解压密码。-simulated annealing and genetic algorithms hybrid vehicle routing problem solving process, not extracting passwords.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-06
    • 文件大小:33792
    • 提供者:王德东
  1. 456456413786

    0下载:
  2. 数据结构课程设计打包下载,包括两个1.约瑟夫环 2.最小生成树问题!!!我已经交给老师,发给大家参考一下-data structure course design package download, including two one. Josephus 2. The minimum spanning tree problem! ! ! I was handed over to the teachers, to your referen
  3. 所属分类:数据库编程

    • 发布日期:2024-05-06
    • 文件大小:8192
    • 提供者:xing
  1. lotteryproblem

    0下载:
  2. 彩票中的数学lottery problem.pdf-lottery math lottery problem.pdf
  3. 所属分类:电子书籍

    • 发布日期:2024-05-06
    • 文件大小:227328
    • 提供者:肖晨光
  1. tsp.c

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

    • 发布日期:2024-05-06
    • 文件大小:3072
    • 提供者:郎风华
  1. TheDynamicAssignmentProblem

    0下载:
  2. The Dynamic Assignment Problem,动态排班问题,使用到了各个智能算法-The Dynamic Assignment Problem, dynamic scheduling problems, use of the various intelligent algorithm
  3. 所属分类:软件工程

    • 发布日期:2024-05-06
    • 文件大小:539648
    • 提供者:sealyu
  1. hungry

    0下载:
  2. 用匈牙利算法解决二部图的最优匹配问题,可用于多任务的指派问题的解决.-Hungary algorithm used to solve the two plans optimal matching can be used for many tasks assigned to resolve the problem.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:163840
    • 提供者:周华兵
  1. beibao__1wei

    0下载:
  2. 背包问题得模拟退火解法实现,调试通过,觉得有收藏价值。-knapsack problem in the simulated annealing method to achieve, through debugging feel the collectible value.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:李物
  1. lunch

    0下载:
  2. 哲学家进餐问题 在多线程中如何避免死锁。 问题描述:有五位哲学家围绕着餐桌坐,每一位哲学家要么思考 要么等待,要么吃饭。为了吃饭,哲学家必须拿起两双筷子(分 别放于左右两端)不幸的是,筷子的数量和哲学家相等,所以每 只筷子必须由两位哲学家共享-dining philosophers problem in multithreaded how to avoid deadlock. Problem descr ipt
  3. 所属分类:系统编程

    • 发布日期:2024-05-06
    • 文件大小:34816
    • 提供者:何冰
  1. tourzxh

    0下载:
  2. 旅行商问题,动态规划,附加说明文档,是程序竞赛的经典题-traveling salesman problem, dynamic programming, additional documentation, and procedures of the classic title race
  3. 所属分类:Windows编程

    • 发布日期:2024-05-06
    • 文件大小:17408
    • 提供者:周狼
  1. eating-apple-problem

    0下载:
  2. 吃苹果eating apple problem问题代码-eat apples problem was eating apple code
  3. 所属分类:文件格式

    • 发布日期:2024-05-06
    • 文件大小:4096
    • 提供者:ws
  1. lamb_problem

    0下载:
  2. Lamb problem: The analytical solution of vertical point source. This is very important for synthetic modeling-Lamb problem : The analytical solution of vertical point sour ce. This is very important for synthetic modeli
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:lyh
  1. 2_8.c

    0下载:
  2. 约瑟夫环问题 采用C语言编写 没有用链表 而是用数组实现-Josephus problem using C language does not use chain instead of the array to achieve
  3. 所属分类:书籍源码

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

源码中国 www.ymcn.org