代码搜索结果
找到约 216,410 项符合
Test 的代码
psps.test
#! /bin/sh
# test script for psps @(#)psps.test 3.2 11/2/87 ESI
set -x
testsd -p20 t.sd
testsd -p3000 t1.sd
testsd -Tgauss gauss.sd
testsd -Tsine -f600 sine.sd
addsd gauss.sd sine.sd signal.sd
refcof
test.script
#!/bin/sh
#@(#)test.script 3.7 12/13/88 ESI
ESPSCOM=./espscom
export ESPSCOM
echo "TEST Script for filtspec(1-ESPS)"
echo "First make a FILT file"
echo "notch_filt -n60 -b30 -s8000 test.filt"
notch_fi
mcd.test
#! /bin/sh
# test script for mcd
# @(#)mcd.test 1.2 3/9/89 ESI
#
echo Testing mcd.
tstmcd | mcd
ereverse.test
#! /bin/sh
# @(#)ereverse.test 3.1 10/13/87 ESI
# test script for ereverse program
ESPSCOM=./espscom
export ESPSCOM
echo " "
echo generate sampled data file containing 1 2 3 4 5 6 7
echo " "
testsd -a
bhd.test
#! /bin/sh
# test script for bhd
# @(#)bhd.test 3.4 1/10/90 ESI
#
echo Testing bhd
echo "0 1 3 4 6 7 9 2 3 444 123 453 -45 -234 0 -23" | testsd -a - - | \
copysd -dshort - - | bhd - - | od > test.ou
e2sphere.test
#!/bin/sh
# test script for e2sphere
# Author: John Shore
# Currently Maintained by: John Shore
# SCCS info: @(#)e2sphere.test 1.3 1/4/93 ERL
rm -f e2.fsd e
exprompt.test
#! /bin/sh
# test script for xprompt @(#)exprompt.test 1.4 02 Jul 1991 ESI
ESPS_VERBOSE=0
export ESPS_VERBOSE
echo "Running exprompt on the sgram library parameter file; fill in some"
echo "values af
xprompt.test
#! /bin/sh
# test script for xprompt @(#)xprompt.test 1.3 6/6/91 ESI
ESPS_VERBOSE=0
export ESPS_VERBOSE
echo "Running xprompt on the sgram library parameter file; fill in some"
echo "values after the
setrange.test
#! /bin/sh
# @(#)setrange.test 1.3 3/3/89 ESI
# test script for setrange
ESPS_VERBOSE=0
export ESPS_VERBOSE
ESPSCOM=./common.test
export ESPSCOM
testsd -r2533 -s2 test.sd
echo "should show range star
test.java
// Test.java
// Point类测试程序
import javax.swing.JOptionPane;
//import com.deitel.jhtp3.ch09.Point;
public class Test {
public static void main( String args[] )
{
Point p = new Poin