代码搜索:Tested
找到约 4,133 项符合「Tested」的源代码
代码结果 4,133
www.eeworm.com/read/100960/15859237
pas combase.pas
unit ComBase;
(*
**
** Serial and TCP/IP communication routines for DOS, OS/2 and Win9x/NT.
** Tested with: TurboPascal v7.0, (DOS)
** VirtualPascal v2.1, (OS/2, Win32)
**
www.eeworm.com/read/100960/15859246
pas elenorm.pas
unit EleNORM;
(*
**
** Serial and TCP/IP communication routines for DOS, OS/2 and Win9x/NT.
** Tested with: TurboPascal v7.0, (DOS)
** VirtualPascal v2.1, (OS/2, Win32)
**
www.eeworm.com/read/100960/15859251
pas threads.pas
unit THREADS;
(*
**
** Serial and TCP/IP communication routines for DOS, OS/2 and Win9x/NT.
** Tested with: TurboPascal v7.0, (DOS)
** VirtualPascal v2.1, (OS/2, Win32)
**
www.eeworm.com/read/100083/15885730
makefile
# Makefile for Unix/Xenix rz and sz programs
# the makefile is not too well tested yet
CC=gcc
# -DLINUX for Linux/posix compile, -DHVM for display on Seyon/Minicom
CFLAGS=-m486 -O2 -DLINUX -DHVM -DREG
www.eeworm.com/read/383163/8966198
win makefile.win
#
# Nmake file - Windows version
# Use 'nmake -f Makefile.win'
#
# THIS HAS NEVER BEEN TESTED
# Some modification might be required.
NODEBUG=1
!include
INCS = /I..
LIBS = ../libmseed.
www.eeworm.com/read/361375/10056457
txt readme.txt
This sample has been tested on Windows NT 3.51(SP5), 4.0(SP5) and
Windows 2000 beta2.
Steps to try out the sample
===========================
1. Make sure that CALLGATE.SYS is installed and s
www.eeworm.com/read/421857/10690263
txt outsmarting system file protection.txt
Outsmarting System File Protection
Tested in Windows 2000 sp2, Windows 2000 sp3 with and without IE6 sp1. Should work fine in XP and XPsp1
------------------------------
A lot of people are hav
www.eeworm.com/read/418731/10933463
txt outsmarting system file protection.txt
Outsmarting System File Protection
Tested in Windows 2000 sp2, Windows 2000 sp3 with and without IE6 sp1. Should work fine in XP and XPsp1
------------------------------
A lot of people are hav
www.eeworm.com/read/466324/7032468
java exercise10_4.java
// Exercise10_4.java
public class Exercise10_4 {
public static void main(String[] args) {
new Exercise10_4();
}
public Exercise10_4() {
// Define the arrays to be tested.
St
www.eeworm.com/read/465478/7055419
c nbtest.c
/*
* nbtest.c: read and write in non-blocking mode
*
* Tested with 1.2 on the x86
*
* Actually, it should run with any Unix
*/
#include
#include
#include
#include