代码搜索:流驱动
找到约 10,000 项符合「流驱动」的源代码
代码结果 10,000
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
exe 驱动配置.exe
www.eeworm.com/read/374369/9408580
doc 驱动说明.doc
www.eeworm.com/read/166844/9994885
doc 液晶驱动.doc
www.eeworm.com/read/362423/9999844
sch 驱动板.sch
www.eeworm.com/read/359273/10158935
exe 安装驱动.exe
www.eeworm.com/read/423869/10528671
txt 驱动安装.txt
对于WDM的安装可以有三种方法:
1.对于没有即插即用硬件的WDM驱动程序,可以采用walt oney的FastInst来安装,具体的安装代码可以查看例子源代码.(需要INF文件)
2.对于没有即插即用硬件的WDM驱动程序,可以手动的添加服务和停止服务来实现动态安装和卸载.(不需要INF文件)
3.对于有即插即用硬件的WDM驱动程序,需要通过添加硬件向导来安装.
只有正确的安装了驱动程 ...
www.eeworm.com/read/278205/10559756
txt 12232驱动.txt
#define LCD_DISPLAYON 0xaf
#define LCD_DISPLAYOFF 0xae
#define LCD_DRIVERON 0xa5
#define LCD_DRIVEROFF 0xa4
#define LCD_DUTY16 0xa8
#define LCD_DUTY32 0xa9
#define LCD_END 0xee
#define LCD_RE
www.eeworm.com/read/159993/10580756
html 事件驱动.html
事件驱动
var Images=new Array();
Images[0]=new Image();
Images[0].src="./bule.gif";
Images[1]=new Image();
Images[1].src="./bule1.gif";
function changeImg(ImgI
www.eeworm.com/read/422743/10614309