代码搜索:Tested

找到约 4,133 项符合「Tested」的源代码

代码结果 4,133
www.eeworm.com/read/223597/14622852

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 /*
www.eeworm.com/read/223597/14622854

c slaveh.c

/* * slave.c -- the slave 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 #endi
www.eeworm.com/read/223597/14622855

c slaved.c

/* * slave.c -- the slave 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 #endi
www.eeworm.com/read/223597/14622859

c slave.c

/* * slave.c -- the slave 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 #endi
www.eeworm.com/read/216463/15005994

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/214672/15092153

h hash.h

// hash.h // Data structures to manage a hash table to relate arbitrary // keys to arbitrary values. A hash table allows efficient lookup // for the value given the key. // // I've only tested th
www.eeworm.com/read/213422/15135090

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/213422/15135102

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/212530/15154828

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/211810/15172764

asm 5509a_usb_dpll_to_apll.asm

;Switch To The 5509A APLL ;Author: Monideep Mukherjee ;Description: This Program Switches The 5509A System Clock From ;The Default Bypass/DPLL To APLL. It Was Tested Using a 12MHz ;Input Clock Cr