代码搜索:Tested

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

代码结果 4,133
www.eeworm.com/read/465478/7055408

c setconsole.c

/* * setconsole.c -- choose a console to receive kernel messages * * Only works with 1.3.43 and newer. Otherwise returns "invalid argument". * Tested with 2.0 on the x86, Sparc and Alpha */ #inc
www.eeworm.com/read/465478/7055459

c setconsole.c

/* * setconsole.c -- choose a console to receive kernel messages * * Only works with 1.3.43 and newer. Otherwise returns "invalid argument". * Tested with 2.0 on the x86, Sparc and Alpha */ #inc
www.eeworm.com/read/465478/7055530

c spull.c

/* * spull.c -- the simple partitionable utility * * Tested with 2.0 on the x86, Sparc *********/ #ifndef __KERNEL__ # define __KERNEL__ #endif #ifndef MODULE # define MODULE #endif #define __
www.eeworm.com/read/452695/7436290

c ex6_04.c

/* Exercise 6.4 Looking for palindromes */ #include #include #include int main(void) { char sentence[500]; /* Stores the sentence to be tested
www.eeworm.com/read/444916/7602759

readme

MP Widgets ========== Cross-platform widget and utility library for QT. QT 4.1 or newer is required. The library may work with Qt 4.0, but this was not tested. What's this? ----------- This library
www.eeworm.com/read/435688/7787782

bash clock.bash

#!/bin/bash # # Tested with: # -BASH 3.1.17 on Zenwalk 4.6 # # Demo with Bourne Again SHell (BASH) # # Created with GTK-server 2.1.4 by Peter van Eerten / august 17, 2007 (GPL) # Beautification for
www.eeworm.com/read/299653/7841374

contrib readme.contrib

All files under this contrib directory are UNSUPPORTED. There were provided by users of zlib and were not tested by the authors of zlib. Use at your own risk. Please contact the authors of the contr
www.eeworm.com/read/199230/7876634

m fig19.m

%FIGURE 19 %Effect of white noise on a COFDM transmission % %This simulations looks at the effect of varying the SNR on the BER. %The SNR is varied from 0 to 20dB, while the BER is tested by passi
www.eeworm.com/read/199125/7887107

contrib readme.contrib

All files under this contrib directory are UNSUPPORTED. There were provided by users of zlib and were not tested by the authors of zlib. Use at your own risk. Please contact the authors of the contr
www.eeworm.com/read/433804/7908175

asm fullduplex.asm

;|--------------------------------------------------------------| ;| Implement duplex USART base on normal I/O pin | ;| Using TIMER0 interrupt for bit timing | ;| Tested on PIC16F83 running at 4MHz