资源列表

« 1 2 ... 91 92 93 94 95 9697 98 99 100 .01 ... 915 »

[操作系统开发MyQueue

说明:常用的队列类,双向队列支持FIFO规则。-Commonly used queue-type, bi-directional FIFO queue support rules.
<黄昌勇> 在 2025-01-10 上传 | 大小:2kb | 下载:0

[操作系统开发neicunfeipei

说明:编写一个C程序,用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节),用循环首次适应法 addr = (char *)lmalloc(unsigned size) 和 lfree(unsigned size,char * addr)模拟可变分区内存管理,实现对该内存区的分配和释放管理。-The preparation of a C program, u
<fy> 在 2025-01-10 上传 | 大小:2kb | 下载:2

[操作系统开发575788452FFandIFFT

说明:能够很好的实现IFFT的实现,很好用的哦,欢迎下载 如果遇到什么问提可以提问的
<国际> 在 2025-01-10 上传 | 大小:2kb | 下载:0

[操作系统开发2

说明:小程序应有如下功能: 1、登记。登记每位同学的上网卡号,押金(>=5 RMB)和上网时刻。 2、查询。可以查询每个上网卡号的上网时刻,上网的时间,押金和当前的费用。 3、结账。根据卡号可以算出 应收金额,应找金额。 4、提醒。当某个上网卡号的 上网费用 >= 它的押金时应提醒管理员。 5、续费。当某个上网卡号的 上网费用 >= 它的押金,他可以再次交上一定金额的押金(>=5 RMB)。 6
<布小> 在 2025-01-10 上传 | 大小:2kb | 下载:0

[操作系统开发os2

说明:操作系统实验,内存管理,相对地址转换物理地址,先来先服务,和最近最久未使用算法-Experimental operating system, memory management, the relative physical address of address translation, first-come, first service, and the recent use of the most long algorithm
<杜磊> 在 2025-01-10 上传 | 大小:2kb | 下载:0

[操作系统开发shijianpian

说明:操作系统 进程调度--时间片轮转法源码-Operating system process scheduling time slice-source movement
<> 在 2025-01-10 上传 | 大小:2kb | 下载:0

[操作系统开发FIFO_LRU_update_Cache

说明:计算机体系结构实验程序,分别采用FIFO与LRU算法实现Cache块的更新,功能更新过程中换入换出、命中等分步动态显示。-Computer architecture experimental procedures, respectively, using FIFO and LRU algorithm Cache block updates, feature updates for the process of being transfe
<Diana> 在 2025-01-10 上传 | 大小:2kb | 下载:0

[操作系统开发Digital

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

[操作系统开发neicun

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

[操作系统开发StoreM

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

[操作系统开发storage

说明:最佳适应法构造组织空间分配链表的模拟实现-The best organizational structure to adapt to the Law of the simulated spatial distribution chain realize
<wangjun> 在 2025-01-10 上传 | 大小:2kb | 下载:0
« 1 2 ... 91 92 93 94 95 9697 98 99 100 .01 ... 915 »

源码中国 www.ymcn.org