-
本书是讲述VxD和设备驱动程序的权威指南。主要分为两部分。第一部分(第2到第12章)讲述Windows执行环境和VxD。第二部分(第13到第19章)讲述基于DL...
本书是讲述VxD和设备驱动程序的权威指南。主要分为两部分。第一部分(第2到第12章)讲述Windows执行环境和VxD。第二部分(第13到第19章)讲述基于DLL的驱动程序。本书几乎涵盖了设备驱动程序开发的各个层面,内容全面翔实,可读性较高。 -the book is about the VxD driver and equipment to the authority and guidance. Divided into two main parts. The first part (section 2 of chapter 12) about the implementation of the Windows environment and VxD. The second part (13 to 19) based on the DLL drivers. The book covers almost the device driver development at all levels, as comprehensive and informative, readable higher.
- 2023-04-07 17:35:04下载
- 积分:1
-
斯坦福大学的源代码教程,演示如何使用通讯录。
Stanford iPhone课程配套源码,介绍Address Book的用法。-source code of Stanford iPhone course, demo of how to use Address Book.
- 2022-05-27 21:05:09下载
- 积分:1
-
mc9328mx1的mem分配原代码,详细的配置
mc9328mx1的mem分配原代码,详细的配置-mc9328mx1 the mem allocation code, detailed configuration
- 2022-07-23 10:00:46下载
- 积分:1
-
type命令的扩充
type命令的扩充-type of expansion order
- 2022-03-21 14:10:17下载
- 积分:1
-
操作系统引导辅助程序
操作系统引导辅助程序-operating system support procedures guide
- 2023-07-26 01:50:03下载
- 积分:1
-
这个程序是模拟采用二级目录结构的磁盘文件系统中的文件操作,它可以实现对文件的一些基本管理,如:读、写、删除文件等。通过这个程序可掌握文件子系统的原理,加深对二级...
这个程序是模拟采用二级目录结构的磁盘文件系统中的文件操作,它可以实现对文件的一些基本管理,如:读、写、删除文件等。通过这个程序可掌握文件子系统的原理,加深对二级目录结构的文件系统中用户管理、文件管理、目录管理的理解,并用程序实现对文件子系统的模拟。-the procedure is simulated using two disk directory structure of the file system file manipulation, it can be achieved on some basic document management, such as : read, write, delete files. Through this procedure can grasp the principle document subsystems to enhance the structure of the two file system user management, document management, directory management, understanding, and the procedures to achieve the right documents subsystem simulation.
- 2022-05-30 23:08:31下载
- 积分:1
-
teaching nachos3.4 operating system platforms required to run Linux
教学用操作系统平台nachos3.4,需linux下运行-teaching nachos3.4 operating system platforms required to run Linux
- 2023-07-25 18:10:03下载
- 积分:1
-
OS C Programming
操作系统C++编程――批处理系统的作业调度.c-OS C Programming-- Batch Job Scheduling System. C
- 2022-04-11 20:54:50下载
- 积分:1
-
操作系统课程设计设计文档题目一的内容实现UP、DOWN原语产生3个进程:两个进程模拟需要进入临界区的用户进程。当需要进入临界区时,显示:“进程x请求进入临界区…
操作系统课程设计设计文档题目一的内容实现UP、DOWN原语产生3个进程:两个进程模拟需要进入临界区的用户进程。当需要进入临界区时,显示:“进程x请求进入临界区…”,同时向管理进程提出申请;申请返回,表示进入了临界区。在临界区中等待一段随机时间,并显示:“进程x正在临界区…”;当时间结束,显示:“进程x退出临界区…”,同时向管理进程提出退出申请;当申请返回,显示:“进程x已退出临界区。”一个进程作为原语的管理进程,接受其他进程的临界区进入请求:如果允许进入,则根据DOWN 原语的操作步骤设置相应变量,然后返回; 如果不允许进入,则进入循环等待,直到允许为止; 退出时模拟UP 操作。 进程间通信可以采用信号、消息传递、管道或网络通信方式。-Operating system design documents subject curriculum design content of the UP, DOWN primitives have three process
- 2022-10-08 23:30:03下载
- 积分:1
-
操作系统课程设计,模拟UNIX磁盘文件管理系统
• 建立文件存储介质的管理机制
• 建立目录
• 文件系统功能(显示目...
操作系统课程设计,模拟UNIX磁盘文件管理系统
• 建立文件存储介质的管理机制
• 建立目录
• 文件系统功能(显示目录、创建、删除、打开、关闭、读、写)
• 文件操作接口(显示目录、创建、删除、打开、关闭、读、写)-Operating system, curriculum design, simulation UNIX disk file management system • Create file storage media management mechanisms • • File system functions to create the directory (show directory, create, delete, open, close, read, write) • File Operation Interface (show directory, create, delete, open, close, read, write)
- 2023-02-17 07:05:03下载
- 积分:1