代码搜索:Tested
找到约 4,133 项符合「Tested」的源代码
代码结果 4,133
www.eeworm.com/read/244211/12878148
readme
LIST OF ALL C++ PROGRAMS IN CHAPTER 7
All programs were originally developed and tested using
Borland C++ version 5.01 for Windows 95. The codes in this
directory have been altered as necess
www.eeworm.com/read/141322/13022826
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/238746/13327477
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/309649/13667403
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/309349/13673607
ex-ldpc36-5000a
#!/bin/sh
# Example of a (10000,5000) LDPC code with 3 checks per bit and 6 bits per
# check, tested on Additive White Gaussian Noise channels with noise standard
# deviations varying from 0.80 to
www.eeworm.com/read/308406/13702506
pas rm_asbarcode.pas
unit RM_AsBarCode;
{
Barcode Component
Version 1.27 (27.10.2004)
Copyright 1998-2004 Andreas Schmidt and friends
for use with Delphi 1 - 7
Delphi 1 not tested; better use Delphi 2 (or high
www.eeworm.com/read/303580/13812207
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/303580/13812303
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/303580/13812307
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
www.eeworm.com/read/303580/13812311
c import.c
/*
* import.c -- a module using a symbol from export.c
*
* Tested with 2.0 on the x86, Sparc
*********/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endif
/*