代码搜索:Tested

找到约 4,133 项符合「Tested」的源代码

代码结果 4,133
www.eeworm.com/read/449818/7496134

hpl 93c86.hpl

; Orange programmer module v1.2 ; (c) 1999 Alex Plusov ; CHIP=93C76 (512x16),93C86 (1024x16) ; Not tested !!! SOCKET=2 ;"MW" PINO=CLK,0 PINO=DI,1 PINO=CS,2 PINO=ORG,3 PINI=DO,1 CDELAY=
www.eeworm.com/read/240419/13219472

txt xscale_release_note.txt

Aug-18-04 WH SMSC911x beta driver 0.56 for Xscale on Linux 2.4.21-rmk1-pxa1-intc2 This driver is built and tested on Intel Mainstone II board (Rev.B, PXA270 B0/C0). Linux Kernel is from ARM L
www.eeworm.com/read/304961/3783686

msvc makefile.msvc

#MSVC Makefile [tested with MSVC 6.00 with SP5] # #Tom St Denis CFLAGS = /I. /Ox /DWIN32 /W3 default: library #List of objects to compile. OBJECTS=keyring.obj gf.obj mem.obj sprng.obj ecc.obj base64
www.eeworm.com/read/100083/15885743

orig makefile.orig

# Makefile for Unix/Xenix rz and sz programs # the makefile is not too well tested yet CC=cc OFLAG= -O ARCFILES= README rbsb.c gz *.t minirb.c zmodem.h \ zm.c zmr.c crctab.c sz.c rz.c mailer.rz crc
www.eeworm.com/read/463460/7180355

txt 延时.txt

@echo off ::Tested by s11ss 2007-11-29 ::参考文章: 批处理编程的异类——时钟(Clock)[by Willsort] ::http://www.cn-dos.net/forum/viewthread.php?tid=8905#pid54227 第4楼 setlocal if "%1" equ "" ( echo 参数一是要使用
www.eeworm.com/read/449818/7496141

hpl x24c00.hpl

; Orange programmer module v1.1 ; (c) 2000 Gennadi K. ; CHIP=X24C00 Xicor ! (16x8) ; Tested ! SOCKET=1 PINO=SCL,0 PINO=SDA,1 PINO=A0, 3 PINO=A1, 4 PINO=A2, 5 PINI=SDA,1 CDELAY = 4 ; o
www.eeworm.com/read/360437/2962763

result innodb_trig_frkey.result

Testcase x.x.x.1: ----------------- DROP TABLE IF EXISTS t0, t1, t2; CREATE TABLE t0 (col1 CHAR(50)) ENGINE = ; CREATE TABLE t1 (id INT NOT NULL, col1 CHAR(50), PRIMARY KEY (id))
www.eeworm.com/read/109837/15547024

makefile

# Makefile for Unix/Xenix rz and sz programs # the makefile is not too well tested yet CC=cc OFLAG= TLBFILES= zmodem.h zm.c zmr.c crctab.c sz.c rz.c \ vmodem.h vvmodem.c vrzsz.c init.com crc.c ARC
www.eeworm.com/read/182531/9200670

txt nf_readme.txt

INFORMATION ----------- Nand Flash supported by this driver: NF capacity Page size Total capacity Tested Samsung K9F1G08U0M 128Mbytes 2Kb 256Mbytes Yes Samsung K9K2G08U0M 256Mbytes 2Kb
www.eeworm.com/read/176709/9487418

m fct2dlaplace.m

function z=fct2DLaplace(x,y) % Laplacian of fct2D, not completely tested global func3d [nx,ny]=size(x); switch func3d case 1 z=6-x.^2-y.^2; if z>=0 z=4*ones(nx,1); else z=-4*ones