资源列表
[操作系统开发] Memory_Dis_RE
说明:此程序模拟内存的动态分配与回收,希望能给大家帮助,并能得到大家的意见,谢谢!-this simulation of dynamic memory allocation and recovery, the hope of giving everyone, and everyone's views, Thank you!<靳士伟> 在 2008-10-13 上传 | 大小:3.71kb | 下载:0
[操作系统开发] CPULoadmonitor
说明:cpu的使用状况编程,效果根windows的一样好-cpu of the use of programming and the results-as good as the windows<吕建欣> 在 2008-10-13 上传 | 大小:3.6kb | 下载: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> 在 2008-10-13 上传 | 大小:3.73kb | 下载:0
[操作系统开发] marvell_bios_Image_Generater
说明:此为制作IMG文件的源码。根据readme中提供的说明下载相应编译器就可。-IMG production of this document to the source. According to the readme provided in the corresponding download compiler can.<jiangtao> 在 2008-10-13 上传 | 大小:3.71kb | 下载:0
[操作系统开发] memmgr
说明:模拟内存管理。 申请内存时,若当前结点指示的内存为空且大小相同,则直接将该节点的标志位置成0,并返回该节点的首地址,若当前结点指示的内存空间大于申请的空间,则申请一个新结点插入到当前结点的后面,将当前节点的标志位置成0,内存块大小改成申请的内存的大小,将新建结点的标志位置成空,大小为原来块的大小减去当前结点块的大小。 若申请的内存空间大于当前空结点的块的大小,则继续向后查找。 释放内存时,定义*prev,*prv *prev指向释放内存块,prv指向所释放内存块的前结点。 若释<zhaoyan> 在 2008-10-13 上传 | 大小:3.68kb | 下载:0