论文标题:PCI数据加密卡的NT式驱动程序研究与实现 Algorithm Study for Face Recognition Using Hidden Markov Models 论文作者 袁亮 论文导师 钱光弟,论文学位 硕士,论文专业 检测技术与自动化装置 论文单位 电子科技大学,点击次数 87,论文页数 63页File Size4948k 2002-03-27论文网 http://www.lw23.com/lunwen_574846422/ PCI总线;驱动程序;数据加密卡;NT操作系统 PCI bus;device driver;data encryption device card;NT system 驱动程序的编写在国内是一个比较新而且困难的课题,本文讨论了PCI总线数据加密卡NT式驱动程序的编写,在本文的组织过程中,采用了循序渐进的方法,介绍了相关的软件系统结构、硬件基础、驱动结构、实现方法等等。可以说,本文所实现的驱动程序的意义不仅仅在于可以完成对数据加密卡的驱动,更重要的是,编写驱动程序所采用的方法和代码结构可以适用于NT系统平台的其他PCI设备,从而实现同类的驱动程序的编写。 全文共分为七章。第一章引言介绍驱动程序开发的国内外的现状和本文所实现驱动程序的技术难点。在第二章中将介绍在开发过程中必备的NT系统内核模式环境基础知识,接着在第三章中针对性介绍必要的PCI总线加密卡硬件知识,第四章开始正式解决编写程序中遇到的关键问题。最后两章分别对驱动程序的安装方法和测试驱动程序的一些问题作了说明。 本文所实现的驱动程序代码具有模块化,执行效率高,速度快,易维护,易移植的特点,并且已经产品化。 Driver development is a new and difficult subject in our country.This paper describes how to create a PCI Device driver for data encryption device card.In this paper ,we describe relative system structure.basic hardware knowledge.framework of driver ,the way of implementation etc. The meaning of this paper is not only driving the data encryption devcie card.but also the way of implemetation and structure of the source codes can be suit for other PCI device drivers under NT system.There are seven chapters in this paper.ln chapter one ,we describe the actual state of driver development.In chapter two.we can see the basic knowledge of NT kernel-mode driver.After this,in chaper three are some informations about PCI data encryption device card.The ways to deal with the very difficult and important issues will be explained in detail in chapter four.The latest two chapters will describe how to install the driver and how to test the driver.The finished driver for the PCI data encryption device card have characters of modularization,high efficiency,high speed.easy maintenance. Now,we have made it to commodity.
|