代码搜索:Section
找到约 10,000 项符合「Section」的源代码
代码结果 10,000
www.eeworm.com/read/129735/14230630
asm loopsi.asm
;LOOPSI.ASM-LOOP PROGRAM USING INTERRUPT.CALLS AICCOMS.ASM
.title "LOOPSI" ;TESTS AIC
.global RESET,BEGIN,AICSEC,AICSET,AICSET_I,AICIO_I,SPSET
.sect "vectors" ;V
www.eeworm.com/read/231194/14248055
c dsp281x_globalvariabledefs.c
//###########################################################################
//
// FILE: DSP281x_GlobalVariableDefs.c
//
// TITLE: DSP281x Global Variables and Data Section Pragmas.
//
//######
www.eeworm.com/read/231182/14248545
c dsp281x_globalvariabledefs.c
//###########################################################################
//
// FILE: DSP281x_GlobalVariableDefs.c
//
// TITLE: DSP281x Global Variables and Data Section Pragmas.
//
//######
www.eeworm.com/read/129351/14249976
makefile
BIN2C = ../tools/bin2c
CFLAGS += -I..
AFLAGS += -I..
OBJ = head.o main.o tftp.o eth.o arp.o mac.o utils.o \
skbuff.o ip.o udp.o tftpput.o bioscall.o console.o hexput.o
all: ../tftp.c
../tftp
www.eeworm.com/read/129351/14250069
makefile
BIN2C = ../tools/bin2c
CFLAGS += -I..
AFLAGS += -I..
OBJ = head.o biosapi.o utils.o flash.o bioscall.o console.o
all: ../biosapi.c
../biosapi.c: biosapi.bin.gz
$(BIN2C) -c -s biosapi_data bi
www.eeworm.com/read/230996/14262326
lik time.lik
Version: 3.0
Options: m37
Obj: "C:\unSPIDE184\unSPIDE\startupD.obj"
Obj: "C:\unSPIDE184\SPCE061A\example\61_Exa\SpeechClock\Debug\Resource.obj"
Obj: "C:\unSPIDE184\SPCE061A\example\61_Exa\SpeechCl
www.eeworm.com/read/230994/14262479
lik temper.lik
Version: 3.0
Options: m37
Obj: "C:\PROGRAM FILES\SUNPLUS\UNSPIDE180\IDE180\startupD.obj"
Obj: "C:\Program Files\Sunplus\unSPIDE180\TextBookExample\Chapter8\Temper\Debug\Resource.obj"
Obj: "C:\Prog
www.eeworm.com/read/128628/14287141
c dup.c
#include
#include
#include
#include
void main(void)
{
int handle;
int duplicate_handle;
char title[] = "Jamsa\'s C/C++ Programmer\'s Bible
www.eeworm.com/read/128628/14288259
c find_len.c
#include
int string_length(char *);
void main(void)
{
char *title= "Jamsa\'s C/C++ Programmer\'s Bible";
char *section = "Tools";
printf("Length of %s is %d\n", title,
www.eeworm.com/read/128628/14288587
c sho_mac.c
#define LINE 128
#define TITLE "Jamsa\'s C/C++ Programmer\'s Bible"
#define SECTION "Macros"
void main(void)
{
char book[LINE];
char library_name[LINE];
printf("This book's title is %s\n