搜索资源列表
-
0下载:
是一个有动画界面的车厢调度问题。因为大多数学生在学数据结构是遇到问题,本程序能为他们做参考-is an animation interface compartment scheduling problem. Because the majority of students in the data structure of the problems encountered, the procedure can be done for them reference
-
-
0下载:
最优车皮排序问题
.问题描述:
在一个列车调度站中,k 条轨道连接到k 条侧轨处,形成k 个铁路转轨栈,从左到右依
次记为H1,H2,…,Hk 如下图所示。其中左边轨道为车皮入口(记为H0),右边轨道为出
口(记为Hk+1),编号为a1, a2,.,an 的n 个车皮从入口依次进入转轨栈,由调度室安排车
皮进出栈次序,并对车皮按其出栈次序重新排序为1,2,…,n。
调度室在安排车皮进出栈次序时,遵循以下规则:
(1)
车皮入口H0 处的车
-
-
0下载:
最优平行轨道车皮排序问题
.问题描述:
在一个列车调度站中,k 条轨道平行连接到1 条侧轨处,形成1 条主轨道和k-1 条辅助
调度轨道。主轨道记为Hk,辅助轨道从下到上依次记为H1,H2,…,Hk-1 如下图所示。其
中主轨道左边为车皮入口(记为H0),主轨道右边为出口(仍记为Hk)。编号为a1, a2,L,an
的n 个车皮从入口依次进入主轨道,由调度室安排车皮进出轨次序,并对车皮按其出轨次序
重新排序为1,2,…,n。
调度室在安
-
-
0下载:
这是一个关于车厢调度的文件代码.具体是不可以本人还没有进一步的调试,若有问题可自行解决.-This is a compartment on the scheduling of the file. I can not specific no further debugging, if the problem can be resolved.
-
-
0下载:
最优平行轨道车皮排序问题« 编程任务:给定正整数n,和n个车皮的初始编号n a , a , ,a 1 2 L ,编程计算最少需要多少个平行轨道才能按照规则(1)和(2)调度车皮,使车皮在车皮出口按照1,2,…,n的顺序输出。« 数据输入:由文件input.txt 给出输入数据。第1 行有1 个正整数n,表示有n 个车皮。第2 行是n个车皮的初始编号n a , a , ,a 1 2 L 。-optimal parallel tracks wagon laquo schedu
-
-
1下载:
现今全球哈萨克人使用三种文字,而其中拉丁字母为基础的(欧洲和美国,土耳其使用)文字和西里尔字母为基础的(哈萨克斯坦,其他前苏联共和国使用)文字的排序问题早已解决。本程序解决了对阿拉伯字母为基础的(中国,阿拉伯国家使用)哈萨克文字的排序问题。-Kazakhstan the world today use three languages, of which the Latin alphabet-based (Europe and the United States, Turkey, the use
-
-
0下载:
解决了并行机调度问题,本题采用穷举法与随机法相结合的方法求解,可取得最优解。-Solve the parallel machine scheduling problem, the problem using exhaustive method, the optimal solution can be achieved.
-
-
0下载:
处理机调度问题
在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪进程个数大于处理器数时,就必须依照某种策略来决定哪些进程优先占用处理器。本实习模拟在单处理器情况下的处理器调度,帮助学生加深了解处理器调度的工作。-Processor scheduling problem in the use of multi-channel programming systems, often at the same time a number of processes in the re
-
-
0下载:
用于二叉树的排序问题,解决排序的问题,不含密码-The scheduling problem for binary trees
-
-
0下载:
It is written in C programming language. Problem: Building and simulating a Least-Slack-Time scheduler using linked
list and stack data structures
Descr iption: In time shared systems, tasks submitted to the system are
assigned to a limited num
-
-
0下载:
最大利润作业调度问题.假定只能在一台机器是处理n个作业a1,a2,...,an,每个作业有一个处理时间tj,利润pj和截止期dj.机器一次只能处理一个作业,作业aj必须不间断地运行tj个连续时间单位.如果作业aj在它的截止期dj之前完成,则得利润pj,但如果作业在截止期只后完成,则得利润为0.假设所有处理时间为1..n之间的整数.最大利润作业调度问题要求确定n个作业的一个子集,使得该子集中作业调度所获得的利润最大.
-Maximum profit scheduling problem. A
-
-
0下载:
The Class Scheduling Problem (CSP) is concerned with assigning a number
of courses corresponding to various students and instructors to classrooms
taking into consideration constraints like classroom capacities and
university regulations. Th
-
-
0下载:
这是一个本科毕业论文的程序,利用免疫进化算法来解决物流企业车辆调度的问题,供参考。-This is an undergraduate thesis program, the use of immune evolutionary algorithm to solve the logistics vehicle scheduling problem, for reference.
-
-
0下载:
此车间调度系统软件只适合在包含类库为Net FrameWork 4.5版本的Windows系统中运行,能够完成基于四种调度规则的车间多机调度问题,四种规则为SPT、LPT、EDD+SPT、FCFS+SPT。-This shop scheduling system is only suitable for containing a class library for.net FrameWork 4.5 version of the Windows in the system operation,
-
-
0下载:
并行是指时间上的同时处理。并发是将程序分成多个线程分段执行,通过调度线程执行顺序,来实现多个程序对于用户来说是同时运行的,就像你可以听歌的同时修改文档一样。但具体到线程级别的话,这些线程实际上是线性执行的,只不过执行消耗的时间片实在太短,人感觉不出来,只是觉得两个程序都在正常运行。目前能算得上并行的话也就多核技术了,而且还得解决同步问题,只能说更加接近并行的概念。-Parallel processing is the same in time. Concurrency is staging a
-
-
0下载:
针对飞机装配线的加工任务调度问题设计了基于遗传算法的调度算法,包含一套启发式规则和一系列线边约束。-Task scheduling problem for processing aircraft assembly line designed scheduling algorithm based on genetic algorithm, comprising a set of heuristic rules and a series of line side constraints.
-
-
0下载:
实现零件分类并计算加工时间,完成车间调度-To realize the division of products and the calculation of working time,to complete the scheduling problem
-