代码搜索:谐振测试
找到约 10,000 项符合「谐振测试」的源代码
代码结果 10,000
www.eeworm.com/read/172005/9727322
txt ad测试.txt
采样频率测试有两种办法:
1。用示波器观测AD中断信号的频率,或观测读信号的频率,与理论值对比
2。用较精确的波形发生器产生固定频率,如1KHz,在显示所采集数据时,显示固定点数,观察屏幕上的周期数与理论值是否一致。如信号1K,采样频率20K,显示512点,屏幕上的周期数应为:512*(1/20*1000)/(1/1*1000)
老Q(邱选兵) 12:17:49
哦,对的 ,很好,非常感谢你老兄 ...
www.eeworm.com/read/367461/9745882
doc 测试计划.doc
www.eeworm.com/read/366922/9792984
doc 软件测试.doc
www.eeworm.com/read/366922/9792991
doc 软件测试.doc
www.eeworm.com/read/269973/11052741
txt 测试帐号.txt
测试帐号1:955996566123456789 密码:072143 余额:32800 今日取款:2800 帐号状态:0
测试帐号2:955996566123564585 密码:123456 余额:150 今日取款:0 帐号状态:0
www.eeworm.com/read/269498/11096492
bas 测试for.bas
for i=1 to 100 step 5
print i;"***"
for a=1 to 10
print a
next
next
end
www.eeworm.com/read/269498/11096500
bas 测试if.bas
a=4
if a>5 then print "????"
if a5 then
if a>5 then print "????"
print "@@@@@"
else
if a
www.eeworm.com/read/269498/11096501
bas 测试on.bas
i=3
on i gosub 14,15,16
on i goto 10,11,12,13
10 print "@@@@"
11 print "####"
12 print "$$$$"
13 print "%%%"
end
14 print "*****"
return
15 print "&&&&"
return
16 print "!!!!!!!"
return