搜索资源列表
-
0下载:
运筹学ppt考试复习专用
第一章 线性规划与单纯形法
第二章 线性规划的对偶理论
第三章 整数规划
第四章 目标规划
第五章 运输与指派问题
第六章 网络模型,Operational research ppt exam review chapter dedicated linear programming and simplex method chapter on linear programming duality theory of integer programmi
-
-
0下载:
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.
-
-
0下载:
编程实现生产者-消费者问题。提示:生产者-消费者问题是一个实现线程同步的问题,生产者线程总是先运行,消费者线程在其后,两者交替运行,在程序中生产者线程和消费者线程可以共享数据,生产者线程为数据赋值,消费者线程将数据返回。可以利用创建Thread类的子类来实现。-Programming producer- consumer issues. Tip: Producer- Consumer problem is an implementation of thread synchronization
-
-
0下载:
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, dierent
letters being assigned dierent digits, and no word starting with 0, such that a number of conditions
-
-
0下载:
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.
-
-
0下载:
频道分配问题源代码,清华大学第1028道题,算法设计与分析-The source code of the channel assignment problem, Tsinghua University (1028), Algorithm Design and Analysis
-
-
0下载:
Genetic Algoritthm MATLAB Code for Quadratic Assignment Problem(QAP)
-
-
0下载:
遗传算法用于指派问题,,,,非常的实用,可用于学习遗传算法编程的人参考-Genetic algorithms for assignment problem,,,, very practical, can be used to study genetic algorithm programming Reference
-
-
0下载:
1. 声明一个基类 Animal,有私有整型成员变量 age,构造其派生类 dog,在其成员函
数 SetAge(int n)中直接给 age 赋值,看看会有什么问题,把 age 改为公有成员变量,还会有问题吗?编程试试看。
2. 声明一个基类 BaseClass,有整型成员变量 Number,构造其派生类 DerivedClass,
观察构造函数和析构函数的执行情况。
3. 声明一个车(vehicle)基类,具有 MaxSpeed、Weight 等成员变量,Run、Stop 等
-
-
0下载:
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
-
-
0下载:
匈牙利算法解决任务指派问题,即把n个任务指派给n个人要求成本最低。-Hungarian algorithm to solve the task assignment problem, namely the n tasks assigned to n individual requirements lowest cost.
-
-
0下载:
程序1】
题目:古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月 后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少? 1.程序分析: 兔子的规律为数列1,1,2,3,5,8,13,21.... 2.程序源代码: main() { long f1,f2 int i f1=f2=1
-
-
0下载:
匈牙利算法求解指派问题,能够求解大规模的指派问题,经过不同规模问题的测试均无问题。-Hungarian algorithm for assignment problem that can be assigned to solve large-scale problems, the scale of the problem through different tests no problem.
-
-
1下载:
指派问题的匈牙利算法,基本算法实现。
Hungarian algorithm for assignment problem(Hungarian algorithm for assignment problem)
-
-
0下载:
CMPT125 assignment 3 problem 1
-
-
0下载:
CMPT125 assignment 3 problem 4
-
-
1下载:
这是一个用C++写的工作分配问题,可供初学者学习使用(This is a work assignment problem written in c ++ that can be used by beginners)
-
-
0下载:
指派问题的拍卖算法,广义拍卖算法
指派问题的拍卖算法,广义拍卖算法(auction algorithm for assignment problem)
-
-
2下载:
用遗传算法解决信道分配问题,用matlab语言描述,实用(Solving Channel Assignment Problem with Genetic Algorithms)
-
-
0下载:
Assignment solution of integrated electronics
-