代码搜索:低失真
找到约 2,815 项符合「低失真」的源代码
代码结果 2,815
www.eeworm.com/read/462735/7197247
asm turn lamp.asm
ORG 0000H
AJMP START1
ORG 0030H
SAME EQU 4EH
START1: MOV P1,#00H ;无输入时无输出
START: MOV A,P3 ;读P3口数据
ANL A,#1FH ;取用P3口的低五位数据
CJNE A,#1FH,SHIY ;对P3口低五位数据进行判断
AJMP START1
www.eeworm.com/read/452469/7440554
asm turn lamp.asm
ORG 0000H
AJMP START1
ORG 0030H
SAME EQU 4EH
START1: MOV P1,#00H ;无输入时无输出
START: MOV A,P3 ;读P3口数据
ANL A,#1FH ;取用P3口的低五位数据
CJNE A,#1FH,SHIY ;对P3口低五位数据进行判断
AJMP START1
www.eeworm.com/read/448552/7530730
txt 部分程序.txt
modbus.c
#i nclude "main.h"
//字地址 0 - 255 (只取低8位)
//位地址 0 - 255 (只取低8位)
/* CRC 高位字节值表 */
const uint8 code auchCRCHi[] = {
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0,
0x8
www.eeworm.com/read/326005/13170778
asm turn lamp.asm
ORG 0000H
AJMP START1
ORG 0030H
SAME EQU 4EH
START1: MOV P1,#00H ;无输入时无输出
START: MOV A,P3 ;读P3口数据
ANL A,#1FH ;取用P3口的低五位数据
CJNE A,#1FH,SHIY ;对P3口低五位数据进行判断
AJMP START1
www.eeworm.com/read/137272/13335851
bak send_da.bak
org 0000h
ajmp main
org 0030h
main:mov sp,#60h
l:acall send
sjmp l
send:
CLR P3.0;片选有效
MOV R2,#4;将要送入的前四位数据位数
MOV A,R0;前四位数据送累加器低四位
SWAP A;A中高四位与低四位互换
LCALL WRdata;D
www.eeworm.com/read/313385/13589348
asm turn lamp.asm
ORG 0000H
AJMP START1
ORG 0030H
SAME EQU 4EH
START1: MOV P1,#00H ;无输入时无输出
START: MOV A,P3 ;读P3口数据
ANL A,#1FH ;取用P3口的低五位数据
CJNE A,#1FH,SHIY ;对P3口低五位数据进行判断
AJMP START1
www.eeworm.com/read/488265/6490930
asm turn lamp.asm
ORG 0000H
AJMP START1
ORG 0030H
SAME EQU 4EH
START1: MOV P1,#00H ;无输入时无输出
START: MOV A,P3 ;读P3口数据
ANL A,#1FH ;取用P3口的低五位数据
CJNE A,#1FH,SHIY ;对P3口低五位数据进行判断
AJMP START1
www.eeworm.com/read/234306/14116431
asm naozh.asm
//p1.1时调整
//p1.2分调整
//p1.3闹铃(6:30)设定/取消 p1.6变为低
//p3.2闹铃(7:30p1.7低)/(6:30)
JISHi0 EQU 62H
JISHi1 EQU 63H
jishi2 equ 60h
jishi3 equ 61h
jishi equ 64h
naoshi equ 28h
naofen equ 66h
tiaosh
www.eeworm.com/read/131543/14138804
asm zong.asm
;内存分配声明
TEMPER_L EQU 29H;用于保存读出温度的低字节
TEMPER_H EQU 28H;用于保存读出温度的高字节
T_DF EQU 27H ;FORMAT后的小数部分(decimal fraction),半字节的温度小数(存在低四位)
T_INTEGER EQU 26H ;FORMAT后的整数部分(integer),将两字节的温度整合成1字节
F
www.eeworm.com/read/226464/14464998
asm turn lamp.asm
ORG 0000H
AJMP START1
ORG 0030H
SAME EQU 4EH
START1: MOV P1,#00H ;无输入时无输出
START: MOV A,P3 ;读P3口数据
ANL A,#1FH ;取用P3口的低五位数据
CJNE A,#1FH,SHIY ;对P3口低五位数据进行判断
AJMP START1