资源列表
[汇编语言] (类)设计并实现一个具有并,交差等功能的集合类
说明:(类)设计并实现一个具有并,交差等功能的集合类 (假设采用顺序存储结构)。编写菜单驱动的C++程序, 利用该类实现集合的并,交差等运算。 -() design and implementation, and have a, perfunctory function of the collection classes (assuming sequential storage structure). Prepare a menu-driven C procedure, and us<蒋丽娜> 在 2025-06-25 上传 | 大小:4kb | 下载:0
[汇编语言] TEMIC读卡源程序
说明:这是一个TEMIC卡的读卡源程序,可作为TEMIC卡应用产品的前端信息源识别模块,配合应用产品使用-This is a card reader TEMIC source, TEMIC cards can be used as the front-end applications to identify the source of information modules, combined with the use of products<lx> 在 2025-06-25 上传 | 大小:4kb | 下载:0
[操作系统开发] OS进程调度模拟
说明:1、按优先权调度算法,实现处理器调度。 2、主存储器空间的分配和回收 在可变分区管理方式下,采用最先适应算法实现主存空间的分配和回收。-1, priority scheduling algorithm to achieve processor scheduling. 2, the main memory space allocation and recovery of the variable area management, using the first algorithm to a<陈为> 在 2025-06-25 上传 | 大小:4kb | 下载:0
[汇编语言] 21codes.comcn700_hb612599246624
说明:汇编语言源代码下载大全,在里面你可以找到各种你需要的源码-assembly language source code download Daquan, you can try all you need to find the source<徐> 在 2025-06-25 上传 | 大小:4kb | 下载:0
[操作系统开发] Linux内存管理模拟器
说明:Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,<罗鹏魁> 在 2025-06-25 上传 | 大小:4kb | 下载:0