代码搜索:Tested
找到约 4,133 项符合「Tested」的源代码
代码结果 4,133
www.eeworm.com/read/162831/10266885
mnt makefile.mnt
# DISKLIB - The DISK LIBrary MAKEFILE for Microsoft
# This HAS NOT BEEN TESTED!
O = obj # obj file directory
CC = cl
CFLAGS = /I..\ /W4 /Zi /D_WINNT /DTRACE
.c{$(O)}
www.eeworm.com/read/353195/10464094
readme
January 9, 1995:
=====
Pre-release caveats:
- has only been tested with gcc. (I'm not sure we will even bother
with acc, or cc in the future).
- I'm fully aware of the warnings received by
www.eeworm.com/read/278099/10572062
c ldfloor.c
/* +++Date last modified: 05-Jul-1997 */
/* ldfloor() -- long double floor
** public domain by Raymond Gardner Englewood, CO
** tested with TC++
** assumptions: 80-bit IEEE format numbers, stor
www.eeworm.com/read/159920/10588828
c center.c
/* public domain by Jerry Coffin. Tested with MSC 7.0 */
/* written primarily for clarity, not speed... */
/* requires w_wrap.c and w_wrap.h from snippets. */
#include
www.eeworm.com/read/421659/10716310
bcc makefile.bcc
# Makefile for Independent JPEG Group's software
# This makefile is suitable for Borland C on MS-DOS or OS/2.
# It works with Borland C++ for DOS, revision 3.0 or later,
# and has been tested wit
www.eeworm.com/read/420640/10784698
readme
January 9, 1995:
=====
Pre-release caveats:
- has only been tested with gcc. (I'm not sure we will even bother
with acc, or cc in the future).
- I'm fully aware of the warnings received by
www.eeworm.com/read/465343/7053387
txt gifimage.txt
This is a version of Anders Melander's TGIFImage ported to Delphi 7.
It supports animated GIF files in Delphi 7.
Note: This Delphi 7 version should also work older Delphi versions (not tested much
www.eeworm.com/read/465478/7055448
c main.c
/*
* main.c -- scullv: the scull-virtual char driver
*
* Tested with 2.0 on the x86, Sparc
*
* Mmap is not available on the Sparc, as pgd_offset etc. are not
* yet exported to modules. Nonethele
www.eeworm.com/read/465478/7055544
c skull_init.c
/*
* skull.c -- sample typeless module.
*
* BUGS:
* -it only runs on intel platforms.
* -readb() should be used (see short.c): skull doesn't work with 2.1
*
* Tested with 1.2 and 2.0 on the
www.eeworm.com/read/465478/7055548
c master.c
/*
* master.c -- the master module of a master/slave pair using kerneld
*
* Tested with 2.0 on the x86, Sparc
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#en