登录
首页 » Windows开发 » 批处理调度要求给的n个作业的问题,最好的计划…

批处理调度要求给的n个作业的问题,最好的计划…

于 2022-03-13 发布 文件大小:1.84 kB
0 91
下载积分: 2 下载次数: 1

代码说明:

批处理作业调度问题要求对于给定的n个作业,制定最佳作业调度方案,使其完成时间和最小-batch scheduling requirements for the issue to the n operations, the best scheduling program, and to fulfill the minimum time

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 串口通信程序 VC + +
    串行端口提供简便的方法,很多类型的硬件和您的计算机之间进行通信。他们是相对简单使用,都是很常见的外围设备和特别是 DIY 项目。许多平台如 Arduino 具有内置的串行通信,所以他们真的很容易设置和使用。很多时候您可能希望您的项目与您的计算机沟通,有一个很酷的交互式输出,一个整洁的传感器,能够将数据传递到您的计算机,或其他任何你所能梦想了。在本教程中,我将你走通过如何到到串行端口的接口上的东西,计算机端使用微软的。net 框架。在本教程中的代码示例是在 Visual c + +。
    2023-04-17 11:25:03下载
    积分:1
  • 在线购物车
    这在线购物车系统的用户可以使用所有 servlet 概念而且可以购买通过在线项目。基于您的源代码和说明的质量。低质量、 重复的代码或描述的穷人将被删除。
    2022-05-25 22:03:09下载
    积分:1
  • on small procedures. Hope you need to see the total not harm.
    关于C的小程序。,希望大家有需要,看看总没坏处的-on small procedures. Hope you need to see the total not harm.
    2022-02-25 04:51:50下载
    积分:1
  • We study the direct cost of virtual function calls in C++ programs, assuming t...
    We study the direct cost of virtual function calls in C++ programs, assuming the standard implementation using virtual function tables. We measure this overhead experimentally for a number of large benchmark programs, using a combination of executable inspection and processor simulation.
    2023-04-16 21:15:03下载
    积分:1
  • 0-1背包问题
    给定N中物品和一个背包。物品i的重量是Wi,其价值位Vi ,背包的容量为C。问应该如何选择装入背包的物品,使得转入背包的物品的总价值为最大。 在选择物品的时候,对每种物品i只有两种选择,即装入背包或不装入背包。不能讲物品i装入多次,也不能只装入物品的一部分。因此,该问题被称为0-1背包问题。该算法中,矩阵c的大小为(m+1)×(n+1),物体的重量、价值和解向量大小都等于物体个数n,故该算法的空间复杂度为O(nm)。对物体重量、价值的初始化(算法实现略)所需时间都为n,解向量和矩阵第0行初始化时间为n,矩阵第0列初始化时间为m,对矩阵c的计算所需时间为n×m,解向量X的确定时间为n,故整个算法的时间复杂度为O(nm)。
    2022-01-25 23:07:45下载
    积分:1
  • 1.实现对二进制数据库的检索,查找,修改,增加,删除等操作; 2.实现数据库的加密,支持密码校验登陆有效防止防止数据泄漏。 3.程序启动时自动校验数据库完整性及...
    1.实现对二进制数据库的检索,查找,修改,增加,删除等操作; 2.实现数据库的加密,支持密码校验登陆有效防止防止数据泄漏。 3.程序启动时自动校验数据库完整性及其数据合法性并且自动屏蔽非法数据及提示用户删除损坏的数据库。 4.可以按归并排序方法对书目进行排序; 5.内置前台销售操作功能,可以实现图书销售的功能,并且根据销售情况实时修改数据库; 6.内置强大的异常处理机制,可以应付绝大部分异常情况。 7.程序标题栏实时显示程序状态。 对初学者很有帮助的-1. The realization of the binary database search, find, modify, add, delete and other operations 2. The realization of the database encryption, support for password check to prevent the landing effectively prevent data leakage. 3. Procedure automatically check data integrity and legitimacy of the database and automatic shield illegal data and prompts the user to delete the damaged database. 4. May merge sort method to sort the bibliography 5. Built-front sales operation, can achieve the function of book sales and, in accordance with amendments to the sale of real-time database 6. Built a powerful exception handling mechanism to cope with the vast some anomalies. 7. Program title bar in real-time status display program. Useful for beginners
    2022-01-25 20:52:57下载
    积分:1
  • 香港大学的李教授平交织多址…
    香港城市大学李平教授提出的交织多址(IDMA),此为李平教授上传的系统仿真代码,用C++编写的。-City University of Hong Kong made by Professor Li Ping intertwined multiple access (IDMA), Professor Li Ping upload this for the system simulation code, using C++ Prepared.
    2022-05-15 22:37:17下载
    积分:1
  • Caculater source code for delphi
    基本计算器源代码德尔福。基本计算器源代码德尔福。基本计算器源代码德尔福。基本计算器源代码德尔福。基本计算器源代码德尔福。基本计算器源代码德尔福。基本计算器源代码德尔福。基本计算器源代码德尔福。基本计算器源代码德尔福;计算器源代码;
    2022-12-22 18:05:03下载
    积分:1
  • C++参考手册!方便大家查阅,对于C++程序有很大的帮助.像MICROSOFT的MSDN...
    C++参考手册!方便大家查阅,对于开发C++程序有很大的帮助.像MICROSOFT的MSDN-C reference manual! Facilitate inspection C procedures for the development of a great help. MICROSOFT like the MSDN
    2023-05-20 16:45:03下载
    积分:1
  • 但一gajkgjdklasjklgjsda gaklgj ahkgnasg
    ahkgnasg a gaklgj a gajkgjdklasjklgjsda
    2023-02-09 19:00:04下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载