CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - assignment problem

搜索资源列表

  1. yunchouxue.rar

    0下载:
  2. 运筹学ppt考试复习专用 第一章  线性规划与单纯形法 第二章  线性规划的对偶理论 第三章  整数规划 第四章  目标规划 第五章  运输与指派问题 第六章  网络模型,Operational research ppt exam review chapter dedicated linear programming and simplex method chapter on linear programming duality theory of integer programmi
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:189138
    • 提供者:jane
  1. KMO(n^3)(HDU2853)

    0下载:
  2. KM算法O(n^3)的代码实现。给出的是哈尔滨赛区C题(HDU 2853)的源码-the code of KM algorithm with the complexity O(n^3). It provides a solution to the problem 2853 in HDU online judge.
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:958
    • 提供者:况凯旋
  1. PROSUM

    0下载:
  2. 编程实现生产者-消费者问题。提示:生产者-消费者问题是一个实现线程同步的问题,生产者线程总是先运行,消费者线程在其后,两者交替运行,在程序中生产者线程和消费者线程可以共享数据,生产者线程为数据赋值,消费者线程将数据返回。可以利用创建Thread类的子类来实现。-Programming producer- consumer issues. Tip: Producer- Consumer problem is an implementation of thread synchronization
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4830
    • 提供者:朱蓉
  1. Assignment_1

    0下载:
  2. Exercise 1: cryptarithm_array.c (2.5 marks). A cryptarithm is a puzzle where digits have to be assigned to the letters of some words, di erent letters being assigned di erent digits, and no word starting with 0, such that a number of conditions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:248715
    • 提供者:章成源
  1. Programming-Assignment-Sharp1

    0下载:
  2. Write a program to solve the problem of locating roots of a nonlinear equation or a system of nonlinear equations, by using (1) the bisection method and (2) Newton’s method. Then discuss the associated roundoff errors of the solutions.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:36618
    • 提供者:li
  1. namespace

    0下载:
  2. 频道分配问题源代码,清华大学第1028道题,算法设计与分析-The source code of the channel assignment problem, Tsinghua University (1028), Algorithm Design and Analysis
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:15385
    • 提供者:吴平
  1. QAP

    0下载:
  2. Genetic Algoritthm MATLAB Code for Quadratic Assignment Problem(QAP)
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:1649
    • 提供者:hamed
  1. SA

    0下载:
  2. 遗传算法用于指派问题,,,,非常的实用,可用于学习遗传算法编程的人参考-Genetic algorithms for assignment problem,,,, very practical, can be used to study genetic algorithm programming Reference
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1555137
    • 提供者:黄建平
  1. CPPexam7zip

    0下载:
  2. 1. 声明一个基类 Animal,有私有整型成员变量 age,构造其派生类 dog,在其成员函 数 SetAge(int n)中直接给 age 赋值,看看会有什么问题,把 age 改为公有成员变量,还会有问题吗?编程试试看。 2. 声明一个基类 BaseClass,有整型成员变量 Number,构造其派生类 DerivedClass, 观察构造函数和析构函数的执行情况。 3. 声明一个车(vehicle)基类,具有 MaxSpeed、Weight 等成员变量,Run、Stop 等
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:839092
    • 提供者:wolf
  1. invertedpendulum-(1)

    0下载:
  2. The “INVERTED PENDULUM, ANALYSIS, DESIGN AND IMPLEMENTATION” is a collection of MATLAB functions and scr ipts, and SIMULINK models, useful for analyzing Inverted Pendulum System and designing Control System for it. This report & MATLAB-files co
  3. 所属分类:Other systems

    • 发布日期:2017-04-23
    • 文件大小:41609
    • 提供者:prem
  1. 2_1

    0下载:
  2. 匈牙利算法解决任务指派问题,即把n个任务指派给n个人要求成本最低。-Hungarian algorithm to solve the task assignment problem, namely the n tasks assigned to n individual requirements lowest cost.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1605
    • 提供者:raining
  1. 2014053082053

    0下载:
  2. 程序1】  题目:古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月        后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少?  1.程序分析:  兔子的规律为数列1,1,2,3,5,8,13,21....  2.程序源代码:  main()  {  long  f1,f2   int  i   f1=f2=1  
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:528
    • 提供者:刘源
  1. Hungary

    0下载:
  2. 匈牙利算法求解指派问题,能够求解大规模的指派问题,经过不同规模问题的测试均无问题。-Hungarian algorithm for assignment problem that can be assigned to solve large-scale problems, the scale of the problem through different tests no problem.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3146
    • 提供者:程征
  1. fp

    1下载:
  2. 指派问题的匈牙利算法,基本算法实现。 Hungarian algorithm for assignment problem(Hungarian algorithm for assignment problem)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:736939535
  1. Assignment 3 Problem 1.tar

    0下载:
  2. CMPT125 assignment 3 problem 1
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:LeoM
  1. Assignment 3 Problem 4.tar

    0下载:
  2. CMPT125 assignment 3 problem 4
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:LeoM
  1. 工作分配问题

    1下载:
  2. 这是一个用C++写的工作分配问题,可供初学者学习使用(This is a work assignment problem written in c ++ that can be used by beginners)
  3. 所属分类:其他

  1. AssignmentSolution

    0下载:
  2. 指派问题的拍卖算法,广义拍卖算法 指派问题的拍卖算法,广义拍卖算法(auction algorithm for assignment problem)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:3072
    • 提供者:yookia
  1. MATLAB代码 遗传算法 信道分配 频谱分配

    2下载:
  2. 用遗传算法解决信道分配问题,用matlab语言描述,实用(Solving Channel Assignment Problem with Genetic Algorithms)
  3. 所属分类:其他

    • 发布日期:2020-04-16
    • 文件大小:1024
    • 提供者:孙泽谦vE5436
  1. die per wafer

    0下载:
  2. Assignment solution of integrated electronics
  3. 所属分类:其他

    • 发布日期:2020-12-13
    • 文件大小:5145600
    • 提供者:Kako khan
搜珍网 www.dssz.com