代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/382395/9032065
c filecnst.c
#include
void main ()
{
printf("The file %s is under Beta testing\n", __FILE__);
}
www.eeworm.com/read/382395/9032070
c datetime.c
#include
void main ()
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/380940/9121316
c filecnst.c
#include
void main ()
{
printf("The file %s is under Beta testing\n", __FILE__);
}
www.eeworm.com/read/380940/9121319
c datetime.c
#include
void main ()
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/380891/9124017
java testathletescores.java
package yls;
import java.io.*;
/**
* Test driver for class AthleteScores.
*
* @author Wangshuo_200732580237
* @version final
*/
public class TestAthleteScores {
/*
www.eeworm.com/read/379294/9201359
dotests
#!/bin/sh
#
# SPARSKIT script for making and running all test programs.
# Last modified: May 9, 1994.
make all
cd BLASSM
echo Making tests in BLASSM directory
make mvec.ex
make tester.ex
cd ..
cd FOR
www.eeworm.com/read/181751/9239008
authors
Christian Hohnst鋎t
Programming, translation, testing
Kerstin Steinhauff
Arts, graphics, testing, SuSE rpm building
Ilya Kozhevnikov
www.eeworm.com/read/378183/9245334
dat funtc92b.dat
#include
#include
int main(void)
{
int result;
char buffer[512];
printf("Testing to see if drive a: is ready
");
result = biosdisk(4,0,0,0,0,1,buffer);
r
www.eeworm.com/read/378183/9246227
dat funtc91b.dat
#include
#include
int main(void)
{
int result;
char buffer[512];
printf("Testing to see if drive a: is ready
");
result = biosdisk(4,0,0,0,0,1,buffer);
r
www.eeworm.com/read/180601/9301568
c filecnst.c
#include
void main ()
{
printf("The file %s is under Beta testing\n", __FILE__);
}