搜索资源列表
-
0下载:
操作系统作业调度源代码 作业调度算法实现本程序主要实现了进程调度中最常见的算法-operating system source code scheduling algorithms operating procedures for the main process of scheduling the most common algorithm
-
-
0下载:
最小松弛度优先算法,属于实时调度算法,又叫最小欲度(空闲时间)优先算法,在这里,给出了其C++的代码实现。-Minimum slack priority algorithm, belonging to real-time scheduling algorithm, also known as For the smallest degrees (idle time) priority algorithms, in here, given its C++ code to achieve.
-
-
0下载:
模拟电梯调度算法,对磁盘进行移臂操作,观察调度程序的动态运行过程。-Elevator scheduling algorithm simulation of the disk arm to move the operation to observe the dynamic scheduler is running.
-
-
0下载:
多级队列反馈调度的算法实现。C语言的!操作系统课程。-Multi-level feedback queue scheduling algorithm. C Language! Operating System Course.
-
-
0下载:
算法设计与分析全部作业及实验资料.
第1章 最大覆盖问题
第2章 排列的字典序问题
第3章 depot仓库布局问题
第4章 priest繁忙的牧师
第5章 egypt埃及分数问题
第6章 squard方格移动问题
第7章 work工作安排问题
课堂算法 连续背包问题
课堂算法 作业调度问题
实验1 字典序问题
实验2 高精度乘法
实验3 0/1背包问题(DP) -Algorithm design and analysis of
-
-
0下载:
Linux kernel完全公平调度算法CFS分析-Linux kernel completely fair scheduling algorithm of CFS
-
-
0下载:
多级反馈调度算法,队列内部是FCFS,队列之间是优先调度。-The multi-level feedback scheduling algorithm, queue internal FCFS, queue priority scheduling.
-
-
0下载:
模拟实现操作系统中进程调度避免死锁的银行家算法-Analog implementation of the operating system process scheduling avoid deadlock bankers algorithm
-
-
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下载:
混沌BBO算法求解电力调度问题,包括对测试函数的测试以及求解电力经济调度问题-Chaos BBO algorithm for power scheduling problems, including the test function testing and problem solving economic dispatch of power
-
-
0下载:
matlab智能算法 基于多层编码遗传算法解决车间调度问题-genetic algorithm job-shop scheduling problem
-
-
0下载:
计算机操作系统实验主要算法源码,例如进程调度,时间片轮转算法,银行家算法,磁盘调度算法等等。-The computer operating system main algorithm source code, such as process scheduling, time slice algorithm, bankers algorithm, disk scheduling algorithm etc..
-