搜索资源列表
memorymappedfilesyntaxoperation
- 6.如何使用内存映射文件实现多个程序间互斥运行?-6. How to use memory-mapped file to achieve a number of procedures among mutually exclusive operation?
FileMapTransTxt
- 通过内存映射文件数据传输程序,输入内容,可以在另外一个区域显示出来-through memory-mapped file data transfer procedures, import content, in addition a regional show
memory
- 内存映射实例,需要的可以看下,C语言编写
OS
- 本课件是本站最全的操作系统课件了,相比其他的来说更加丰富,达14M大小,是我曾经学习过的,是一个学期的总结了,欢迎大家下载 操作系统找到该程序,检查其类型 用户告诉操作系统执行hello程序 检查程序首部,找出正文和数据的地址 文件系统找到第一个磁盘块 父进程需要创建一个新的子进程,执行hello程序 操作系统需要将执行文件映射到进程结构 操作系统设置CPU上下文环境,并跳到程序开始处 程序的第一条指令执行,失败,缺页中断发生 操作系统分配一页内存,并将
CPP_memory-management-mechanism
- 全面介绍内存管理机制及C++内存分配实例,包括进程空间、内存状态查询、内存映射文件。-Comprehensive introduction to the memory management mechanism and C + + memory allocation instances, including the process space, memory status query, the memory-mapped file.
MM_TOOL
- 用memory的方式来访问device的在内存中的映射-Way to access the memory device mapped memory
os_2
- 段页式虚拟存储管理,为一个进程的内存申请(多少个段,每个段多大)分配内存,当一个进程(完成)结束时回收内存;对一个给定逻辑地址,判断其是否缺段、缺页,若不缺段、不缺页,则映射出其物理地址;若缺段则进行缺段中断处理,若缺页则进行缺页中断处理。-Section paged virtual memory management, a process memory application (how many segments, each much) to allocate memory, when a p
code
- vxworks一些程序 Char.c和Char.h是字符型设备驱动模板 Blk.c是块设备驱动模板 PCI.c是PCI设备映射内存空间模板-vxworks some programs Char.c and Char.ch is a character device driver template Blk.c is a block device driver template PCI.c are PCI devices mapped memory space templat