代码搜索:VFD驱动
找到约 10,000 项符合「VFD驱动」的源代码
代码结果 10,000
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:
www.eeworm.com/read/323800/13316914
pas diskop.pas
unit diskop;
interface
uses
SysUtils, Windows,JwaWinIoctl;
function logicdiskread(diskname: Pansichar; //磁盘扇区读取驱动盘或文件名称
SectorStart: integer; //起始扇区数
SectorCount: integer; //读写扇区
www.eeworm.com/read/323800/13317051
~pas diskop.~pas
unit diskop;
interface
uses
SysUtils, Windows,JwaWinIoctl;
function logicdiskread(diskname: Pansichar; //磁盘扇区读取驱动盘或文件名称
SectorStart: integer; //起始扇区数
SectorCount: integer; //读写扇区
www.eeworm.com/read/322499/13378708
c zlg7289.c
/****************************************************************************
* File:ZLG7289.C
* 功能:ZLG7289A键盘显示芯片显示驱动程序。
* 说明:MCS-51单片机,晶振不要大于12MHz。
**********************************************