代码搜索:底层驱动
找到约 10,000 项符合「底层驱动」的源代码
代码结果 10,000
www.eeworm.com/read/332810/12726804
cpp test1device.cpp
// Test1Device.cpp
// Implementation of Test1Device device class
//
// Generated by DriverWizard version DriverStudio 3.1.0 (Build 1722)
// Requires Compuware's DriverWorks classes
//
//本程序修改自驱动
www.eeworm.com/read/332530/12749702
cpp keyboarddriver.cpp
// KeyBoard.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
#include "KeyBoardDriver.h"
//驱动程序的动态入口 WINAPI DllEntry APIENTRY DllMain
BOOL WINAPI DllEntry(
www.eeworm.com/read/332530/12749736
cpp keyboarddriver.cpp
// KeyBoard.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
#include "KeyBoardDriver.h"
//驱动程序的动态入口 WINAPI DllEntry APIENTRY DllMain
BOOL WINAPI DllEntry(
www.eeworm.com/read/244617/12852622
txt 新建 文本文档.txt
希望高手把你们的程序也拿出来分享下!!
/**********************************************************
*DS1820驱动程序
*版本:V1.0
*编程:飞扬
**********************************************************/
#include
//
www.eeworm.com/read/329217/12969740
vhd seg7_leddrv.vhd
--/*****************************************************************************
-- * 源文件: seg7_leddrv.vhd
-- * 模块: 七段数码管驱动
-- * 版权:
-- * Copyright(C) 北京联华众科科技有限公司
-- * www.lianh
www.eeworm.com/read/329216/12970030
vhd seg7_leddrv.vhd
--/*****************************************************************************
-- * 源文件: seg7_leddrv.vhd
-- * 模块: 七段数码管驱动
-- * 版权:
-- * Copyright(C) 北京联华众科科技有限公司
-- * www.lianh
www.eeworm.com/read/137614/13308602
asm lcd--led.asm.asm
;***LCD驱动***
RS EQU P1.3
RW EQU P1.4
E EQU P1.5
COM EQU 20H
DAT EQU 21H
;******************接口定义
START: