资源列表

« 1 2 ... .49 .50 .51 .52 .53 554.55 .56 .57 .58 .59 ... 915 »

[操作系统开发lei

说明:操作系统课程设计程序,能实现时间片法跟最高响应比法来进行进程调度.用结构体的链表来实现-Operating system curriculum design process, to achieve time to film with the highest response ratio method to carry out the process of scheduling. The list using the structure
<陈夏> 在 2024-10-09 上传 | 大小:3072 | 下载:0

[操作系统开发shijianpian

说明:用时间片法来实现进程调度.是简单的操作系统程序-Time-chip method to achieve the process of scheduling. The operating system is a simple procedure
<陈夏> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[操作系统开发2

说明:一个简单的,用链表结构体形式来实现将进程数据转化.以便于对进程的操作-A simple structure with list form to achieve the data into the process. So as to facilitate the process of operation
<陈夏> 在 2024-10-09 上传 | 大小:3072 | 下载:0

[操作系统开发reader-writerproblem

说明:用c实现读者写者问题,为每一个读者和写者都创建了一个线程,显示读者或写者自定义标识符、当前指针、存储区内容-C readers to write with the realization of the problem, for each reader and writing have created a thread to show readers who write custom identifier, the current gui
<song> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[操作系统开发operation

说明:在linux环境下实现操作系统的读者-写者问题.读者写者随机访问.-In linux operating system environment to achieve the readers- to write the problem. Readers who write random access.
<sara> 在 2024-10-09 上传 | 大小:172032 | 下载:0

[操作系统开发8

说明:一、实验目的:xxjjmz 熟悉首次适应算法,理解分配内存资源及回收资源的方法,加深记意。xxjjmz 二、实验环境:xxjjmz Win2000/winxp VC++6.0xxjjmz 三、实验内容:xxjjmz 编程实现初次内存分配算法、新申请资源分配算法、删除进程算法,回收合并算法等。xxjjmz 四.实验函数xxjjmz-First, the experiment was: xxjjmz familiar
<wjx> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[操作系统开发9

说明:操作系统课程设计_进程调度演示源程序 #include "stdio.h" #include "stdlib.h" #include "string.h" typedef struct node { char name[10] /*进程标识符*/ int prio /*进程优先数*/ int round /*进程时间轮转时间片*/ int cputime /*进程占用CPU时间*/
<wjx> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[操作系统开发10

说明:实验要求:设计一个请求页式存储管理方案,并编写模拟程序实现之。用随机数产生器生成一个指令系列。页面淘汰算法采用FIFO算法。 -Experimental requirements: the design of a page request for storage management solutions, and to prepare the realization of simulation program. Using rand
<wjx> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[操作系统开发bianyidekeshe

说明:(1) 写出符合给定的语法分析方法的文法及属性文法。 (2) 完成题目要求的中间代码三地址表示的描述。 (3) 写出给定的语法分析方法的思想,完成语法分析和语义分析程序设计。 (4) 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。 (5) 设计报告格式按附件要求书写。课程设计报告书正文的内容应包括: -(1) to write in line with the given analysis meth
<wjx> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[操作系统开发1

说明: 这个程序是由Visual Basic 6.0所编,它主要演示了关于分页存储管理中的随机分页的过程,程序可演示4个作业的分配,但总长度不可打于64,它可以显示作业号、页表长度、作业长度、状态(空项、已分配)。通过点击按键“我有作业要分配”来激活分配。程序共由两个表格、一个按键组成。关于不同的作业运用了不同的颜色,可以让读者看出这个页分配给了哪个作业。“空项”表示该作业还不存在,“已分配”表示该作业已分配完了,对照作业号上的颜色,可以看出
<wjx> 在 2024-10-09 上传 | 大小:79872 | 下载:0

[操作系统开发caozuoxitongdeshiyan

说明:该程序能够实现段页式的地址转化。将段页式地址转为物理地址。-The program can achieve paragraph Page address transformation. The paragraph on page type the address into physical address.
<liaoshengquan> 在 2024-10-09 上传 | 大小:7168 | 下载:0

[操作系统开发haochengxu

说明:动态回收内存的各种碎片(内碎片和外碎片)。武汉理工大学的操作系统实验。-Dynamic recovery of the memory of all kinds of debris (inside and outside the debris fragments). Wuhan University of Technology experimental operating system.
<liaoshengquan> 在 2024-10-09 上传 | 大小:1024 | 下载:0
« 1 2 ... .49 .50 .51 .52 .53 554.55 .56 .57 .58 .59 ... 915 »

源码中国 www.ymcn.org