代码搜索:Tested
找到约 4,133 项符合「Tested」的源代码
代码结果 4,133
www.eeworm.com/read/231996/14212162
c yuanli.c
/* Contributed by Dmitry Kosolapov
*
* I haven't tested this much, and I'm personally not familiar with
* this particular cryptosystem. -Ben Lynn
*/
/* Here we represent the original Yuan-Li ID-Ba
www.eeworm.com/read/129814/14223870
t history.t
# Not tested yet:
# - commands in history file are not numbered negatively
# (and a few hundred other things)
name: history-basic
description:
See if we can test history at all
arguments: !-i!
env-s
www.eeworm.com/read/223597/14622604
c snull.c
/*
* snull.c -- the Simple Network Utility
*
* Tested with 2.0 on the x86, Sparc
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endif
#define __NO_VERSION__
www.eeworm.com/read/223597/14622743
c sbull.c
/*
* sbull.c -- the Simple Block Utility
*
* Tested with 2.1.43 on the x86
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endif
#define __NO_VERSION__ /* don'
www.eeworm.com/read/223597/14622814
c jit.c
/*
* jit.c -- the just-in-time module (v2.1)
*
* Tested with 2.1.43 on the x86
*/
/* BUGS: this module is not reentrant: only one file can be read at a time
* the module usage count is not
www.eeworm.com/read/223597/14622847
c export.c
/*
* export.c -- export a symbol (maybe a versioned one)
*
* Tested with 2.0 on the x86, Sparc
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endif
/* This st
www.eeworm.com/read/123453/14630131
news
29-04-2003
This is the first release of the MMS Client.
It is an alpha release because large parts of the functionality
are still untested.
What has been tested is receiving SMS Message
www.eeworm.com/read/216463/15006025
ex-ldpcvar-5000a
#!/bin/sh
# Example of a (10000,5000) LDPC code with varying numbers of check per bit,
# tested on Additive White Gaussian Noise channels with noise standard
# deviations varying from 0.80 to 0.95.
www.eeworm.com/read/473307/1400503
readme
How to use the SCO BDM driver
-----------------------------
1. Type "make" to build the driver. I have only tested it when compiled
with the SCO compiler. It does compile with "gcc", so you may
www.eeworm.com/read/460526/1560792
h varargs.h
/*
* varargs.h
*
* Old, non-ANSI facilities for stepping through a list of function
* arguments of an unknown number and type.
* TODO: Has not been tested. Essentially it copies the GCC version.