代码搜索:Num

找到约 10,000 项符合「Num」的源代码

代码结果 10,000
www.eeworm.com/read/464071/7169953

lst num_led.lst

############################################################################## # # # IAR Atmel AVR C/EC++ Compiler V2.28A/W
www.eeworm.com/read/464071/7169956

lst num_ied.lst

__text_start: __start: 0051 EFCF LDI R28,0xFF 0052 E1D0 LDI R29,0x10 0053 BFCD OUT P3D,R28 0054 BFDE OUT P3E,R29 0055 51C0 SUBI R28,0x10 0056 40
www.eeworm.com/read/464071/7169959

mp num_ied.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/464071/7169961

avd num_ied.avd

www.eeworm.com/read/464071/7169962

mak num_ied.mak

CC = iccavr CFLAGS = -IC:\ICC\include\ -e -DATMEGA -l -g -Mavr_enhanced ASFLAGS = $(CFLAGS) -Wa-g LFLAGS = -LC:\ICC\lib\ -m -g -ucrtatmega.o -bfunc_lit:0x8c.0x20000 -dram_end:0x10ff -bdata:0x1
www.eeworm.com/read/464071/7169963

c num_led.c

#include #ifndef iar #include #endif #define xtal 4 const unsigned char seg_table[16]={0xc0,0xf9,0xa4,0xb0,0x99,0x92, 0x82,0xf8,0x80,0x90,0x88,0x83,0xc6,0xa1,0x86,0x8e}
www.eeworm.com/read/464071/7169964

hex num_ied.hex

:040000000C9450000C :10008C00C0F9A4B0999282F880908883C6A1868E1C :10009C0000000000CFEFD0E1CDBFDEBFC051D0409B :1000AC000AEA08830024E4E0F1E011E0E430F1070F :1000BC0011F00192FBCF0083ECE9F0E0A0E0B1E09D
www.eeworm.com/read/464071/7169965

lis num_led.lis

.module num_led.c .area lit(rom, con, rel) 0000 _seg_table:: 0000 C0F9 .byte 192,249 0002 A4B0 .byte 164,176
www.eeworm.com/read/464071/7169966

src num_ied.src

[Files] num_led.c [Headers] [Documents]
www.eeworm.com/read/461264/7230381

pro valid_num.pro

;+ ; NAME: ; VALID_NUM() ; PURPOSE: ; Check if a string is a valid number representation. ; EXPLANATION: ; The input string is parsed for characters that may