代码搜索:耳机接口
找到约 10,000 项符合「耳机接口」的源代码
代码结果 10,000
www.eeworm.com/read/358032/10197070
ppt arm7tdmi总线接口.ppt
www.eeworm.com/read/356841/10220414
doc sd卡接口的完整规范.doc
www.eeworm.com/read/356436/10226925
ppt 第13章 图形用户接口.ppt
www.eeworm.com/read/425060/10382891
pdf 29c#面向对象:接口.pdf
www.eeworm.com/read/353963/10401213
doc 实验三 ad转换接口.doc
www.eeworm.com/read/424315/10464106
txt 13.6.2 can接口c语言编程.txt
#ifndef BASICCANCONF_H
#define BASICCANCONF_H
#include
#include
#include
#include
void Init Cpu(void);
void Init TO(void)
www.eeworm.com/read/424315/10464646
txt 10.1.2独立式键盘接口.txt
KEYIN:
MOV DPTR,#7FFFH
MOVX A,@DPTR
ANL A,#1FH
MOV R3,A
LCALL D_l0ms
MOVX A,QDPTR
ANL A,#1FH
CJNE A,R3,PASS
CJNE A,#FEh,TO_2
LJMP KE
www.eeworm.com/read/423869/10528687
txt 符号链接设备接口的打开.txt
驱动程序:
1.创建符号链接:
UNICODE_STRING deviceName, linkName;//定义两个UNICODE_STRING类型的字符串
RtlInitUnicodeString( &deviceName, NT_DEVICE_NAME);//填充该结构
RtlInitUnicodeString( &linkName, SYM_LINK_NAME);
//
www.eeworm.com/read/160320/10543792