代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/136812/5859644
h led.h
/* @(#)led.h 1.1 92/07/30 SMI */
/*
* Copyright (c) 1986 by Sun Microsystems, Inc.
*/
/*
* This file defines the values used in the Sun-2 LED's by the monitor.
*
* Unix might use other values,
www.eeworm.com/read/133455/5904525
servers
#Server Name or Client/Server pair Key
#---------------- ---------------
localhost testing123
www.eeworm.com/read/125279/6031647
todo
*
* RCSID $Id: TODO,v 1.1.1.1 2002/09/05 03:13:16 ken Exp $
*
Bugs:
spooky action bug
2001-11-09
011211 respect DF bit
ICMP rate limited
my system
by destination, most memory intensive
www.eeworm.com/read/124347/6053324
readme
1999-12-23 DJ Delorie
Here are some notes about adding and using this testsuite.
First, all the programs are linked with new-libcygwin.a, which is just
like libcygwin.a, except tha
www.eeworm.com/read/108668/6181455
txt tokenizertestresults.txt
===============================================
4 | 4
this | this
is | is
a | a
test | test
===========
www.eeworm.com/read/106385/6193908
exp default.exp
#===============================================================================
#
# default.exp
#
# Support for host-side testing
#
#============================================================
www.eeworm.com/read/480116/6677168
addtest
addtest package:ada R Documentation
_A_d_d _a _t_e_s_t _s_e_t _t_o _a_d_a
_D_e_s_c_r_i_p_t_i_o_n:
'addtest' updates the 'ada' o
www.eeworm.com/read/339483/12231371
sh ex10.sh
#!/bin/bash
# Tip:
# If you're unsure of how a certain condition would evaluate,
#+ test it in an if-test.
echo
echo "Testing \"0\""
if [ 0 ] # zero
then
echo "0 is true."
else
echo "0 i
www.eeworm.com/read/128468/14295471
c svmclass2.c
/* --------------------------------------------------------------------
[pred_labels, dec_fun] = svmclass2( tst_data, trn_data, trn_labels, alpha, bias, ker, arg )
Evaluate SVM decision function.