资源列表

« 1 2 ... .59 .60 .61 .62 .63 564.65 .66 .67 .68 .69 ... 915 »

[操作系统开发neicun

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

[操作系统开发BIOS_post_view

说明:经典的BIOS端口开发代码,包含有几个主流的BIOS开发公司的端口代码。-Port the development of classic BIOS code, contains a number of mainstream development of the company
<lin> 在 2025-04-06 上传 | 大小:156kb | 下载:0

[操作系统开发bios_interrupt

说明:基本输入输出系统的中断源代码,基本上包含了intel体系所有中断源的源代码。-Basic Input Output System interrupt source code, basically contains all the interrupt source intel system
<lin> 在 2025-04-06 上传 | 大小:1.17mb | 下载:0

[操作系统开发11

说明:银行家算法c语言的实现?
<zqarcherzq> 在 2025-04-06 上传 | 大小:6kb | 下载:0

[操作系统开发geiwindow

说明:获取Windows版本号和运行模式。简单方便-Access to Windows version number and operating mode. Simple and convenient
<de> 在 2025-04-06 上传 | 大小:39kb | 下载:0

[操作系统开发caozuoxitongshiyanbaogao

说明:计算机信息工程学院学生实验报告:处理器管理、存储管理、设备管理-Computer Information Engineering College students experiment report: processor management, storage management, equipment management
<卢雪> 在 2025-04-06 上传 | 大小:15kb | 下载:0

[操作系统开发00

说明:操作系统中对于缺页断页程序的处理,运用先进先出算法编的程序-Operating system page fault for the missing pages of the treatment procedures, the use of FIFO method of Procedure
<卢雪> 在 2025-04-06 上传 | 大小:1kb | 下载:0

[操作系统开发fifo

说明:操作系统中内存页面的先进先出的替换算法fifo-Operating system memory page replacement algorithm FIFO fifo
<gll> 在 2025-04-06 上传 | 大小:3kb | 下载:0

[操作系统开发OSDemo

说明:三个实验,作业管理,内存管理,文件管理,好东西来的-Three experiments, operations management, memory management, document management, good things come
<fzs> 在 2025-04-06 上传 | 大小:813kb | 下载:0

[操作系统开发StoreM

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

[操作系统开发RoaderOSv0.2

说明:最简单的51操作系统,演示时间驱动的任务切换。-The simplest 51 operating system, demonstration of time-driven task switching.
<guo> 在 2025-04-06 上传 | 大小:1kb | 下载:0

[操作系统开发vxwork_src

说明:嵌入式操作系统vxwork_src的部分源码实现,有助于对嵌入式OS的研究学习-Embedded operating system source code vxwork_src realize part, contribute to the embedded OS research study
<snapgear> 在 2025-04-06 上传 | 大小:9.74mb | 下载:0
« 1 2 ... .59 .60 .61 .62 .63 564.65 .66 .67 .68 .69 ... 915 »

源码中国 www.ymcn.org