代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/351931/10592521
pas propfilereh.pas
{*******************************************************}
{ }
{ Delphi / Kylix Cross-Platform Runtime Library }
{
www.eeworm.com/read/421773/10700279
pas propfilereh.pas
{*******************************************************}
{ }
{ Delphi / Kylix Cross-Platform Runtime Library }
{
www.eeworm.com/read/158951/10709104
java~1~ mainmidp.java~1~
import javax.microedition.midlet.*;
/**
* Title:
*
* Description:
*
* Copyright: Copyright (c) 2006
*
* Company:
*
* @author not attributable
* @
www.eeworm.com/read/350469/10741709
cpp vrvpview.cpp
// mfcView.cpp : implementation of the CMFCView class
//
#include "stdafx.h"
#include "vp_mfc.h"
#include "vp_mfcDoc.h"
#include "vrVPView.h"
// START: Vega Prime - Includes
//
www.eeworm.com/read/420545/10790845
h smshandler.h
#ifndef __CSMSHANDLER_H__
#define __CSMSHANDLER_H__
// INCLUDES
#include
#include
#include
#include
// CONSTANTS
const TInt KBfrLength = 20;
www.eeworm.com/read/419026/10889123
java myinteger.java
//Exercise 7.5
public class MyInteger {
//instance variable
private int value;
//constructor
public MyInteger(int value){
this.value = value;
}
//getter and setter
public int getVa
www.eeworm.com/read/419026/10889140
java testcirle.java
//Exercise 7.1
public class TestCirle {
public static void main(String[] args){
//instances
Circle c1 = new Circle();//instance with default radius and color
System.out.println("The circle
www.eeworm.com/read/274013/10890972
java randomnum.java
package structure;
import java.util.Random;
/**
* 产生随机数的singleton模式
* */
public class RandomNum {
private double up,down;
static RandomNum instance;
Random ran;
private Random
www.eeworm.com/read/272965/10934997
asm tx8_1int.asm
;------------------------------------------------------------------------------
; FILENAME: TX8_1int.asm
; VERSION: Rev B, 2002 Mar 30
;------------------------------------------------------