代码搜索:低失真
找到约 2,815 项符合「低失真」的源代码
代码结果 2,815
www.eeworm.com/read/233619/14145695
h ds12c887.h
//引脚描述:
// D0~D7-------->P7(地址数据复用模式,P7为低8位地址)
// RD,R/W,AS 分别接单片机的/RD,/WR,ALE(P4.6.P4.7,P4.5)
// DS12887工作于Intel方式下
#ifndef DS12887
#define DS12887 1
#define SECOND (*(volatile
www.eeworm.com/read/233619/14145710
_h ds12c887._h
//引脚描述:
// D0~D7-------->P7(地址数据复用模式,P7为低8位地址)
// RD,R/W,AS 分别接单片机的/RD,/WR,ALE(P4.6.P4.7,P4.5)
// DS12887工作于Intel方式下
#ifndef DS12887
#define DS12887 1
#define SECOND (*(volati
www.eeworm.com/read/233241/14161856
c _main.c
//CH451
//AT89C51 C语言程序
//Web: http//winchiphead.com
//Author: yhw 2003.7
//功能 开机后在最低位置1,其余清零;按下键后,左移两位,在低两位显示
//十进制键值,如果按住键不放,最低位小数点点亮,释放后小数点熄灭。
#include "ADuC
www.eeworm.com/read/130605/14181880
asv lena_corrupt_lp_hp.asv
%调用图像
I1=imread('f:\lena\lena_corrupt.bmp');
figure,imshow(I1)
title('hello,i am Lena')
%巴特沃思低通滤波消噪,图像模糊;理想滤波可以解决,见LenaW.M
f=double(I1);
g=fft2(f);
g=fftshift(g);
[N1,N2]=size(g);
n=2;
d0
www.eeworm.com/read/130605/14181885
m lena_corrupt_lp_hp.m
%调用图像
I1=imread('f:\lena\lena_corrupt.bmp');
figure,imshow(I1)
title('hello,i am Lena')
%巴特沃思低通滤波消噪,图像模糊;理想滤波可以解决,见LenaW.M
f=double(I1);
g=fft2(f);
g=fftshift(g);
[N1,N2]=size(g);
n=2;
d0
www.eeworm.com/read/226053/14500999
s init_1820.s
INIT_1820:
SETB WDDATA
NOP
CLR WDDATA
;主机发出延时540微秒的复位低脉冲
MOV R0,#36
LCALL DELAY
SETB WDDATA ;然后拉高数据线
NOP
NOP
MOV R0,#36
TSR2:
JNB WDDATA,TSR3 ;等待DS1820回应
DJNZ R0,TSR2
LJMP TSR4 ; 延时
www.eeworm.com/read/219574/14875661
c led.c.c
/****************************************************************************
* 文件名:LED.C
* 功能:使用外部中断1进行B1的控制,每当有一次中断时,即取反B1控制口,以便指示中断输入。
* 使用向量中断方式。
* 说明:将跳线器JP9短接,JP4断开,然后短接/断开JP1(使EINT1为低/
www.eeworm.com/read/10881/192596
s init_1820.s
INIT_1820:
SETB WDDATA
NOP
CLR WDDATA
;主机发出延时540微秒的复位低脉冲
MOV R0,#36
LCALL DELAY
SETB WDDATA ;然后拉高数据线
NOP
NOP
MOV R0,#36
TSR2:
JNB WDDATA,TSR3 ;等待DS1820回应
DJNZ R0,TSR2
LJMP TSR4 ; 延时
www.eeworm.com/read/17131/719676
memory clockί
#ifndef _Key_H_
#define _Key_H_
#include "MacroAndConst.h"
sbit s1=P3^0; //定义按键--功能键
sbit s2=P3^1; //定义按键--增加键
sbit s3=P3^2; //定义按键--减小键
sbit rd=P3^7;//置低时用于一列按键独立
extern void keyscan(
www.eeworm.com/read/26075/953494
51
//pin脚定义
//SD卡使用SPI模式进行读写
//CS ->P2.2
//MOSI->P2.3
//CLK ->P2.4
//MISO->P2.6
sbit CS =P2^2;
sbit SI =P2^3;
sbit SCK=P2^4;
sbit SO =P2^6;
#define CS_SD_EN (CS=0) //为低时表示片选
#defi