设备驱动程序开发包,DDK
1)DDK设备驱动程序开发包
英文短句/例句

1.DDK (Device Drivers Kit)设备驱动程序开发包
2.The Development of Virtual Device Driver Used for Data Acquisition Based on Windows;Windows下数据采集设备驱动程序的开发
3.Study and Development of Embedded Linux Device Driver嵌入式Linux设备驱动程序的研究与开发
4.Development of network driver program based on embedded Linux基于ARM的Linux网络设备驱动程序开发
5.Development of the device driver for the electric power SCADA system电力SCADA系统设备驱动程序开发
6.Development and Research of Embedded Linux Device Driver嵌入式Linux设备驱动程序的开发研究
7.The development of device driver on embedded Linux systems嵌入式下Linux系统设备驱动程序的开发
8.Design and Realizationof USB Device Driver Based on WDMWDM模型下开发USB设备驱动程序的设计与实现
9.Design and Development of the IEEE1394 Driver Program Based on DDK基于DDK的IEEE1394设备驱动程序的设计与开发
10.Research of Embedded Linux System and Development of Net Device Driver;嵌入式Linux系统研究与网络设备驱动程序开发
11.The Development and Application of USB Device Drivers Based on Windows WDM;基于Windows WDM的USB设备驱动程序开发与应用
12.Study of Embedded Linux and Its Device Driver Development;嵌入式Linux的研究及其设备驱动程序的开发
13.On the Development of Virtual X Device while Hardware Interrupt in Windows98;Windows98下硬件中断虚拟设备驱动程序的开发
14.Embedded Linux Platform of the Network Device Driver Development嵌入式平台上Linux网络设备驱动程序的开发
15.Design on Device Driver Program of PCI Data Acquisition Card Based on WinDriver基于WinDriver的PCI数据采集卡的设备驱动程序开发
16.installable device driver可安装的设备驱动程序
17.Design and Development of Communication Driver for SCADA Software通用组态软件驱动程序的设计与开发
18.The framework of the card is described and the development of its virtual devicedriver(DxD) is discussed.介绍了信号处理卡的硬件结构及其虚拟设备驱动程序的开发方法。
相关短句/例句

device driver ki(tDDK)设备驱动程序包
3)device driver subroutine package设备驱动子程序包
4)Device Driver Development and Testing设备驱动程序开发与测试
5)Device driver设备驱动程序
1.The development of device driver in open-architecture CNC system based on Windows CE;基于Windows CE的开放式数控系统设备驱动程序开发
2.CAN bus device driver design of fire alarm system based on μclinux;基于μClinux的火灾报警系统CAN总线设备驱动程序设计
3.Developing Linux device driver on embedded microprocessor;嵌入式微处理器的Linux设备驱动程序开发
6)WDM driverWDM设备驱动程序
延伸阅读

编译程序的编译程序编译程序的编译程序compiler-compiler b Ianyi ehengxu de blanyi chengxu编译程序的编译程序《compile卜伪mpiler》产生编译程序的编译程序。它接受用某一适当的表示体系描述的某一语言类中任一语言A的词法规则、语法规则、语义规则和(或)代码生成规则,并从这些描述产生出用目标语言B写的关于语言A的编译程序的全部或部分。编译程序的编译程序又称为偏译租序的生成租序。 通常,编译程序分成词法分析程序、语法分析程序、语义分析程序、代码生成程序等若干部件。这些部件可以用一个总的编译程序的编译程序的不同部分来生成,也可以分别用不同的专用生成程序来生成。这些专用生成程序包括词法分析程序的生成程序,语法分析程序的生成程序和代码生成程序的生成程序等。 词法今析租序的生成粗序接受以正则文法或其它类似文法描述的单词,构造一个有限状态自动机,由此生成一个词法分析程序。 语法介析程序的生成程序接受以上下文无关文法的形式描述的源语言的语法,生成一个语法分析程序。各种语法分析程序的生成程序随实现语言、语法分析算法的原理以及源程序中语法错误处理能力的不同而异。如采用LR的语法分析程序的生成程序YACC和采用递归下降法的语法分析程序的生成程序L比en。 语义分析程序、中间代码生成程序和目标代码生成程序的生成程序的设计与实现与形式化的语义描述紧密相关。语义描述形式化技术相当困难,目前大多数生成程序中语义描述还是采用非形式化,它们的基本思想是为源语言的上下文无关文法的语法符号或产生式配以翻译子程序(语义动作或语义子程序)。 现有不少性能很好的编译程序的编译程序,如词法分析程序的生成程序LEX,语法分析程序的生成程序yACC和LLgen,它们都显著提高了编译程序的开发效率。