代码搜索:Tested
找到约 4,133 项符合「Tested」的源代码
代码结果 4,133
www.eeworm.com/read/223597/14622772
c short.c
/*
* short.c -- Simple Hardware Operations and Raw Tests
* short.c -- also a brief example of interrupt handling ("short int")
*
* untested (by now) the hardware r/w
*
* Tested with 2.0.18 (inte
www.eeworm.com/read/223597/14622839
c short.c
/*
* short.c -- Simple Hardware Operations and Raw Tests
* short.c -- also a brief example of interrupt handling ("short int")
*
* untested (by now) the hardware r/w
*
* Tested with 2.0.18 (inte
www.eeworm.com/read/223597/14622851
c jiq.c
/*
* jiq.c -- the just-in-queue module
*
* Tested with 2.0 on the x86, Sparc
*/
/* BUGS: the module is not reentrant: only one file can be read at a time
* the module usage count is not u
www.eeworm.com/read/223597/14622858
c jit.c
/*
* jit.c -- the just-in-time module
*
* Tested with 2.0 on the x86, Sparc
*/
/* BUGS: this module is not reentrant: only one file can be read at a time
* the module usage count is not us
www.eeworm.com/read/123316/14638418
h shadebuttonst.h
//
// Class: CShadeButtonST
//
// Compiler: Visual C++
// eMbedded Visual C++
// Tested on: Visual C++ 6.0
// Windows CE 3.0
//
// Created: 14/June/2001
// Updated: 03/December/2001
/
www.eeworm.com/read/123316/14638437
h cexdib.h
//
// Class: CCeXDib
//
// Compiler: Visual C++
// eMbedded Visual C++
// Tested on: Visual C++ 6.0
// Windows CE 3.0
//
// Author: Davide Calabro' davide_calabro@yahoo.com
//
www.eeworm.com/read/121526/14753465
txt readme.txt
This is the complete source code for Quake 2, version 3.21, buildable with
visual C++ 6.0. The linux version should be buildable, but we haven't
tested it for the release.
The code is all lice
www.eeworm.com/read/121526/14754231
txt readme.txt
This is the complete source code for Quake 2, version 3.21, buildable with
visual C++ 6.0. The linux version should be buildable, but we haven't
tested it for the release.
The code is all lice
www.eeworm.com/read/120867/14784777
java blowfishcipher.java
/*
* File: BlowfishCipher.java
*
* The Blowfish symmetric encryption algorithm, created by Bruce Schneier.
* 64-bit (8 byte) block cipher.
* Does not work (not tested) on message sizes o
www.eeworm.com/read/118392/14874086
c downloads.c
/* A simple download server to demonstrate dpid.
* It uses wget to download a link. This has been tested with wget 1.8.1
* The server accepts multiple connections once it has been started.
* If th