资源列表

« 1 2 ... .14 .15 .16 .17 .18 519.20 .21 .22 .23 .24 ... 915 »

[操作系统开发PROCESS(1)

说明:一、 进程控制 1、 定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容,如ID、进程状态、队列指针。由于无法实现真正的进程创建功能,在实验中只需建立PCB,用它代表完整的进程。 2、 定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学生可以采用随机数方法或键盘控制方法模拟,并实现对应的控制程序。随机方法指产生1-6的随机数,分别代表创建进程(c)、结束进程(e)
<fangfei> 在 2024-10-10 上传 | 大小:2048 | 下载:0

[操作系统开发process

说明:一、 进程控制 目的:利用简单的结构和控制方法模拟进程结构、进程状态转换和进程控制。 方法:用PCB表示整个进程实体,利用键盘交互式命令控制方法模拟进程执行中产生的事件。 -First, the process control purposes: the use of a simple structure and control method for simulation of the process structure,
<fangfei> 在 2024-10-10 上传 | 大小:276480 | 下载:0

[操作系统开发operatingsystem

说明:这是关于操作系统课程的几个实验,是在学习操作系统中较为重要的!-This is a course on the operating system several experiments, the operating system is in learning the more important!
<程广旭> 在 2024-10-10 上传 | 大小:28672 | 下载:0

[操作系统开发cao

说明:有关操作系统的代码,是关于高响应比优先算法的,不知能不能用-On the operating system code, is a high response ratio on the priority scheduling algorithm, I do not know can not
<舒舒> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[操作系统开发OS

说明:进程模拟,模拟进程的并发执行,可以自主的加入创建进程和*进程-Process simulation, concurrent implementation of the modeling process can be joined to create an autonomous process and kill process
<李光超> 在 2024-10-10 上传 | 大小:3072 | 下载:0

[操作系统开发msm800

说明:PC104瑞士数字逻辑标准品,LX800芯片,含PDF,DRIVE,BIOS等-Switzerland PC104 standard digital logic, LX800 chipset, including PDF, DRIVE, BIOS, etc.
<张勤> 在 2024-10-10 上传 | 大小:7189504 | 下载:0

[操作系统开发ccc

说明:对操作系统有初步的了解,基本能对操作系统达到一定的理解深度-Operating system with some basic understanding of the basic operating system can reach a certain understanding of the depth of
<kobe> 在 2024-10-10 上传 | 大小:3135488 | 下载:0

[操作系统开发TLALI10

说明:WINDOWS 命令开发的C语言源代码  -WINDOWS order to develop the C language source code
<李雪松> 在 2024-10-10 上传 | 大小:8192 | 下载:0

[操作系统开发ASIX_OS

说明:一个操作系统源代码 用于嵌入式设备 在Vc++环境下仿真 成功移植到多款处理器上-An operating system source code for embedded devices in Vc++ Environment simulation successfully transplanted to several processors
<qj> 在 2024-10-10 上传 | 大小:15369216 | 下载:0

[操作系统开发I600mA17

说明:bios工具,可能随心所欲升级自己的bios版本-bios tools, may want to upgrade their bios version
<拾星> 在 2024-10-10 上传 | 大小:523264 | 下载:0

[操作系统开发caozuoxitong

说明:操作系统复习资料,有讲解,有题目,题目有答案-Review information on the operating system, there are explanations, there is the subject of the topic is the answer
<余文龙> 在 2024-10-10 上传 | 大小:7161856 | 下载:0

[操作系统开发pv

说明:信号量也称为信号锁,主要应用于进程间的同步和互斥,在用于互斥时,通常作为资源锁。信号量通常通过两个原子操作wait(P)和signal(V)来访问。wait操作使信号量的值+1,signal操作使信号量的值-1。本程序模拟了操作系统的pv操作-Semaphore is also known as signal lock, mainly used in inter-process synchronization and mutual ex
<龙海> 在 2024-10-10 上传 | 大小:8192 | 下载:0
« 1 2 ... .14 .15 .16 .17 .18 519.20 .21 .22 .23 .24 ... 915 »

源码中国 www.ymcn.org