资源列表

« 1 2 ... .83 .84 .85 .86 .87 788.89 .90 .91 .92 .93 ... 915 »

[操作系统开发memorysaveanddestory

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

[操作系统开发VIRTUMEM

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

[操作系统开发1

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

[操作系统开发shijianpian

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

[操作系统开发8

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

[操作系统开发bianyidekeshe

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

[操作系统开发fifo

说明:一个使用匿名管道进行通信的示例程序,重点是管道是单向的,进行读写需要建立两个管道。-A pipeline to carry out the use of anonymous communications sample programs, with a focus on pipeline is one-way, to read and write need to build two pipelines.
<lht> 在 2024-06-27 上传 | 大小:2048 | 下载:0

[操作系统开发pm

说明:操作系统请求页式管理置换算法的FIFO、LRU、OPT算法实验源代码-Operating system management request page replacement algorithm for FIFO, LRU, OPT algorithm experimental source code
<江彪> 在 2024-06-27 上传 | 大小:2048 | 下载:0

[操作系统开发sq_index_file

说明:《操作系统》课程设计:模拟连续文件、索引文件的存储过程。
<zhsuqin121212> 在 2024-06-27 上传 | 大小:2048 | 下载:0

[操作系统开发asst4-allocator.tar

说明:Simulator for contiguous allocation: first, best and worst allocate algorithm.
<kentharold> 在 2024-06-27 上传 | 大小:2048 | 下载:0
« 1 2 ... .83 .84 .85 .86 .87 788.89 .90 .91 .92 .93 ... 915 »

源码中国 www.ymcn.org