代码搜索:数字电阻

找到约 10,000 项符合「数字电阻」的源代码

代码结果 10,000
www.eeworm.com/read/456941/7336529

mak 数字钟.mak

CC = iccavr CFLAGS = -e -D__ICC_VERSION="7.14C" -DATMega8 -l -g -Mavr_enhanced_small -Wa-W ASFLAGS = $(CFLAGS) -Wa-g LFLAGS = -g -e:0x2000 -Wl-W -bfunc_lit:0x26.0x2000 -dram_end:0x45f -bdata:0
www.eeworm.com/read/456941/7336530

dbg 数字钟.dbg

IMAGECRAFT DEBUG FORMAT VERSION 1.2 CPU AVR FRAMEPOINTER Y DIR E:\xiaozhiyong2009\设计资料\项目设计\ICCAVR_mega8_C\ICCAVR_mega8_数字钟\ FILE 数字钟.c FUNC port_init 7E fV BLOCK 9 7E LINE 9 7E LINE 10 7E L
www.eeworm.com/read/456941/7336531

dsn 数字钟.dsn

www.eeworm.com/read/456941/7336534

mp 数字钟.mp

NOTE: AVR Code addresses are word addresses All other addresses (including ones in FLASH) are byte addresses Area Addr Size Decimal Bytes (Attributes) ----------
www.eeworm.com/read/456941/7336535

_c 数字钟._c

//ICC-AVR application builder : 2009-3-11 12:47:48 // Target : M8 // Crystal: 8.0000Mhz #include #include void port_init(void) { PORTB = 0x00; DDRB = 0x00; PORTC
www.eeworm.com/read/456941/7336536

cof 数字钟.cof

www.eeworm.com/read/456941/7336538

hex 数字钟.hex

:020000001CC022 :0200120080C0AC :130026003F065B4F666D7D077F6F777C395E79710C000013 :14003A00CFE5D4E0CDBFDEBFCE51D0400AEA08830024E3E686 :14004E00F0E010E0EB36F10711F00192FBCF0083E6E3F0E04B :14006200
www.eeworm.com/read/456941/7336539

lst 数字钟.lst

__start: __text_start: 1D E5CF LDI R28,0x5F 1E E0D4 LDI R29,4 1F BFCD OUT 0x3D,R28 20 BFDE OUT 0x3E,R29 21 51CE SUBI R28,0x1E 22 40D
www.eeworm.com/read/456941/7336541

pwi 数字钟.pwi

www.eeworm.com/read/456941/7336543

o 数字钟.o

XL H 6 areas 12 global symbols M _数 S push_xgsetF00C Ref0000 S lsl8 Ref0000 S pop_xgsetF00C Ref0000 S mod8u Ref0000 S div8u Ref0000 A text size 184 flags 0 dbfile E:\xiaozhiyong2009\设计资料\项目设计