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

搜索资源列表

  1. matlab for TSP problem

    0下载:
  2. matlab code writen by somebody for TSP problem with tabu search
  3. 所属分类:文档资料

    • 发布日期:2009-05-08
    • 文件大小:43520
    • 提供者:jiajuan911
  1. A hybrid particle swarm optimization algorithm for the vehicle routing problem.pdf

    0下载:
  2. 工程优化的一种新型pso算法。 A hybrid particle swarm optimization algorithm for the vehicle routing problem.pdf
  3. 所属分类:编程文档

  1. maxflow

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

    • 发布日期:2017-03-29
    • 文件大小:6987
    • 提供者:tjj
  1. fl2

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

    • 发布日期:2017-03-29
    • 文件大小:138577
    • 提供者:cdqhei
  1. Estimation_of_multiple_scattering_by_iterative_inv

    1下载:
  2. 多次波的逆散射问题是一个相对难的工程问题。这是2个多次波逆散射的迭代估计的经典文献,大家共享-Multiple wave inverse scattering problem is a relatively difficult engineering problems. This is a two-wave inverse scattering of multiple iterative estimate of classic literature, U.S. share
  3. 所属分类:Project Design

    • 发布日期:2017-04-09
    • 文件大小:1103852
    • 提供者:单昊
  1. MatchingEulertoursandtheChinesepostman

    0下载:
  2. Matching, Euler tours and the Chinese postman.pdf是Edmonds和Johnson1973年,通过使用匹配理论,首次给出中国邮递员问题的多项式时间解法,前无古人,后无需来者。-The solution of the Chinese postman problem using matching theory is given
  3. 所属分类:File Formats

    • 发布日期:2017-05-08
    • 文件大小:1734276
    • 提供者:abrahamlau
  1. The-Traveling-Salesman-Problem

    0下载:
  2. 老外写的论述TSP问题的各种算法及相关论述,可作研究用。-Written by foreigners of various algorithms discussed in TSP problem and the related discussion, can be used for research.
  3. 所属分类:Document

    • 发布日期:2017-03-27
    • 文件大小:387298
    • 提供者:xuhui
  1. 360compkill

    0下载:
  2. The solution of the Chinese postman problem using matching theory is given. The convex hull of integer solutions is described as a linear programming polyhedron. This polyhedron is used to show that a good algorithm gives an optimum solution. The
  3. 所属分类:Project Design

    • 发布日期:2017-05-12
    • 文件大小:3000663
    • 提供者:shuisheng
  1. byljc

    1下载:
  2. 本书共分5章。第1章介绍了博弈论的基本概念和几个典型的例子。第2章和第3章分别介绍了完全信息下的静态博弈和动态博弈;第4章和第5章则介绍了不完全信息下的静态博弈和动态博弈。-This book introduces one of the most powerful tools of modern economics to a wide audience: those who will later construct or consume game-theoretic models. Robert
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:18205
    • 提供者:王密码
  1. Producer-Consumer_Problem

    0下载:
  2. producer-concumer problem with buffering and threads
  3. 所属分类:Project Design

    • 发布日期:2017-04-12
    • 文件大小:1638
    • 提供者:nh
  1. research

    0下载:
  2. The robot path planning problem is a very challenging problem in robotics. The main goal of this problem is to construct a collision-free path from a starting position to an end or destination position. However, this navigation problem includes s
  3. 所属分类:File Formats

    • 发布日期:2017-03-23
    • 文件大小:438163
    • 提供者:mt
  1. vrp

    0下载:
  2. 进化算法及其在全局优化和VRP中的应用的毕业论文-Evolutionary Algorithm and Its Application in GlobalOptimization and Vehicle Routing Problem
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:532929
    • 提供者:炯炯
  1. 1234

    0下载:
  2. 2010最新的用分枝界限法解决最大多样性问题的SCI论文。-This article begins with a review of previously proposed integer formulations for the maximum diversity problem (MDP). This problem consists of selecting a subset of elements from a larger set in such a way that the
  3. 所属分类:Project Design

    • 发布日期:2017-05-01
    • 文件大小:593167
    • 提供者:李利波
  1. b

    0下载:
  2. 一种求解Job-Shop调度问题的 混合自适应变异粒子群算法 -Solving Job-Shop scheduling problem by hybrid particle swarm optimization with adaptive mutation
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:132946
    • 提供者:sunhua
  1. 3-problem-solving11

    0下载:
  2. Problem solving techniques in artificial intelligent subject
  3. 所属分类:File Formats

    • 发布日期:2017-05-09
    • 文件大小:2229248
    • 提供者:abc
  1. readerwriter

    0下载:
  2. 实验一 用信号量来实现读者-写者问题 (一) 实验目的 理解进程(或线程)及信号量的概念 (二) 实验内容 1、定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: 当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 当有其他读者在占用buffer时,读者可对buffer进行读取操作。 当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 当buffer中没有数据时,应等待,直到buffe
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:122786
    • 提供者:镡皓琳
  1. On-the-Hidden-Terminal-Jamming-Problem-in-IEEE-80

    0下载:
  2. Hidden Terminal Jamming Problem in IEEE 802[1].-Hidden Terminal Jamming Problem in IEEE 802[1].11
  3. 所属分类:Development Research

    • 发布日期:2017-03-25
    • 文件大小:105702
    • 提供者:eng2006_moh
  1. Problem-Solving-for-Wireless-Sensor-Networks

    0下载:
  2. Problem Solving for Wireless Sensor Networks
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1944310
    • 提供者:babar
  1. layout-problem

    0下载:
  2. 一次性帮你解决毕业设计论文中的排版问题,非常详细。-One-time to help you solve the layout problem, in the graduate design thesis in great detail. One-time to help you solve the layout problem, in the graduate design thesis in great detail.
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:17145
    • 提供者:
  1. Josephus-Problem

    0下载:
  2. 约瑟夫问题(Josephus Problem)据说著名犹太历史学家 Josephus有过以下的故事:在罗马人占领乔塔帕特后,39 个犹太人与Josephus及他的朋友躲到一个洞中,39个犹太人决定宁愿死也不要被敌人到,于是决定了一个自杀方式,41个人排成一个圆圈,由第1个人开始报数,每报数到第3人该人就必须自杀,然后再由下一个重新报数,直到所有人都自杀身亡为止。 然而Josephus 和他的朋友并不想遵从,Josephus要他的朋友先假装遵从,他将朋友与自己安排在第16个与第31个位置,于是逃过
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:199995
    • 提供者:liu
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com