代码搜索:test1
找到约 3,239 项符合「test1」的源代码
代码结果 3,239
www.eeworm.com/read/127438/6006382
in makefile.in
# This Makefile.in created by simplemake. Do not edit
# @configure_input@
all: all-redirect
SHELL = @SHELL@
top_srcdir = @top_srcdir@
srcdir = @srcdir@
DEFS = @DEFS@ -I.
www.eeworm.com/read/119864/6081729
c monotl.c
/* monot.c
Floating point function test vectors.
Arguments and function values are synthesized for NPTS points in
the vicinity of each given tabulated test point. The points are
chosen
www.eeworm.com/read/119864/6081892
c monot.c
/* monot.c
Floating point function test vectors.
Arguments and function values are synthesized for NPTS points in
the vicinity of each given tabulated test point. The points are
chosen
www.eeworm.com/read/112808/6143706
c ep_cmp_001.c
/* -*- linux-c -*-
*
* (C) Copyright IBM Corp. 2004
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHAN
www.eeworm.com/read/100285/6271827
makefile
all: test1 test2 test3 perftest
LDFLAGS=-g -I /usr/local/pgsql/include -L/usr/local/pgsql/lib -lecpg -lpq -lcrypt
test1: test1.c
test1.c: test1.pgc
/usr/local/pgsql/bin/ecpg $?
test2: test2.c
test
www.eeworm.com/read/264965/11292473
cpp test_btree_app.cpp
//---------------------------------------------------------------------------
/*
例9-2 二叉链表类派生的应用类的测试程序。
*/
//---------------------------------------------------------------------------
#incl
www.eeworm.com/read/264965/11292524
cpp test_btree_app.cpp
//---------------------------------------------------------------------------
/*
例9-2 二叉链表类派生的应用类的测试程序。
*/
//---------------------------------------------------------------------------
#incl
www.eeworm.com/read/401650/11552350
qmsg test1.map.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3}
{ "Info" "IQEXE_START_BANNER_PRODUCT" "Analysis & Synthesis Quartus II " "Info:
www.eeworm.com/read/259900/11758568
sh testit.sh
#!/bin/sh
run() {
prog=$1; shift
name=$1; shift
answer=$1; shift
echo Running test $name.
result=`$builddir/$prog $*`
if [ "$answer" != "$result" ]; then
echo "Test \"$*\"
www.eeworm.com/read/344239/11895395
java shortcircuit.java
//: operators/ShortCircuit.java
// Demonstrates short-circuiting behavior
// with logical operators.
import static net.mindview.util.Print.*;
public class ShortCircuit {
static boolean test1(