代码搜索:LAB

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

代码结果 10,000
www.eeworm.com/read/195857/8126242

h lab_parameter.h

#ifndef __TG0014_H__ #define __TG0014_H__ // write your header here ////////////////////////////////// #define DG_CLS_ERASE 0 //(default) #define DG_CLS_FILL 1 //Parameters of FG_ClearScreen //////
www.eeworm.com/read/146199/12664433

h lab_parameter.h

#ifndef __TG0014_H__ #define __TG0014_H__ // write your header here ////////////////////////////////// #define DG_CLS_ERASE 0 //(default) #define DG_CLS_FILL 1 //Parameters of FG_ClearScreen //////
www.eeworm.com/read/146199/12664515

h lab_parameter.h

#ifndef __TG0014_H__ #define __TG0014_H__ // write your header here ////////////////////////////////// #define DG_CLS_ERASE 0 //(default) #define DG_CLS_FILL 1 //Parameters of FG_ClearScreen //////
www.eeworm.com/read/244517/12858756

ld lab4.ld

OUTPUT_ARCH(arm) ENTRY(stext) SECTIONS { . = 0x10000; _rom_text = .; .text 0x30000 : AT(_rom_text) { _text = .; *(.text) . = ALIGN(4); _etext = .; } _text_size = _etext - _text; .rod
www.eeworm.com/read/244517/12858758

c lab4.c

int ga=28, gb = 39; /* global */ char *str1 ="0123456789"; char *str2 ="ABCDEFGHIJ"; char table[]="abcdefghijklmnopqrstuvwxyz"; extern int getsp(void); void mem_dump(unsigned char *ptr, unsigne
www.eeworm.com/read/244517/12858784

o lab2.o

www.eeworm.com/read/244517/12858786

bin lab2.bin

www.eeworm.com/read/244517/12858787

dump lab2.dump

lab2: file format elf32-littlearm Disassembly of section .text: 00010000 : 10000: e92d4000 stmdb sp!, {lr} 10004: e24dd018 sub sp, sp, #24 ; 0x18 10008: e58d0014 str r0, [s
www.eeworm.com/read/244517/12858793

c lab2.c

int func1(int a, int b, int c, int d, int e, int f, int g); int my_main(int argc, char *argv[]) { int k; k = func1(1,2,3,4,5,6,7); k = asm_func2(k, 22); printf("k = %d\n", k); retu
www.eeworm.com/read/244517/12858797

ld lab3.ld

OUTPUT_ARCH(arm) ENTRY(stext) SECTIONS { .text 0x10000 : { _text = .; *(.text) *(.rodata) . = ALIGN(4); _etext = .; } .data 0x50000 : AT(_etext) { __data_start = .; *(.data) . = A