代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/187582/8622698
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/187582/8622703
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/187582/8622705
avd num_ied.avd
www.eeworm.com/read/187582/8622707
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/187582/8622709
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/187582/8622710
hex num_ied.hex
:040000000C9450000C
:10008C00C0F9A4B0999282F880908883C6A1868E1C
:10009C0000000000CFEFD0E1CDBFDEBFC051D0409B
:1000AC000AEA08830024E4E0F1E011E0E430F1070F
:1000BC0011F00192FBCF0083ECE9F0E0A0E0B1E09D
www.eeworm.com/read/187582/8622713
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/432039/8636427
c sem_num.c
#include
#include
#include
#include
#include
#include
#include
int lock_var;
time_t end_time;
sem_t sem;
voi
www.eeworm.com/read/286953/8735811
c num_els.c
#include
void main(void)
{
int int_values[] = {51, 23, 2, 44, 45};
float float_values[] = {21.1, 13.3, 22.2, 34.4, 15.5};
printf("Number of elements in int_values %d\n