代码搜索:数字诊断软件
找到约 10,000 项符合「数字诊断软件」的源代码
代码结果 10,000
www.eeworm.com/read/293703/8277974
pdf 基于pxi总线的虚拟数字示波器软件设计.pdf
www.eeworm.com/read/430673/8733873
m 轴承外环故障诊断.m
%采样频率
fs=10000;
%齿轮点蚀声音信号
fid=fopen('GEAR2.dat','r');%故障
N=1024;
xdata=fread(fid,N,'int16');
fclose(fid);
xdata=(xdata-mean(xdata))/std(xdata,1);
%时域波形
figure(1);
plot(1:N,xdata);
xlabel('时
www.eeworm.com/read/448714/7526680
pdf 故障诊断与修复.pdf
www.eeworm.com/read/256681/6308683
vi 多因素关联分析-诊断.vi
www.eeworm.com/read/5840/78836
mht 实验9、故障自诊断.mht
www.eeworm.com/read/146814/12609789
es 工程破坏原因诊断--结果.es
www.eeworm.com/read/290020/8511827
c 数字示波器.c
// Header: 数字示波器
// File Name:lcdII.c
// Author: H.C.H
// Date:2005/8/15
//说明:基本成功
#include
#include
#include
#define uint unsigned int
#define uchar unsi
www.eeworm.com/read/289579/8542337
c 数字移动.c
#include
int a[]={0,1,2,5,8,7,6,3};
int b[9];
int c[9];
int count=0;
main()
{
int i,j,k,t;
void print();
printf("Please enter original order of digits 1~8: ");
for(i=0;i
www.eeworm.com/read/388528/8604585