搜索资源列表
DescParser
- pc保护模式描述符分析工具,采用VC编写,是你了解保护模式,分析描述符的好工具.-pc protected mode descr iptor analysis tools used to prepare VC, you know protected mode, Analysis descr iptors good tool.
GDT
- 386的各种保护措施的一个重要组成部分是 全局描述表(Global Descr iptor Table),
userkernelspace
- A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can us
CIRCLE
- circle descr iptor coding which is on c
myIntGate
- 通过中断门访问内核 象全局描述符表GDT一样,在整个系统中,中断描述符表IDT只有一个。中断描述符表寄存器IDTR指示IDT在内存中的位置。由于80386只识别256个中断向量号,所以IDT最大长度是2K。 中断描述符表IDT所含的描述符只能是中断门、陷阱门和任务门。也就是说,在保护模式下,80386只有通过中断门、陷阱门或任务门才能转移到对应的中断或异常处理程序。 -By interrupt doors to access the kernel Like the Glo
Script--Lab4
- Fourier descr iptor which is invariant to rotation and scaling
80x86-Protect-Mode
- 详细介绍了80x86的保护模式的要点, 包括 GDT LDT 段描述符 和 内存管理 分页机制 -Details of the main points of 80x86 protected mode, including GDT LDT descr iptor and memory management, paging mechanism
processing
- 本模拟程序实现对n个进程根据优先权的高低调度的模拟,创建进程描述符PCB,进程的优先权在运行过程中动态改变,每个时间片结束后显示当前各进程的状态。-The simulation program according to the process of the n analog low priority scheduling, to create the process descr iptor PCB, dynamically change the priority of the process d
Final_PPT_P2P-(1)
- P2P connections descr iptor
gistdescriptor
- Sift Descr iptor for image recognitio
用typedef定义结构类型
- 类型定义符 typedef C语言不仅提供了丰富的数据类型 , 而且还允许由用户自己定义类型说明符 , 也就是说 允许由用户为数据类型取“别名” 。类型定义符 typedef 即可用来完成此功能。(Type delimiter typedefC language not only provides rich data types, but also allows users to define their own types by the descr iptor, that is allowed