资源列表

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

[操作系统开发Digital

说明:这是一款单片机控制操作的源代码,只有简单的运行作用-This is a single-chip microcomputer to control the operation of the source code, only the simple operation of the role of
<超超> 在 2025-04-25 上传 | 大小:2kb | 下载:0

[操作系统开发neicun

说明:我所采用的内存管理思想是链表管理思想,内存分配方案是最佳适应方案(best fit)。其主要的数据结构为 struct node { char* p int memosize int flag struct node* next } 这是一个链表的结点的数据结构,用它来管理内存的分配与回收。P 表示所指的分配的内存的首地址,memosize 表示分配的内存块的大小,flag 为一个标志量
<ruikobe> 在 2025-04-25 上传 | 大小:2kb | 下载:0

[操作系统开发StoreM

说明:存储管理参考程序,此程序只供参考,不要太疯狂下载啦,-Reference storage management procedures, this procedure is for reference only, do not get too crazy download啦,
<fzs> 在 2025-04-25 上传 | 大小:2kb | 下载:0

[操作系统开发01

说明:设计一个虚拟存储区和内存工作区,编程序演示下述算法的具体实现过程,并计算访问命中率:-Design of a virtual memory storage area and work area, the following algorithm programmed demo concrete realization of the process and calculate the percentage of hits of the vi
<曾琦琦> 在 2025-04-25 上传 | 大小:2kb | 下载:0

[操作系统开发storage

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

[操作系统开发duodao

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

[操作系统开发jin

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

[操作系统开发zuoye

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

[操作系统开发ALGO8-2

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

[操作系统开发neicun

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

[操作系统开发VIRTUMEM

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

源码中国 www.ymcn.org