代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/200954/15419786
c rtc.c
#include "44b.h"
#include "44blib.h"
#include "rtc.h"
void __irq Rtc_Tick(void);
//char *date[8] = {"","SUN","MON","TUE","WED","THU","FRI","SAT"};
volatile unsigned int sec_tick;
extern in
www.eeworm.com/read/200821/15424005
css space.css
BODY {
MARGIN: 0px
}
FORM {
MARGIN: 0px
}
BODY {
FILTER: none; VISIBILITY: visible! important; WORD-BREAK: break-all; ZOOM: 1! important; FONT-FAMILY: Arial; WORD-WRAP: break-word; moz-opaci
www.eeworm.com/read/113670/15451529
inp sample1d.inp
normal
50 1 0
Eingabe1
1.40
4.28
1.18
1.96
1.85
3.66
3.64
4.51
3.77
4.84
1.05
4.51
1.84
1.67
2.03
3.62
1.67
3.38
2.83
1.48
3.37
2.84
1.19
4.10
1.65
2.00
2.71
1.78
3.61
2.24
1.81
4.85
3.41
1.38
2.46
2.
www.eeworm.com/read/113557/15453228
m gonglvpu_x.m
function gonglvpu_x(x)
figure(20),
clf reset
str='X功率谱分析 ';
set(gcf,'name',str,'numbertitle','off');
if mod(length(x),2)~=0
x(length(x)+1)=0;
end
f1=fft(x);
f2=conj(f1);
normal=f1.*f2;
www.eeworm.com/read/113557/15453233
m gonglvpu_z.m
function gonglvpu_z(x)
figure(22),
clf reset
str='Z功率谱分析 ';
set(gcf,'name',str,'numbertitle','off');
if mod(length(x),2)~=0
x(length(x)+1)=0;
end
f1=fft(x);
f2=conj(f1);
normal=f1.*f2;
www.eeworm.com/read/113557/15453241
m gonglvpu_y.m
function gonglvpu_y(x)
figure(21),
clf reset
str='Y功率谱分析 ';
set(gcf,'name',str,'numbertitle','off');
if mod(length(x),2)~=0
x(length(x)+1)=0;
end
f1=fft(x);
f2=conj(f1);
normal=f1.*f2;
www.eeworm.com/read/108245/15589513
txt 00407.txt
1:打开外部已开启的应用程序
打开计算器应用程序,SW_NORMAL这个参数的说明可以到Windows.Pas单元里面去看说明。
WinExec(Pchar('C:\Windows\calc.exe'), SW_NORMAL) ;
2:关闭外部已开启的应用程序
关闭计算器程序,
procedure TForm1.Button2Click(Sender: TObject);
var