资源列表
[操作系统开发] 操作系统课程设计之键盘中断
说明:我做的那部分是直接嵌入组长的OS.JAVA文档中,因为OS文档是编写主界面的,所以直接插入OS中比较方便. 主要思想是这样的:就是在主界面上创建一个文本框,用于接受键盘输入.只要在文本框中输入命令,无论是否正确,系统将会作出反应.-me to do the part of a head of the embedded directly OS.JAVA documents, because OS documentation is th<才才> 在 2024-11-08 上传 | 大小:3kb | 下载:0
[操作系统开发] Memory_Dis_RE
说明:此程序模拟内存的动态分配与回收,希望能给大家帮助,并能得到大家的意见,谢谢!-this simulation of dynamic memory allocation and recovery, the hope of giving everyone, and everyone's views, Thank you!<> 在 2024-11-08 上传 | 大小:3kb | 下载:0
[操作系统开发] exe2bin
说明:将 DOS 下包含重定位信息的 .EXE 文件转换成指定起始加载位置的 .BIN 文件。在 BIOS 开发和 X86 嵌入式开发中极有用。-DOS included the re-positioning information. EXE files into the designated start loading location. BIN text pieces. The BIOS development and the devel<bigheadmonk> 在 2024-11-08 上传 | 大小:3kb | 下载:0
[操作系统开发] Soft20060210164856976
说明:昨夜调度程序 1.按输入创建工作队列 2打印输入作业 3.先来先服务 4.按到达时间排序 5.按先来先服务进行相关计算-last night for a scheduler. According to the importation of work to create Print Queue 2 3 importation operations. First-come first-serve 4. On arriva<jean> 在 2024-11-08 上传 | 大小:3kb | 下载:0
[操作系统开发] CPULoadmonitor
说明:cpu的使用状况编程,效果根windows的一样好-cpu of the use of programming and the results-as good as the windows<吕建欣> 在 2024-11-08 上传 | 大小:3kb | 下载:0
[操作系统开发] lift-simulator
说明:it s a lift simulator, use operating system concept call mutex to implenment a lift. I do it prefectly.-it sa lift simulator, use operating system concept call mutex to implenment a lift. I do it prefectly.<jinghe> 在 2024-11-08 上传 | 大小:3kb | 下载:1
[操作系统开发] memory-allocation
说明:use double link list to implenment memory allocation. There won t appear maloc, new, delete, in my code. All is using freelist to find a suitable memory space. -use double link list to a memory implenment llocation. Ther<jinghe> 在 2024-11-08 上传 | 大小:3kb | 下载:0
[操作系统开发] File_Attributes
说明:这是我在编写文件管理系统时,编写的一个实现修改文件属性程序。-This is me in the preparation of the document management system, the preparation of a revised document attributes to achieve procedures.<king> 在 2024-11-08 上传 | 大小:3kb | 下载:0
[操作系统开发] zuijiashiyingfa
说明:关于操作系统存储分配的最佳适应法,它从全部空闲区中找出能满足作业要求的、且大小最小的空闲分区,这种方法能使碎片尽量小。为适应此算法,空闲分区表(空闲区链)中的空闲分区要按大小从小到大进行排序,自表头开始查找到第一个满足要求的自由分区分配。该算法保留大的空闲区,但造成许多小的空闲区。-distribution of the operating system stored in the best adaptation, it all fro<烟仔> 在 2024-11-08 上传 | 大小:3kb | 下载:0
[操作系统开发] yemianguanli
说明:题目:设计一个请求页式存储管理方案,并编写模拟程序实现 具体要求: 1、产生一个需要访问的指令地址流,为不失一般性,可以适当地(用人工指定地方法或用随机数产生器)生成这个序列,使得 50%的指令是顺序执行的。25%的指令均匀地散布在前地址部分,25%的地址是均匀地散布在后地址部分 2、 页面淘汰算法采用 FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中抹去。而不再判断它是否被改写过,也不将它写回到辅存 3、产生一<周子藤> 在 2024-11-08 上传 | 大小:3kb | 下载:0