代码搜索:CCD驱动
找到约 10,000 项符合「CCD驱动」的源代码
代码结果 10,000
www.eeworm.com/read/442066/7660499
obj 160128驱动程序.obj
www.eeworm.com/read/442066/7660503
c 160128驱动程序.c
#include"t6963c.h"
#include"at89x51.h"
#include"tab.h"
//引脚定义
sbit _CD=P1^5;
sbit _RD=P1^6;
sbit _WR=P1^7;
#define Pin P2
//读状态函数
unsigned char Read_State()
{
unsigned char a;
P2=0xff;//读状
www.eeworm.com/read/441328/7671784
ppt 驱动讲义nzy.ppt
www.eeworm.com/read/441328/7671786
ppt 驱动讲义hxy.ppt
www.eeworm.com/read/440225/7691799
bat 查看驱动器.bat
@echo off
setlocal enabledelayedexpansion
for /f "skip=1 tokens=1,2 delims=\" %%a in ('fsutil fsinfo drives^|find /v ""') do (
set aa=%%a
set aa=!aa:~-2!
for %%i in (!aa!) do fsutil f
www.eeworm.com/read/439705/7702591
txt 595驱动程序.txt
带锁存功能的串入并出芯片。这里给出74hc595的c51驱动程序。
//作者:晒太阳的小猪
//个人blog:http://emcu.c51bbs.com
//转载使用请注明
//定时器晶体振荡器11.0592M.
#i nclude
#i nclude
#define uint unsigned int
#define uchar
www.eeworm.com/read/399501/7856728
rar 173611spi驱动.rar
www.eeworm.com/read/297882/7990151
pdf 设备驱动设计文档.pdf
www.eeworm.com/read/247388/12661944
rar sdio驱动程序.rar
www.eeworm.com/read/143469/12873412