代码搜索:脉搏检测
找到约 5,860 项符合「脉搏检测」的源代码
代码结果 5,860
www.eeworm.com/read/389409/8523588
txt 边缘检测(sobel边缘算子).txt
www.eeworm.com/read/383837/8914436
doc 第06章 边缘检测.doc
www.eeworm.com/read/379071/9208674
doc 序列信号检测器.doc
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.