代码搜索:Testing

找到约 10,000 项符合「Testing」的源代码

代码结果 10,000
www.eeworm.com/read/366524/9810734

c filecnst.c

#include void main () { printf("The file %s is under Beta testing\n", __FILE__); }
www.eeworm.com/read/366524/9810743

c datetime.c

#include void main () { printf("Beta Testing: Last compiled %s %s\n", __DATE__, __TIME__); }
www.eeworm.com/read/169988/9826299

cpp simplewkttester.cpp

/********************************************************************** * $Id: SimpleWKTTester.cpp,v 1.9 2004/07/02 13:28:29 strk Exp $ * * GEOS - Geometry Engine Open Source * http://geos.refract
www.eeworm.com/read/366126/9830618

java testproduct.java

import java.io.*; /** * Test driver for class Product. * * @author iCarnegie * @version 1.0.0 * @see Product */ public class TestProduct { /* Standard output strea
www.eeworm.com/read/366126/9830620

java testorderitem.java

import java.io.*; /** * Test driver for class OrderItem. * * @author iCarnegie * @version 1.0.0 * @see OrderItem * @see Product */ public class TestOrderItem { /
www.eeworm.com/read/366126/9830624

java testcoffee.java

import java.io.*; /** * Test driver for class Coffee. * * @author iCarnegie * @version 1.0.0 * @see Coffee */ public class TestCoffee { /* Standard output stream *
www.eeworm.com/read/366125/9830642

java testorder.java

import java.io.*; import java.util.*; /** * Test driver for class Order. * * @author iCarnegie * @version 1.0.0 */ public class TestOrder { /* Standard output stre
www.eeworm.com/read/366125/9830644

java testcatalog.java

import java.io.*; import java.util.*; /** * Test driver for class Catalog. * * @author iCarnegie * @version 1.0.0 */ public class TestCatalog { /* Standard output
www.eeworm.com/read/366065/9834366

test assocd.test

# This file tests the AssocData facility of Tcl # # This file contains a collection of tests for one or more of the Tcl # built-in commands. Sourcing this file into Tcl runs the tests and # generates
www.eeworm.com/read/365705/9850379

m agc.m

% Automatic Gain Control (Version 1.1 For stereo input output) % % usage : y = AGC(x,gain_level,samples) % % where : % y : output samples with required gain (range from -1 to +1)