-
双飞燕a4 双飞燕a4 双飞燕a4 双飞燕a4 双飞燕a4
双飞燕a4 双飞燕a4 双飞燕a4 双飞燕a4 双飞燕a4 -Shuangfeiyan a4 shuangfeiyan a4 shuangfeiyan a4 shuangfeiyan a4 shuangfeiyan a4 shuangfeiyan a4 shuangfeiyan a4 shuangfeiyan a4 shuangfeiyan a4 shuangfeiyan a4
- 2022-10-04 14:55:04下载
- 积分:1
-
扩展的动态内存机制
任务综述
本任务扩展了自己私有的内存管理机制。首先使用预先规划的思想,使用预先分配的内存池和内存分区,再通过使用消息队列作为内...
扩展的动态内存机制
任务综述
本任务扩展了自己私有的内存管理机制。首先使用预先规划的思想,使用预先分配的内存池和内存分区,再通过使用消息队列作为内存池的管理机制处理内存块分配与释放的过程,而消息队列中保存的是每个预先申请内存块的地址。当用户需要分配一个内存块时,使用msgQReceive() 函数从消息队列中获取一个相应大小的内存块地址;当用户需要释放一个内存块时,则使用msgQSend()函数将内存块首地址发送回消息队列中。通过这种方法,减少了内存反复申请与释放产生外部碎片的可能,并能够有效利用预先分配的思想减少内部碎片。同时也通过消息队列的特性实现了方便的内存块申请与释放的管理操作。
同时,本系统作为扩展的动态内存管理机制,引入了定制的内存分配与释放功能,使用了互斥机制保证操作安全性和一系列告警机制。在保证内存分配与释放安全有序的基础上,还增加了管理监视机制。
其系统具体实现参照系统实现部分。-none
- 2022-10-26 02:25:03下载
- 积分:1
-
首先,很感谢你使用这一套操作系统。这套MenuetOS操作系统是由英国人Ville Turjanmaa从2000年就开始编写了。如果你懂一点汇编和操作系统的知识...
首先,很感谢你使用这一套操作系统。这套MenuetOS操作系统是由英国人Ville Turjanmaa从2000年就开始编写了。如果你懂一点汇编和操作系统的知识的话,请多多联系。操作系统安装办法: 1:如果你是win98,进入纯DOS系统,如果你是win2000,请用其他磁盘启动系统。然后执行msetup.exe程序,这时,程序要求你插入一张格式化后的磁盘。按要求操作即可。 2:系统安装完后,设置系统BIOS为磁盘启动。用你刚刚装好系统的磁盘启动即可。 3:注意:系统的显卡设置要符合你的显卡和显示器。-First of all, thank you for the use of this operating system. This operating system is MenuetOS Ville Turjanmaa by the British from 2000 to prepare the start. If you understand a bit operating system and the compilation of knowledge, please contact a lot. Installation of the operating system approaches : 1 : If you are win98 into pure DOS system, if you WIN2000, please use other disk boot the system. Then msetup.exe implementation procedures, when a process requires you to insert a formatted disk. Operation can be requested. 2 : After the installation, the system BIOS for diskless boot. You just loaded with good disk system can be activated. 3 : Note : The graphics system set up to meet your graphics card and monitor.
- 2022-01-25 17:07:07下载
- 积分:1
-
文件复制器 2007.07.28.0最新VB源代码
地狱门神(F.R.C.)
适用范围
Windows环境下,本地存储设备的文件夹之间。
测试环...
文件复制器 2007.07.28.0最新VB源代码
地狱门神(F.R.C.)
适用范围
Windows环境下,本地存储设备的文件夹之间。
测试环境
2007.07.27.0版,Windows XP SP2,一次复制文件量6.2万,大小11.5GB。
使用建议
如果需要使用本软件一次处理数量以万计算,大小以GB计算的文件,建议使用Visual Studio 2005集成环境调试运行,以发现并正确处理各种难以预料的异常,避免重复浪费时间。-Copy the file up-to-date browser 2007.07.28.0 hell god VB source code (FRC) the scope of application under the Windows environment, the local storage device between folders. Test environment 2007.07.27.0 version, Windows XP SP2, a copy volume of 62,000 documents, the size of 11.5GB. If you need to use the proposed use of the software first in order to deal with the number of million, and the size of the document calculated to GB, it is recommended to use Visual Studio 2005 integrated debugging environment to run to detect and correctly handle a variety of difficult to predict abnormal, avoid duplication of a waste of time.
- 2023-09-05 01:25:02下载
- 积分:1
-
基于UNIX6的文件系统模拟程序,供OS课程设计参考使用,在TC环境下测试成功...
基于UNIX6的文件系统模拟程序,供OS课程设计参考使用,在TC环境下测试成功-UNIX6 based on the file system simulation program for OS reference design courses, TC environment in the test successful
- 2023-03-06 07:00:03下载
- 积分:1
-
从一个指定的目录服务对象和显示的网络地址读取网络地址…
read the network addresses from a named Directory Services object and display all parts of the address.
- 2022-02-04 01:12:02下载
- 积分:1
-
能够动态显示cpu工作频率的软件源代码,正常工作在linux2.6内核下...
能够动态显示cpu工作频率的软件源代码,正常工作在linux2.6内核下-Able to dynamically display the cpu frequency of the software source code, the normal work in the kernel linux2.6
- 2022-01-25 17:16:09下载
- 积分:1
-
User' s file system fuse windows version of the realization of
用户文件系统dokan java版本实现-User" s file system fuse windows version of the realization of
- 2022-06-29 19:21:03下载
- 积分:1
-
能够实现操作系统中页面置换算法(先进先出算法)
能够实现操作系统中页面置换算法(先进先出算法)-to achieve operating system page replacement algorithm (SJF)
- 2022-01-26 05:03:40下载
- 积分:1
-
c++语言编写的演示操作系统中的进程的换入和换出,以及进程的执行的应用程序。...
c++语言编写的演示操作系统中的进程的换入和换出,以及进程的执行的应用程序。-c language of the operating system demonstration of the process of change and buy out process and the implementation of the application.
- 2023-07-28 06:50:02下载
- 积分:1