资源列表

« 1 2 ... .33 .34 .35 .36 .37 138.39 .40 .41 .42 .43 ... 915 »

[操作系统开发diaodu

说明:1)在Linux下用C语言编程模拟优先级程调度算法。为了清楚地观察每个进程的调度过程,程序将每个时间片内的进程情况显示出来。2)进程控制块是进程存在的唯一标志,因此,在模拟算法中每一个进程用一个进程控制块PCB来代表,PCB用一结构体表示。3)进程在运行过程中其状态将在就绪、执行、完成几种状态之间转换,同时进程可能处于不同的队列中,如就绪队列。在优先级调度算法中,选择单向队列,入队既是将进程控制块插入队尾,出队既是按优先级重新排列的队,
<王海鹏> 在 2024-11-20 上传 | 大小:2kb | 下载:0

[操作系统开发code

说明:this is code is for c. written in C.
<vampi> 在 2024-11-20 上传 | 大小:2kb | 下载:0

[操作系统开发bank

说明:此代码运用C语言,实现了银行家算法。代码简单易懂,是操作系统初学者的必学代码之一。-This code using C language, the banker algorithm. The code is simple and easy to understand, is the operating system for beginners will learn one of the code.
<LYY> 在 2024-11-20 上传 | 大小:2kb | 下载:0

[操作系统开发Shell

说明:linux shell implementation in C languages
<WhileOne> 在 2024-11-20 上传 | 大小:2kb | 下载:0

[操作系统开发sem.c

说明:这是关于操作系统中生产者消费者问题的一段代码,其中生产者和消费者问题是用信号量实现的,临界资源是用数组实现的。-This is a piece of code about the producer-consumer problem in the operating system, where producer and consumer problems are implemented with semaphores, and the c
<宗道明> 在 2024-11-20 上传 | 大小:2kb | 下载:0

[操作系统开发VB-form-zhiding

说明:运行窗口 chuangkouzhiding -vb form 制定
<吴圣杰> 在 2024-11-20 上传 | 大小:2kb | 下载:0

[操作系统开发CPUManager

说明:操作系统实验,处理器调度算法,支持优先级。-Experimental operating system, processor scheduling algorithms to support the priority.
<李大好> 在 2024-11-20 上传 | 大小:2kb | 下载:0

[操作系统开发lll

说明:这个是一个stm32的内存分配的程序,思路如下: 将内存分块管理. 内存池等分为固定大小的内存块. 建立一个内存状态表,对应每个块,有多少个块,状态表就有多少个元素,一一对应. 通过状态表的值判断该块内存是否可用(为0则表示可用,为其他值则表示被占用了,而且占用的内存块数量,就是该值的数字)-This is a stm32 memory allocation procedures, the idea is as foll
<plq> 在 2024-11-20 上传 | 大小:2kb | 下载:0

[操作系统开发Doc2Html

说明:java 后台通过代码实现doc转pdf 在线预览时自动转换-Java background through the code to achieve doc to pdf online preview automatically converted
<吴江舟> 在 2024-11-20 上传 | 大小:2kb | 下载:0

[操作系统开发main

说明:编制两种进程调度算法:优先度调度,循环轮转调度-Two process scheduling algorithms are proposed: priority scheduling, round robin scheduling
<阿爽> 在 2024-11-20 上传 | 大小:2kb | 下载:1

[操作系统开发package

说明:package exmpile and programms
<albokamrh > 在 2024-11-20 上传 | 大小:2kb | 下载:0

[操作系统开发银行家算法

说明:c语言版银行家算法实现,可以在Linux gcc编译运行。(C language version of bankers algorithm, you can compile and run in Linux gcc.)
<苏提春晓 > 在 2024-11-20 上传 | 大小:2kb | 下载:0
« 1 2 ... .33 .34 .35 .36 .37 138.39 .40 .41 .42 .43 ... 915 »

源码中国 www.ymcn.org