代码搜索:VFD驱动
找到约 10,000 项符合「VFD驱动」的源代码
代码结果 10,000
www.eeworm.com/read/258097/11886990
c vfd_drv_hc164.c
/*
** FUNCTION
** polling_vfdr
**
** DESCRIPTION
** check if polling-ready
**
** history:
** 2004-7-19 15:17
** wanghaoying move the following functio for ht1621 here
*/
void reset_vfd(v
www.eeworm.com/read/221455/14741189
c futaba.c
#include "includes.h"
#define GB_StartAddr 0x801C0000
#define VFD_CHIP_EN() {IO0CLR_bit.P0_12 = 1;} //芯片使能,
#define VFD_CHIP_DIS() {IO0SET_bit.P0_12 = 1;} //芯片禁能
#define VFD_CMD_EN() {IO
www.eeworm.com/read/291457/8417080
asm 电机驱动.asm
www.eeworm.com/read/189091/8490397
exe 安装驱动.exe
www.eeworm.com/read/430966/8715412
exe 安装驱动.exe
www.eeworm.com/read/385730/8791227
rar 驱动代码.rar
www.eeworm.com/read/383930/8910657
txt 串口驱动.txt
原来一直以为只有赵学庆一个高手,代码贴出来吓我一跳,原来CSDN有这么多扎实人,天天来CSDN值得啊...
[code=Java]
//初始化串口驱动
private boolean initCommDriver_win32() {
try {
System.loadLibrary( "win3
www.eeworm.com/read/284223/8953076
exe 安装驱动.exe
www.eeworm.com/read/281926/9126850
txt 时钟驱动.txt
#include "reg51.h"
#include "intrins.h"
sbit SD2001_SDA= P2^1;
sbit SD2001_SCL= P2^3;
sbit SCLE = P1^5;
sbit SDAE = P1^4;#define SomeNOP(); { _nop_(); _nop_(); _nop_();_nop_(); }
unsigned
www.eeworm.com/read/182163/9213864