资源列表

« 1 2 ... .99 .00 .01 .02 .03 304.05 .06 .07 .08 .09 ... 915 »

[操作系统开发LRUprogram

说明:用java代码实现的关于操作系统的LRU算法。-Using java code on the operating system LRU algorithm.
<wangyu> 在 2024-10-14 上传 | 大小:2048 | 下载:0

[操作系统开发banker

说明:用c语言实现的操作系统中的银行家算法 。-Use c language to achieve the operating system of Banker
<wangyu> 在 2024-10-14 上传 | 大小:2048 | 下载:0

[操作系统开发readerandwriter

说明:实现了读者与写者进程之间的同步互斥问题。-Achieved a reader and writer process mutex synchronization problems between.
<liugang> 在 2024-10-14 上传 | 大小:82944 | 下载:0

[操作系统开发attemper

说明:本程序总共实现操作系统中的4种进程调度算法。-This procedure to achieve a total of four kinds of operating system process scheduling algorithm.
<liugang> 在 2024-10-14 上传 | 大小:179200 | 下载:0

[操作系统开发FileSystem

说明:一个模拟操作系统的文件操作系统,可以有管理员登陆和用户登陆来创建和管理文件!-Document a simulated operating system operating systems, can have an administrator login and user login to create and manage files!
<guozhaotang> 在 2024-10-14 上传 | 大小:283648 | 下载:0

[操作系统开发shiijanpianpianlunzhuan

说明:代码运行没有错误,可任意输入所需要运行进程的时间片-Code to run without errors, can be input by the need to run the process time slice
<童雨> 在 2024-10-14 上传 | 大小:173056 | 下载:0

[操作系统开发T-kernal

说明:日本非常著名的嵌入式开发平台,成功应用于大量的日本电器,可以和osII媲美的嵌入式操作系统-Japan is very well-known embedded development platform, successfully applied in a large number of Japanese electrical appliances, can be comparable to the embedded operating
<jack> 在 2024-10-14 上传 | 大小:505856 | 下载:0

[操作系统开发suojifankuidiaodu

说明:操作系统中实现进程调度中的多级反馈队列调度算法-Operating system to achieve the process of scheduling multi-level feedback queue scheduling algorithm
<真我> 在 2024-10-14 上传 | 大小:611328 | 下载:0

[操作系统开发BF

说明:首次(或最佳)适应分配算法设计主存分配和回收程序,把空闲区说明表的变化情况以及各作业的申请、释放情况显示或打印出来。-The first (or best) allocation algorithm to adapt the design of main memory allocation and recovery procedures, the free zone that the changes in form and operat
<真我> 在 2024-10-14 上传 | 大小:234496 | 下载:0

[操作系统开发qiangzhanshiyouxiandiaodu

说明:进程的优先数由用户自己指定或程序任意设定,且优先数越低,优先级越高。调度时,总是选择优先级最高的进程运行-Process priority number specified by the user or program their own arbitrary set, and the lower priority number, the higher the priority. Scheduling always choose the
<真我> 在 2024-10-14 上传 | 大小:1092608 | 下载:0

[操作系统开发FIFO

说明:链接指针:按照进程到达系统的时间将处于就绪状态的进程连接成衣个就绪队列。指针指出下一个到达进程的进程控制块首地址。最后一个进程的链接指针为NULL。 估计运行时间:可由设计者任意指定一个时间值。 到达时间:进程创建时的系统时间或由用户指定。调度时,总是选择到达时间最早的进程。 进程状态:为简单起见,这里假定进程有两种状态:就绪和完成。并假定进程一创建就处于就绪状态,用R表示。当一个进程运行结束时,就将其设置成完成态,用C表示
<真我> 在 2024-10-14 上传 | 大小:8192 | 下载:0

[操作系统开发shijianpianlunzhuan

说明:链接指针:指出下一个到达进程的进程控制块首地址。按照进程到达的顺序排队。系统设置一个队头和队尾指针分别指向第一个和最后一个进程。新生成的进程放队尾。 估计运行时间、到达时间以及进程状态一第一题中相同。 (2)为每个进程任意确定一个要求运行时间和到达时间。 (3)按照进程到达的先后顺序排成一个循环队列。再设一个队首指针指向第一个到达进程的首址。 (4)执行处理机调度时,开始选择队首的第一个进程运行。另外再设一个当前运行进程
<真我> 在 2024-10-14 上传 | 大小:10240 | 下载:0
« 1 2 ... .99 .00 .01 .02 .03 304.05 .06 .07 .08 .09 ... 915 »

源码中国 www.ymcn.org