代码搜索:Section

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

代码结果 10,000
www.eeworm.com/read/149282/12388680

def link_debug.def

/*--------------------------------------------------------------------------* * This is an example linker directive file for the PC87591 in OBD mode. * code_mem section = first 56 Kbyte of the fl
www.eeworm.com/read/149161/12398369

cpp g726.cpp

/** @file @brief Implementation of ITU-T (formerly CCITT) Recomendation %G726 For latest source code see http://www.tixy.clara.net/source/ Copyright (C) 2004 J.D.Medhurst (a.k.a. Tixy) Th
www.eeworm.com/read/148696/12441723

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/148696/12442792

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/148696/12443123

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
www.eeworm.com/read/234848/14095471

tour att48.opt.tour

NAME : att48.opt.tour COMMENT : Optimum solution for att48 TYPE : TOUR DIMENSION : 48 TOUR_SECTION 1 8 38 31 44 18 7 28 6 37 19 27 17 43 30 36 46 33 20 47 21 32 39 48 5 42 24 10 45 35 4 26 2 29 34
www.eeworm.com/read/234626/14103657

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/234626/14103738

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/132042/14112948

c main.c

#include "includes.h" int timesfortx; int timesfortxb; int timesforlight; int timesforlightb; int baktxnum; #define TASK_STK_SIZE 128 /* Size of each task's stacks (# of WORDs)
www.eeworm.com/read/131882/14122218

asm data_b.asm

#define N 360 .global _data_b_buf1; .global _data_b_buf2; .section data_b; .var _data_b_buf1[360*N] ; .var _data_b_buf2[360*N] ;