代码搜索:低失真
找到约 2,815 项符合「低失真」的源代码
代码结果 2,815
www.eeworm.com/read/123559/14624516
h keyboard16.h
#include "..\inc\def.h"
U16 GetScanKey();
U32 GetKey(); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)
void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt
www.eeworm.com/read/121059/14770583
h file1.h
struct FDS
{uchar DirName[11]; //0~10 文件名
Uint32 DirLongName[13]; //长文件名
Uint32 DirFstClusHI; //20~21文件入口簇号高字
Uint32 DirFstClusLO; //26~27文件入口簇号低字
uchar DirFileSi
www.eeworm.com/read/216377/15016542
h keyboard16.h
#include "..\inc\def.h"
U32 GetKey(); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)
void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt
U32 GetNoTaskKey();
www.eeworm.com/read/209636/15216148
h keyboard16.h
#include "..\inc\def.h"
U32 GetKey(); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)
void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt
U32 GetNoTaskKey();
www.eeworm.com/read/209470/15218916
h keyboard16.h
#include "..\inc\def.h"
U32 GetKey(); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)
void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt
U32 GetNoTaskKey();
www.eeworm.com/read/206340/15296447
c ds18b20.c
#include
void delay(unsigned int i)
{
while(i--);
}
//初始化函数
Init_DS18B20(void)
{
unsigned char x=0;
DQ = 1; //DQ复位
delay(8); //稍做延时
DQ = 0; //单片机将DQ拉低
de
www.eeworm.com/read/9019/161200
asm 百位键处理子程序-keybw.asm
;##############个位键处理子程序-KEYBW ############
;入口参数:无
;出口参数:无
;需调用函数:显示机号子程序-DISJIHAO
;说明:会修改JIHAOH的低四位,使之从零到九循环增加
; EDSCAN定义在个位键处理子程序内
;################################################
KEYB
www.eeworm.com/read/15285/446878
h file1.h
struct FDS
{uchar DirName[11]; //0~10 文件名
Uint32 DirLongName[13]; //长文件名
Uint32 DirFstClusHI; //20~21文件入口簇号高字
Uint32 DirFstClusLO; //26~27文件入口簇号低字
uchar DirFileSi
www.eeworm.com/read/15344/448791
h file1.h
struct FDS
{uchar DirName[11]; //0~10 文件名
Uint32 DirLongName[13]; //长文件名
Uint32 DirFstClusHI; //20~21文件入口簇号高字
Uint32 DirFstClusLO; //26~27文件入口簇号低字
uchar DirFileSi
www.eeworm.com/read/28114/993767
asm sr02.asm
;程序:SR02.ASM
MOV DPTR,#TABLE ; 存表
MOV P0, #0FFH ; LED全灭
LOOP: MOV A, P3 ; 从P3口读入DIP开关值
ANL A, #0FH ; 高4位清0,取低四位
ACA