-
基于Windows的二级文件系统开发
基于Windows的二级文件系统开发-Windows-based development of the secondary file system
- 2022-02-15 05:56:31下载
- 积分:1
-
编写动态存储分配的一部分
Memory Allocation in C-write part of a dynamic storage allocation
package. The package provides three function calls: void initalloc(), to
initialize the data structures involved char* alloc(int n), which returns
a pointer to a block of n chars when called and void freef(char* p), which
frees the block of n chars earlier given to the data structure so that
it can be given out to another.
- 2022-06-30 05:19:02下载
- 积分:1
-
查看系统安装的驱动器
查看系统安装的驱动器-View system installed Drivers
- 2022-02-04 17:43:00下载
- 积分:1
-
《如何提取并保存图标资源》配套源代码想自己动手也做一个适合自己的图标提取工具呢?下面,就让我用我以前做过的一个工具<轻轻松松抓图标>来告诉你吧!它可以提取各种文...
《如何提取并保存图标资源》配套源代码想自己动手也做一个适合自己的图标提取工具呢?下面,就让我用我以前做过的一个工具<轻轻松松抓图标>来告诉你吧!它可以提取各种文件中的图标资源,并可将其保存为图标(ICO)、位图(BMP)两种格式。-"how to extract resources and the preservation icon" complementary to the source code yourself have done an icon for the extraction tool? Here, let me use my done before a tool tell you! It can extract various documents icon resources and the preservation of its icon (ICO), bitmap (BMP) format.
- 2022-02-04 02:41:23下载
- 积分:1
-
CDROM的控制和系统保护,使用系统的api函数实现的cd的控制及对系统的开关机的实现...
CDROM的控制和系统保护,使用系统的api函数实现的cd的控制及对系统的开关机的实现-CDROM control and system protection, use the system api function to achieve the cd on the system control and switching machines realize
- 2022-04-24 11:32:50下载
- 积分:1
-
程序自动启动的源码,主要是写入注册表,在Windows启动的时候程序可以自动启动。...
程序自动启动的源码,主要是写入注册表,在Windows启动的时候程序可以自动启动。-Automatically start the source, mainly into the registry when the Windows startup process can be automatically activated.
- 2022-11-01 13:35:04下载
- 积分:1
-
操作系统课程设计 最坏算法worst―fit
操作系统课程设计 最坏算法worst―fit-courses on operating system design algorithm for the worst worst-fit
- 2022-09-27 15:55:03下载
- 积分:1
-
存储管理中页面置换算法性能测试
要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面
置换算法进行性能测试,并对结果进行分析和比较...
存储管理中页面置换算法性能测试
要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面
置换算法进行性能测试,并对结果进行分析和比较。
(1) 最佳适应(Optimal)页面置换算法;
(2) 先进先出(FIFO)页面置换算法;
(3) 最近最久未使用(LRU)页面置换算法;
(4) 最少使用(LFU)页面置换算法。
要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式。-Memory management page replacement algorithm in the performance testing requirements: system for the distribution of partial replacement of fixed storage allocation strategy, the preparation of simulation program on the following page replacement algorithm performance testing, and the results were analyzed and compared. (1) the best adaptation (Optimal) page replacement algorithm (2) First In First Out (FIFO) page replacement algorithm (3) the most recent use of long (LRU) page replacement algorithm (4) use at least (LFU) page replacement algorithm. Requirements applicable to the keyboard input and automatically generated pages to a random sequence of two data entry methods.
- 2022-03-10 14:23:25下载
- 积分:1
-
这是一个小程序,可以获得鼠标指向的类名、文本、RGB颜色值等...
这是一个小程序,可以获得鼠标指向的类名、文本、RGB颜色值等-This is a small program, can point to the mouse class name, text, such as RGB color values
- 2023-06-20 00:00:03下载
- 积分:1
-
获取硬件信息,如CPU,硬盘,网卡等信息可用来作为软件注册手段...
获取硬件信息,如CPU,硬盘,网卡等信息可用来作为软件注册手段-Access to the hardware information, such as CPU, hard drives, network cards and other information can be used to as a software registration tool
- 2022-06-15 02:15:27下载
- 积分:1