代码搜索:抗抖动
找到约 542 项符合「抗抖动」的源代码
代码结果 542
www.eeworm.com/read/451717/7457526
c~ 外部中断int0例子.c~
/***************************************************
CodeWizardAVR V1.24.8d Professional
//PD2插上跳线帽/PD3插上跳线帽/PC插上跳线帽,其他的开路
//使用内部时钟
//按动SW按键就可以打开/关闭蜂鸣器
//本例子没有考虑太多的按键防抖动功能
**********************
www.eeworm.com/read/451717/7457527
c 外部中断int0例子.c
/***************************************************
CodeWizardAVR V1.24.8d Professional
//PD2插上跳线帽/PD3插上跳线帽/PC插上跳线帽,其他的开路
//使用内部时钟
//按动SW按键就可以打开/关闭蜂鸣器
//本例子没有考虑太多的按键防抖动功能
**********************
www.eeworm.com/read/240538/13214737
m 8-13.m
rgb=imread('lily.tif');
imshow(rgb);
title('原始图像');
[X_no_dither,map]=rgb2ind(rgb,8,'nodither');
[X_dither,map]=rgb2ind(rgb,8,'dither');
figure, imshow(X_no_dither,map);
title('没有抖动的变换图像');
fi
www.eeworm.com/read/324902/13238861
m 8-13.m
rgb=imread('lily.tif');
imshow(rgb);
title('原始图像');
[X_no_dither,map]=rgb2ind(rgb,8,'nodither');
[X_dither,map]=rgb2ind(rgb,8,'dither');
figure, imshow(X_no_dither,map);
title('没有抖动的变换图像');
fi
www.eeworm.com/read/151751/12177589
m 8-13.m
rgb=imread('lily.tif');
imshow(rgb);
title('原始图像');
[X_no_dither,map]=rgb2ind(rgb,8,'nodither');
[X_dither,map]=rgb2ind(rgb,8,'dither');
figure, imshow(X_no_dither,map);
title('没有抖动的变换图像');
fi
www.eeworm.com/read/151424/12212109
asm 单片机最小系统.asm
KEYIN: JNB SSET,KEYIN1 ;判断SET键是否按下
ACALL DELAY1 ;延时去抖动
JNB SSET,KEYIN1
JB SSET,$ ;判断SET键是否松开
INC FLASH ;SET键按下调整闪烁标志位
MOV R7,FLASH
C
www.eeworm.com/read/148879/12417974
m 8-13.m
rgb=imread('lily.tif');
imshow(rgb);
title('原始图像');
[X_no_dither,map]=rgb2ind(rgb,8,'nodither');
[X_dither,map]=rgb2ind(rgb,8,'dither');
figure, imshow(X_no_dither,map);
title('没有抖动的变换图像');
fi
www.eeworm.com/read/127242/14366799
m 8-13.m
rgb=imread('lily.tif');
imshow(rgb);
title('原始图像');
[X_no_dither,map]=rgb2ind(rgb,8,'nodither');
[X_dither,map]=rgb2ind(rgb,8,'dither');
figure, imshow(X_no_dither,map);
title('没有抖动的变换图像');
fi
www.eeworm.com/read/249868/12465447
m 8-13.m
rgb=imread('lily.tif');
imshow(rgb);
title('原始图像');
[X_no_dither,map]=rgb2ind(rgb,8,'nodither');
[X_dither,map]=rgb2ind(rgb,8,'dither');
figure, imshow(X_no_dither,map);
title('没有抖动的变换图像');
fi
www.eeworm.com/read/334943/12560741
m 8-13.m
rgb=imread('lily.tif');
imshow(rgb);
title('原始图像');
[X_no_dither,map]=rgb2ind(rgb,8,'nodither');
[X_dither,map]=rgb2ind(rgb,8,'dither');
figure, imshow(X_no_dither,map);
title('没有抖动的变换图像');
fi