-
自解Diablo II 的DC6图像文件格式(附自编文章)
自解Diablo II 的DC6图像文件格式(附自编文章)-self Diablo II DC6 Image File Format (writing articles)
- 2022-12-07 16:50:03下载
- 积分:1
-
Md5 checksum algorithm used to protect documents that popular, that is, in order...
Md5校验和算法用于保护流行的文档,即为了保证数据的完整性,使用指定的算法对原始数据进行校验和计算。接收器使用相同的算法来计算校验和值,如果和作为数据提供的校验和相同,则说明数据是不完整的。
- 2023-03-30 22:45:03下载
- 积分:1
-
分析家格式(日线、财务、分笔、代码表、周线、月线)
分析家格式(日线、财务、分笔、代码表、周线、月线)-fxj_data_format
- 2022-02-03 16:38:20下载
- 积分:1
-
web日志数据预处理的。非常好的文章啊。
web日志数据预处理的。非常好的文章啊。-web log data pretreatment. Ah very good article.
- 2023-01-29 13:05:04下载
- 积分:1
-
this a java instance about innerclass ap plication
this a java instance about innerclass application-this a java instance about innerclass ap plication
- 2022-02-15 12:40:36下载
- 积分:1
-
微机原理课程讲义。。。。
包括课后习题及答案
微机原理课程讲义。。。。
包括课后习题及答案-Microcomputer Principle Course Training Manual. . . . Including after-school exercises and answers
- 2022-05-18 11:55:14下载
- 积分:1
-
asp prepared by the photo processing
asp编写的图片处理程序-asp prepared by the photo processing
- 2022-01-26 01:22:27下载
- 积分:1
-
简单的格式说明,主要用于linux下开发,是乱写的,建议大家不要看哦...
简单的格式说明,主要用于linux下开发,是乱写的,建议大家不要看哦-Simple format, mainly for linux under development, is the write without basis, it is recommended not to everyone看哦
- 2022-03-05 23:17:49下载
- 积分:1
-
上传我们上班用的软件工程课件,感觉比较好,希望对您的学习有用。...
上传我们上班用的软件工程课件,感觉比较好,希望对您的学习有用。-From our work with the software engineering courseware, feel better, I hope you are learning useful.
- 2023-06-23 11:40:04下载
- 积分:1
-
在一个多道程序设计系统中,实现“作业调度”的模拟。模拟程序的要求如下: 1.输入: 作业流文件,其中存储的是一系列待执行的作业信息,每个作业包括五个数据项:作业...
在一个多道程序设计系统中,实现“作业调度”的模拟。模拟程序的要求如下: 1.输入: 作业流文件,其中存储的是一系列待执行的作业信息,每个作业包括五个数据项:作业号,优先级,进入输入井时间(用一个整数表示,如10:10表示为1010),作业估计运行时间(单位:分钟),内存需求量。各数据项用空格隔开。 2.输出: 按照作业调度次序输出每一个作业流文件:“作业号”、“进入内存时间”、“作业完成时间”、“周转时间”;每行输出一个作业的信息。 计算出平均周转时间并输出。 3.作业调度算法: 短作业优先(作业估计运行时间最短的作业首先被调度)。 4.处理要求: 在两道环境下有多个作业; 程序运行时,首先提示输入测试文件的文件名; 输入文件名后,程序将读入文件中的有关数据,并按照最短作业优先调度算法对作业进行调度,作业被调度运行后不再退出(忽略进程调度或者可以认为进程调度采用的是先来先服务调度算法); 假设内存容量为100K,存储管理方案为可变分区方式,且不允许在内存中移动作业。 -in a multi-program design system, and achieving a "Dispatch" the simulation. The simulation procedure is as follows : 1. Input : Job Flow document, which is stored in a series of operations to be implemented information, including five each operating data : the operations, priority, time to enter the input shaft (with an integer, as expressed to 10:10 1010), is estimated to run time (unit : minutes), the memory demand. The data item separated by a space. 2. Output : In accordance with the scheduling order of output per work- a document : "
- 2022-06-01 01:27:57下载
- 积分:1