代码搜索:耳机接口

找到约 10,000 项符合「耳机接口」的源代码

代码结果 10,000
www.eeworm.com/read/284974/8880877

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/284974/8881100

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/283598/9002794

txt 基本tcp套接口编程一.txt

基本TCP套接口编程一 -------------------------------------------------------------------------------- 第八军团 时间:2004-1-17 21:36:52 概述 socket() --得到文件描述符! bind() --我们在哪个端口? connect() --H
www.eeworm.com/read/283598/9002903

txt 基本tcp套接口编程二.txt

基本TCP套接口编程二 -------------------------------------------------------------------------------- 第八军团 时间:2004-1-17 21:35:42 并发服务器 迭代服务器 iterative server 单进程 并发服务器 concurrent server