代码搜索结果
找到约 216,410 项符合
Test 的代码
test.java
/* Test.java -- Interface representing a single test.
Copyright (c) 1998 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it
test.java
public class Test implements B
{
public static void main(String args[])
{
Test t = new Test();
B a = (B) t;
a.a();
}
public void a()
{
System.out.println("A");
}
public
test.cc
/*
* Test program for gzifstream and gzofstream
*
* by Ludwig Schwardt
* original version by Kevin Ruland
*/
#include "zfstream.h"
#include
sttype-test.c
/*
* $Id: sttype-test.c,v 1.2 2001/02/01 20:31:18 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs
* Copyright 2001 Gerald Combs
*
*
* This program is fr
test.h
/* test.h - test library header file */
/* Copyright 1992 Wind River Systems, Inc. */
/*
modification history
--------------------
01a,29jul91,smb written.
*/
#ifndef __lib_test_h
#define __lib_te
test.h
/* test.h - test library header file */
/* Copyright 1992 Wind River Systems, Inc. */
/*
modification history
--------------------
01a,29jul91,smb written.
*/
#ifndef __lib_test_h
#define __lib_te
test.h
/* test.h - test library header file */
/* Copyright 1992 Wind River Systems, Inc. */
/*
modification history
--------------------
01a,29jul91,smb written.
*/
#ifndef __lib_test_h
#define __lib_te
test.h
/* test.h - test library header file */
/* Copyright 1992 Wind River Systems, Inc. */
/*
modification history
--------------------
01a,29jul91,smb written.
*/
#ifndef __lib_test_h
#define __lib_te
test.h
/* test.h - test library header file */
/* Copyright 1992 Wind River Systems, Inc. */
/*
modification history
--------------------
01a,29jul91,smb written.
*/
#ifndef __lib_test_h
#define __lib_te
test.java~1~
package test;
import java.sql.*;
public class Test {
public static void main(String[] args) {
String JDBCConnectionURL=null;
try{
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");