代码搜索:getClass
找到约 825 项符合「getClass」的源代码
代码结果 825
www.eeworm.com/read/414988/11087457
java genericmethods9.java
// generics/GenericMethods9.java
// TIJ4 Chapter Generics, Exercise 9, page 633
// Modify GenericMethods so that f() accepts three arguments, all
// of which are of a different parameterized type.
www.eeworm.com/read/414988/11087495
java genericmethods10.java
// generics/GenericMethods10.java
// TIJ4 Chapter Generics, Exercise 10, page 633
// Modify the previous exercise so that one of f()'s arguments
// is non-parameterized.
public class GenericMeth
www.eeworm.com/read/266750/11213543
h student.h
#ifndef STUDENT_H
#define STUDENT_H
//
#include
/**************************************************************
//学生类
属性:学号,名字,班级
方法:取得 学号,名字,班级
*********************************************
www.eeworm.com/read/335607/12512554
java j03190203.java
import java.lang.*;
public class j03190203
{
static String fromNumberTOString( M p1)
{ //声明有 M 通用类型名称的通用方法
System.out.println( "TYPE=" + p1.getClass().getName() );
return p1.
www.eeworm.com/read/435302/7794117
~4~ servermainform.pas.~4~
unit ServerMainForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DSCommonServer, DSTCPServerTransport, DSServer;
type
TForm17 =
www.eeworm.com/read/435302/7794119
~5~ servermainform.pas.~5~
unit ServerMainForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DSCommonServer, DSTCPServerTransport, DSServer, StdCtrls;
type
www.eeworm.com/read/313554/13584949
java coordinatepair.java
//ver 0.1 by Jeroen W date: 4-01-08: basic implementation by isolation
package mazeAssignment;
class CoordinatePair {
public int x, y;
public CoordinatePair(int
www.eeworm.com/read/162614/5536875
java arraystore.java
public class ArrayStore
{
public static void main(String[] args)
{
ArrayStore s = new ArrayStore();
/* Check that bounds check takes precedence over array store check. */
try
{
www.eeworm.com/read/162519/5546407
java arraystore.java
public class ArrayStore
{
public static void main(String[] args)
{
ArrayStore s = new ArrayStore();
/* Check that bounds check takes precedence over array store check. */
try
{
www.eeworm.com/read/411855/11224097
cpp classtype.cpp
/******************************************************************************\
* *
* @.cpp