代码搜索:Tested
找到约 4,133 项符合「Tested」的源代码
代码结果 4,133
www.eeworm.com/read/130631/14180309
c prime.c
/*
* Very simple program to find prime numbers.
* Note: 2 is neither tested nor displayed by this program.
*
* Dave dunfield
*/
#include \mc\stdio.h
#define MAXPRIME 1000 /* Search up t
www.eeworm.com/read/130590/14182298
m contents.m
% Least Median of Squares Toolbox.
% Version 1.0 03-Sep-2001
%
% (Requires the Statistics toolbox.)
%
% Tested under Matlab 5.3.1.29215a (R11.1)
%
% This toolbox contains a set of functions whi
www.eeworm.com/read/130553/14186293
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/227565/14421040
c nrf_api.c
/** @file API.c
*
* @author Runar Kjellhaug
*
* @compiler This program has been tested with Keil C51 V7.50.
*
*
* $Date: 20.02.06 14:16 $
* $Revision: 21 $
*
*/
#include
www.eeworm.com/read/227563/14421092
h nrf_api.h
/** @file API.h
*
* @author Runar Kjellhaug
*
* @compiler This program has been tested with Keil C51 V7.50.
*
*
* $Date: 31.01.06 14:14 $
* $Revision: 13 $
*
*/
// BYTE type defin
www.eeworm.com/read/126082/14446785
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 with Bo
www.eeworm.com/read/123657/14619221
c prime.c
/*
* Very simple program to find prime numbers.
* Note: 2 is neither tested nor displayed by this program.
*
* Dave dunfield
*/
#include \mc\stdio.h
#define MAXPRIME 1000 /* Search up t
www.eeworm.com/read/223597/14622669
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/223597/14622844
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/223597/14622848
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