代码搜索:Tested
找到约 4,133 项符合「Tested」的源代码
代码结果 4,133
www.eeworm.com/read/114622/15045681
ms makefile.ms
# Makefile for Microsoft Visual C++ 2.0
# Tested on Windows NT 3.5
CPP = cl
CPP = cl
.c.exe:
$(CPP) $<
.cpp.exe:
$(CPP) $<
.cpp.obj:
$(CPP) -c $*.cpp
all: CONSTR1.exe \
DEFI
www.eeworm.com/read/211389/15181002
msvc makefile.msvc
#MSVC Makefile [tested with MSVC 6.00 with SP5]
#
#Tom St Denis
CFLAGS = /I. /Ox /DWIN32 /W3
default: library
# leave this blank and link against libtommath if you want better link resolution
MPIOBJ
www.eeworm.com/read/209261/15224402
lbl 07c-906-018-bap1.lbl
;
; VAG-COM label file
;
; VW Phaeton (3D) - up to and including model year 2005 (fully tested with 2004 W12 Phaeton)
;
; Phaeton Engine electronics, Master controller, Engine Code: BAP (W12 420
www.eeworm.com/read/479151/1339332
c cpqfctsi2c.c
/* Copyright(c) 2000, Compaq Computer Corporation
* Fibre Channel Host Bus Adapter
* 64-bit, 66MHz PCI
* Originally developed and tested on:
* (front): [chip] Tachyon TS HPFC-5166A/1.2 L2C1090
www.eeworm.com/read/479151/1339360
c cpqfctsinit.c
/* Copyright(c) 2000, Compaq Computer Corporation
* Fibre Channel Host Bus Adapter
* 64-bit, 66MHz PCI
* Originally developed and tested on:
* (front): [chip] Tachyon TS HPFC-5166A/1.2 L2C1090
www.eeworm.com/read/479151/1339460
h cpqfctsstructs.h
/* Copyright(c) 2000, Compaq Computer Corporation
* Fibre Channel Host Bus Adapter 64-bit, 66MHz PCI
* Originally developed and tested on:
* (front): [chip] Tachyon TS HPFC-5166A/1.2 L2C1090 ...
www.eeworm.com/read/479151/1339539
c cpqfctsworker.c
/* Copyright(c) 2000, Compaq Computer Corporation
* Fibre Channel Host Bus Adapter
* 64-bit, 66MHz PCI
* Originally developed and tested on:
* (front): [chip] Tachyon TS HPFC-5166A/1.2 L2C1090
www.eeworm.com/read/479151/1339600
h cpqfctschip.h
/* Copyright(c) 2000, Compaq Computer Corporation
* Fibre Channel Host Bus Adapter
* 64-bit, 66MHz PCI
* Originally developed and tested on:
* (front): [chip] Tachyon TS HPFC-5166A/1.2 L2C1090
www.eeworm.com/read/229812/4737058
cmd onetest.cmd
title C Test Stream
setlocal
set ctest_name=result
wmake -h del_log
if exist *.sav del *.sav
rem
rem figure out if any extra architectures have to be tested
if not [%OS%] == [Windows_NT] goto n
www.eeworm.com/read/229812/4737997
cmd testrun.cmd
title C++ Test Stream
setlocal
set plustest_name=result
wmake -h del_log
if exist *.sav del *.sav
rem
rem figure out if any extra architectures have to be tested
if not [%OS%] == [Windows_NT] g