-
yuesefuboagao
约瑟夫环实验报告,c语言实现,数据库的一部分。(Joseph Central Experimental Report, c language, the database part.)
- 2008-06-13 08:58:26下载
- 积分:1
-
89S52的重要资料,对电子鼻的八飞机设计…
89S52的重要资料,为进行8位机设计的电子爱好者们提供一个入门的机会-89S52 important information that for the eight aircraft design of electronic enthusiasts provide a portal of opportunity
- 2023-02-18 13:00:04下载
- 积分:1
-
经过分割处理过的SAR图像的伪彩色显示,位于广东省。
经过分割处理过的SAR图像的伪彩色显示,位于广东省。-After segmentation of SAR images processed pseudo-color display, located in Guangdong Province.
- 2022-12-25 12:45:03下载
- 积分:1
-
非常有用的资料,对学习VHDL很有帮助,大家要好好珍惜
非常有用的资料,对学习VHDL很有帮助,大家要好好珍惜-Very useful information, to learn VHDL helpful, we have to cherish! !
- 2023-08-02 10:00:04下载
- 积分:1
-
Using Visual C++ Realize bitmap of Fast Fourier Transform and inverse transform
用Visual C++ 实现位图的快速傅立叶变换和反变换-Using Visual C++ Realize bitmap of Fast Fourier Transform and inverse transform
- 2023-02-23 18:40:03下载
- 积分:1
-
This is just to activate my account
This just to activate my account-This is just to activate my account
- 2023-06-26 13:45:02下载
- 积分:1
-
单片机不具有SPI或相同能力的接口,为了便于与TLC2543接口,采用软件合成SPI操作,本文给出了用单片机HSO口模拟SPI接口时序的方法,对程序稍加改动就可...
单片机不具有SPI或相同能力的接口,为了便于与TLC2543接口,采用软件合成SPI操作,本文给出了用单片机HSO口模拟SPI接口时序的方法,对程序稍加改动就可适用于其它带SPI接口的器件.附加有c语言程序-SCM is not the same capacity or SPI interface, in order to facilitate and TLC2543 interface, using software synthesizer SPI operation, this paper, the SCM HSO SPI interface timing simulation methods little change in the procedure can be applied to other SPI interface with the device. Additional language program is c
- 2022-03-25 00:54:31下载
- 积分:1
-
北大出版的 <<工程数学>> 上册 电子书,很好的东东!可以参考....
北大出版的 上册 电子书,很好的东东!可以参考.-Beijing University, published
- 2023-05-17 12:30:06下载
- 积分:1
-
过程控制系统实验指导书,是过程控制大学本科教学中最常用的实验指导书,书中对每一个实验都有很详细的讲解。...
过程控制系统实验指导书,是过程控制大学本科教学中最常用的实验指导书,书中对每一个实验都有很详细的讲解。-process control systems experimental guide books, the teaching of process control is the most commonly used experimental guide books, a book for each experiment are explained in great detail
- 2022-01-30 22:21:27下载
- 积分: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