代码搜索:Test
找到约 10,000 项符合「Test」的源代码
代码结果 10,000
www.eeworm.com/read/164297/10119554
bat test.bat
www.eeworm.com/read/164297/10119563
bas test.bas
PRINT "This program converts gallons to liters."
100 GOSUB 200
INPUT "Again? (1 or 0): ", x
IF x = 1 THEN GOTO 100
END
200 INPUT "Enter gallons: ", g
l = g * 3.7854
PRINT
www.eeworm.com/read/164288/10119920
c test.c
#include
#include
#include
#include
void test(char **p)
{
*p = (char*) realloc (*p, 128*sizeof(char));
if((*p)==NULL){
printf("malloc error\n");
e
www.eeworm.com/read/164265/10120467
ldt test.ldt
VERSION = 1.00
__DP = 00000000
__GDP =
__ZDP =
__TDP =
__SDP =
NAME = .bss
LMA = NO SELECT
VMA = 02100000
ATTR = .bss
FILES = "*"
ASTAEXPAND = TRUE
NAME = .rodata
LMA = 0200000
www.eeworm.com/read/164265/10120506
elf test.elf
www.eeworm.com/read/164265/10120539
mak test.mak
# make file made by GWB33
# make file made by gnu make
# macro definitions for target file
TARGET= test
# macro definitions for tools & dir
TOOL_DIR = D:/gnu33
CC= $(TOOL_DIR)/xgcc
AS
www.eeworm.com/read/164265/10120566
lds test.lds
OUTPUT_FORMAT("elf32-c33", "elf32-c33",
"elf32-c33")
OUTPUT_ARCH(c33)
SEARCH_DIR(.);
SECTIONS
{
/* data pointer symbol By GWB33 */
__dp = 0x00000000;
/* section information
www.eeworm.com/read/164265/10120576
par test.par
#GNU33 GDB parameter file, made by GWB33
RAM 00000000 00001fff 00W #Internal RAM
IO 00040000 0004ffff 11H #IO Area
ROM 00c00000 00cfffff 77H #External ROM
STACK 000
www.eeworm.com/read/164265/10120715
map test.map
Archive member included because of file (symbol)
D:/gnu33/lib/libc.a(memcpy.o)
OS_TASK.o (memcpy)
D:/gnu33/lib/libgcc.a(divsi3.o)
OS_
www.eeworm.com/read/164258/10120856
c test.c
// test.c - main, Receiver
/*///////////////////////////////////////
Protocol Translator Unit
authors:Prudhvi.V & Raju.g,ics ltd.
//////////////////////////////////////*/