资源列表

« 1 2 ... .82 .83 .84 .85 .86 787.88 .89 .90 .91 .92 ... 915 »

[操作系统开发storage

说明:最佳适应法构造组织空间分配链表的模拟实现-The best organizational structure to adapt to the Law of the simulated spatial distribution chain realize
<wangjun> 在 2025-06-24 上传 | 大小:2kb | 下载:0

[操作系统开发duodao

说明:操作系统的作业调度的实现方法,C语言资源代码-Operating System Scheduling Method, C language source code
<wangjun> 在 2025-06-24 上传 | 大小:2kb | 下载:0

[操作系统开发jin

说明:操作系统的进程调度的模拟实现的C语言源代码-Operating system process scheduling simulation realize the C language source code
<wangjun> 在 2025-06-24 上传 | 大小:2kb | 下载:0

[操作系统开发zuoye

说明:操作系统的作业调度与实现模拟的C语言源代码-Operating system, job scheduling and implementation of simulated C-language source code
<wangjun> 在 2025-06-24 上传 | 大小:2kb | 下载:0

[操作系统开发ALGO8-2

说明:使用伙伴算法来实现操作系统对内存动态存储的管理-Algorithm to realize the use of partners operating system for memory management of dynamic storage
<yangchunyao> 在 2025-06-24 上传 | 大小:2kb | 下载:0

[操作系统开发neicun

说明:装入作业:采用最先适应算法。输入要装入的作业的大小,程序查找合适位置插入;若空间不足,给出"内存不足"的提示;若总的剩余空间足够,但分配不连续,则提示整理内存;若作业总数已达最大值,在插入时给出提示,要求撤除不需要的作业。 撤除作业:需要输入要撤除的作业的起始地址,程序找到目标表目后,将其状态置空,并检查其相邻表目,若为空,则合并之;若输入的首地址没有在表中找到,则提示错误;空闲表目不能再次被撤除;起始地址为零的表目为操作系统,不能被撤除。 整理内存:将所有的已分配表目向低地址端移动
<huang> 在 2025-06-24 上传 | 大小:2kb | 下载:0

[操作系统开发memorysaveanddestory

说明:基本上实现了内存的分配与释放,但还有些问题,还希望你们多多给意见。-Basically realize the memory allocation and release, but also some problems, but also hope that you will give the views of many.
<rll> 在 2025-06-24 上传 | 大小:2kb | 下载:0

[操作系统开发VIRTUMEM

说明: 本实验是在win2000+VC6.0上实现的,实例程序利用Windows SDK编制,所以实验需要在windows下安装VC后进行。而VC是一个集成开发环境,其中包含了Windows SDK的所有定义和工具,所以安装了VC后就不用再安装SDK了。 这里由于用到了多线程编程,我们还需要设置一下编译环境,选中菜单project-> settings,在左边列表中选中工程名,在右边选中c/c++项,将其下"project options"中的默认值MLd改为MTd。 -err
<张志文> 在 2025-06-24 上传 | 大小:2kb | 下载:0

[操作系统开发1

说明:简单的优先级算法,可以实现进程的优先级调度-Priority simple algorithm, can achieve the process of priority scheduling
<陈夏> 在 2025-06-24 上传 | 大小:2kb | 下载:0

[操作系统开发shijianpian

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

[操作系统开发8

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

[操作系统开发9

说明:操作系统课程设计_进程调度演示源程序 #include "stdio.h" #include "stdlib.h" #include "string.h" typedef struct node { char name[10] /*进程标识符*/ int prio /*进程优先数*/ int round /*进程时间轮转时间片*/ int cputime /*进程占用CPU时间*/ int needtime /*进程到完成还要的时间*
<wjx> 在 2025-06-24 上传 | 大小:2kb | 下载:0
« 1 2 ... .82 .83 .84 .85 .86 787.88 .89 .90 .91 .92 ... 915 »

源码中国 www.ymcn.org