代码搜索:10 有哪些应用?
找到约 10,000 项符合「10 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/157219/11729280
cpp 10_10.cpp
#include
void main()
{ int a[10]={1,2,3,4,5,6,7,8,9,10},k,*p;
p=a;
k=*(p+4)+*p++;
printf("%d",k);
}
www.eeworm.com/read/156874/11758088
txt 10-10.txt
%例10-10 switch - case - otherwise - end分支语句的使用。
function lower1(method)
switch method
case {'linear','bilinear'}
disp('Method is linear')
case 'cubic'
www.eeworm.com/read/255160/12098161
jpg 10-10.jpg
www.eeworm.com/read/151751/12177428
m 10-10.m
wname = 'db5';
%设置小波名
[Lo_D,Hi_D,Lo_R,Hi_R] = wfilters(wname);
% 计算与给定小波名相关的四个滤波器
subplot(221); stem(Lo_D);
title('分解低通滤波器');
subplot(222); stem(Hi_D);
title('分解高通滤波器');
subplot(223); ste
www.eeworm.com/read/252193/12294857
c 10-10.c
#include
#include
#include
#include
#include
#include
#include
#include
#if defined_GNU_LIBRARY
www.eeworm.com/read/148879/12417842
m 10-10.m
wname = 'db5';
%设置小波名
[Lo_D,Hi_D,Lo_R,Hi_R] = wfilters(wname);
% 计算与给定小波名相关的四个滤波器
subplot(221); stem(Lo_D);
title('分解低通滤波器');
subplot(222); stem(Hi_D);
title('分解高通滤波器');
subplot(223); ste
www.eeworm.com/read/127242/14366680
m 10-10.m
wname = 'db5';
%设置小波名
[Lo_D,Hi_D,Lo_R,Hi_R] = wfilters(wname);
% 计算与给定小波名相关的四个滤波器
subplot(221); stem(Lo_D);
title('分解低通滤波器');
subplot(222); stem(Hi_D);
title('分解高通滤波器');
subplot(223); ste
www.eeworm.com/read/223049/14663020