代码搜索:车型检测
找到约 5,920 项符合「车型检测」的源代码
代码结果 5,920
www.eeworm.com/read/373195/9470074
txt 键盘扫描和键值检测.txt
C51编程:斑竹老大帮帮忙呀!!! [chenchenxxx] [55次] 01-6-7 下午 07:58:31
各位朋友你们好,我最近刚刚接触C51语言,并且要用它来编辑一个键盘扫描和键值检测程
序,我觉得很难,因为我刚刚接触这个语言,请各位C51语言的编程高手帮帮我吧,谢谢
了!这个键盘是通过138译码器(A,B,C三端分别接89C52单片机的P1-0,P1-1,P1-2)
和89C5 ...
www.eeworm.com/read/356556/10224807
doc 循环谱检测ofdm信号.doc
www.eeworm.com/read/280366/10334606
doc 10110序列检测器.doc
www.eeworm.com/read/279245/10451744
txt 错误检测_常量被赋值.txt
program mini;
const tea=10;
begin
write(tea);
tea:=20
end.
www.eeworm.com/read/279245/10451905
txt 错误检测_过程名出错.txt
program fun;
var zhou,ming;
procedure love;
begin
zhou:=ming
end
begin
call zhou
end
www.eeworm.com/read/279245/10451963
txt 错误检测_常量被赋值.txt
program mini;
const tea=10;
begin
write(tea);
tea:=20
end.
www.eeworm.com/read/279245/10452014
txt 错误检测_过程名出错.txt
program fun;
var zhou,ming;
procedure love;
begin
zhou:=ming
end
begin
call zhou
end
www.eeworm.com/read/353189/10466328