代码搜索:Test
找到约 10,000 项符合「Test」的源代码
代码结果 10,000
www.eeworm.com/read/175933/9525277
test malloc.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo
www.eeworm.com/read/175933/9525278
test unique.test
# 2001 September 27
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo
www.eeworm.com/read/371989/9526154
java test.java
import java.util.Iterator;
import java.io.*;
public class Test {
public static void main(String args[]) throws IOException {
// try {
// ExpressionReader er = new ExpressionReader("expression
www.eeworm.com/read/371986/9526377
java test.java
class Test {
public static void main(String args[]) throws InvalidCardException, NoMoreCardsException {
/*
Seme s=new Seme(Seme.CUORI);
Valore v=new Valore(Valore.ASSO);
www.eeworm.com/read/175878/9528119
java test_a.java
public class Test_a{
private void method1(){System.out.println("method1");}
private void method2(){System.out.println("method2");}
public void method3(){method1();System.out.println("method3");}
www.eeworm.com/read/175878/9528150
java test.java
public class test{
public static void main(String arg[])
{
int a=012; //八进制数表示法。前面加0。
System.out.println(a);
long var=100l; //long表示为长整形。是整数类型
float var1=100;
int a2=
www.eeworm.com/read/175828/9529794
~cpp test.~cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "test.h"
#include "cmpp.h"
//------------------------------------------
www.eeworm.com/read/175828/9529800
h test.h
//---------------------------------------------------------------------------
#ifndef testH
#define testH
//---------------------------------------------------------------------------
#include
www.eeworm.com/read/175828/9529805
cpp test.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "test.h"
#include "cmpp.h"
//------------------------------------------
www.eeworm.com/read/175828/9529809