搜索资源列表
-
0下载:
数据结构车厢调度问题:
用栈的形式实现车厢调度,火车入口处的车厢序列编号为1到n -data structure train scheduling problem : stack trains in the form of scheduling, at the entrance to a train compartment of a serial number to n
-
-
0下载:
虚拟内存调度问题。本程序让你明白虚拟内存的调度问题,从而不再惧怕内存问题-virtual memory, scheduling problem. This program will let you understand virtual memory scheduling problem, and thus no longer fear memory problems
-
-
0下载:
用delphi语言实现运筹学排序问题(双工序)程序-used language tacticians scheduling problem (double Processes) procedures
-
-
0下载:
用汇编语言实现人名排序问题,根据字母的顺序排列,先比较首字母,如果相同则比较之后的字母-using assembly language to achieve names scheduling problem, according to the alphabetical order, compare the first letters of the alphabet, If the same comparison is the after letters
-
-
0下载:
此程序可以解决作业调度问题,几种常用的作业调度算法都有.-This procedure can solve the job scheduling problem, several commonly used scheduling algorithms are.
-
-
0下载:
这是从不同语言来实现操作系统交通灯的调度问题-This is a different language from the operating system of traffic lights to achieve the scheduling problem
-
-
0下载:
遗传算法解决调度问题,用于毕业设计,经运行没有问题!-Genetic algorithm is used to solve scheduling problem, the graduation design, the operation no problem!
-
-
0下载:
NSGAII in matlab code for multiobjective scheduling problem
-
-
0下载:
操作系统实验二,模拟操作系统作业调度的单道批处理作业调度-The operating system, simulation experiment 2 operating system scheduling problem of single channel batch scheduling problem
-
-
0下载:
处理机调度问题是我们一直以来的难题,现在我们也经解决了这类操作系统-The scheduling problem we have been problems, we kind of operating system is solved
-
-
0下载:
基本遗传算法的MATLAB语言源程序。(遗传算法的应用范围极其广泛,它可应用于函数优化、组合优化、生产调度问题、自动控制、机器人学、图像处理、人工生命、遗传编程以及机器学习等领域。)-Basic genetic algorithm matlb language sourc-e code. (Genetic algorithm extremely broad range of applications, it can be applied to function optimization, com
-
-
0下载:
任意三个数的排序问题的C++程序,以及任意两个数的加法程序,已打包-The the scheduling problem C++ program of the number of any of the three, as well as any two-digit addition program has packaged
-
-
0下载:
操作系统进程调度实验://代码没有问题,是由cpp改成txt的,肯定能够运行。
//功能:根据磁盘调度的三种算法FCFS、短作业优先SJF和时间片轮转计算出处理机在分配内存时的工作原理,同时加深对这三种算法的记忆。
-Operating system process scheduling experiment ://code no problem, is changed by the cpp txt certainly be able to run.// Function: acc
-
-
0下载:
本代码为算法导论中最佳调度问题的回溯算法。算法思想为:建立一棵深度为N的M叉树,从根结点出发,进行深度优先遍历。每搜索完一条路径则记录下besttime 和bestx[]序列开始结点就成为一个活结点,同时也成为当前的扩展结点。在当前的扩展结点处向纵深方向移至一个新结点,成为一个新的活结点,也为当前扩展结点。如果在当前的扩展结点处不能再向纵深方向扩展,则当前扩展结点就成为死结点。此时,应回溯至最近的一个活结点处,并使这个活结点成为当前的扩展结点,直至找到一个解或全部解。-Backtracking
-
-
0下载:
蝙蝠算法在解决离散的生产调度问题时,具有较好的优化性能。验证了蝙蝠算法求解离散性问题的有效性以及可行性-The algorithm to solve the scheduling problem of discrete time, has better optimization performance. Verify the bat algorithm for solving the discrete problem of effectiveness and feasibility
-
-
0下载:
操作系统电梯调度问题,共5个电梯,20层,要求实现进程管理,上传的是java文件,编译后即可运行-OS elevator scheduling problem of 5 lifts, 20-story, required to achieve process management
-
-
0下载:
编写程序完成批处理系统中的作业调度,要求采用①先来先服务;②短作业优先的作业调度算法。实验具体包括:首先确定作业控制块的内容,作业控制块的组成方式;然后完成作业调度;最后编写主函数对所做工作进行测试。-Write a program to complete the batch scheduling problem in the system, require the use of first come, first service (2) short assignment priority s
-
-
0下载:
matlab智能算法 基于多层编码遗传算法解决车间调度问题-genetic algorithm job-shop scheduling problem
-
-
0下载:
串行调度问题,构建串行调度问题的链表,串行调度的流程。-Serial scheduling problem
-
-
0下载:
火车重新调度问题,一列火车入栈 并按照一定顺出出栈-Train re-scheduling problem, a train out of the stack and the stack in a certain sequence
-