搜索资源列表
asm_module
- 该程序模拟UNIX中save与resume函数,并介绍在VC中如何使用汇编进行机器级的操作. 主函数很简单首先引入两个外部函数,extern \"C\"表示按传统C命名习惯.函数save将程序指针保存在(*s)中并返回0,为什么有 if(save(&sp)){...} if后的语句看起来永远都不会被执行,但是运行结果表明它被执行了.这个问题同UNIX中处理机调度函数(switch)的那个if语句(第一句)一样. 程序执行完save(&sp)后得到因为条件为假而执行else语句,
hhh
- 这是一个关于公交调度的源程序代码,原题是2001年的b题公交调度问题。-Bus Dispatch
Vehicle-Routing-Problem
- 用遗传算法解决带时间窗约束的模糊车辆调度问题(fvrp)。c++编写的-Solve the fvrp problem
GAalgorithm
- 解决多目标分配问题程序,可以将此程序应用到类似问题,如拖轮调度等-Solve multi-objective allocation procedures can be applied to similar problems in this program, such as the tugboat scheduling
MATLAB-ABC
- MATLAB语言 有关蜂群算法的车间调度问题。源代码是比较准确的。-Shop scheduling problems related to bee colony algorithm MATLAB language. The source code is more accurate.
Serial-scheduling-problem
- 串行调度问题,构建串行调度问题的链表,串行调度的流程。-Serial scheduling problem
Project_1_
- 火车重新调度问题,一列火车入栈 并按照一定顺出出栈-Train re-scheduling problem, a train out of the stack and the stack in a certain sequence
(模拟退火法-韩甘特图)ypap107-parallel-machine-scheduling
- (模拟退火法-韩甘特图)ypap107-parallel-machine-scheduling,模拟退火算法求解并行车间调度问题程序,可运行出结果,结果可行有效(matlab编程实现)
柔性车间调度遗传算法matlab实现代码
- 柔性车间调度遗传算法matlab实现代码,针对于多目标问题的matlab代码实现柔性车间调度遗传算法matlab实现代码