代码搜索:脉搏检测
找到约 5,860 项符合「脉搏检测」的源代码
代码结果 5,860
www.eeworm.com/read/453840/7406815
plt 解调输出的波形过零检测).plt
www.eeworm.com/read/439939/7696988
pdf marr边缘检测算法的研究.pdf
www.eeworm.com/read/439189/7715028
pdf 06_包、帧与差错检测.pdf
www.eeworm.com/read/398616/7933583
doc 基于dsp的dtmf信号的检测.doc
www.eeworm.com/read/398300/7995393
caj 基于zernike矩的边缘检测方法.caj
www.eeworm.com/read/142667/12931403
ppt harris角点检测算法讲义.ppt
www.eeworm.com/read/142299/12952653
sch backup of 触摸屏检测仪.sch
www.eeworm.com/read/242302/13078215
txt 如何检测cdrom中有无光盘.txt
你 可 以 使 用 下 面 这 个 函 数 :
Public Function IsEmptyCDROM(sDrive As String)
Dim s
On Error GoTo ErrHandle
s = Dir(sDrive + ":\*.*")
IsEmptyCDROM = False
Exit
www.eeworm.com/read/242302/13080142
txt 如何检测是否modem与网络相连.txt
在 检 测 之 后 , 应 该 使 用 PortOpen=False关 闭 Modem。
如 何 你 要 是 想 判 断 用 户 是 否 与 Internet相 连 也 可 以 这 样 做 :
将 下 面 的 代 码 加 入 一 个 模 块 :
Public Const ERROR_SUCCESS = 0&
Public Const APINUL