代码搜索:Instance
找到约 10,000 项符合「Instance」的源代码
代码结果 10,000
www.eeworm.com/read/463900/7173659
c template.c
/*****************************************************************************
*
* Microchip DeviceNet Stack (Application Template)
*
*********************************************
www.eeworm.com/read/461011/7235840
cc rsvp.cc
/*
* Copyright (c) 1998 The University of Bonn
* All rights reserved.
*
* Permission to use and copy this software in source and binary forms
* is hereby granted, provided that the above copyrig
www.eeworm.com/read/461011/7235864
cc~ rsvp.cc~
/*
* Copyright (c) 1998 The University of Bonn
* All rights reserved.
*
* Permission to use and copy this software in source and binary forms
* is hereby granted, provided that the above copyrig
www.eeworm.com/read/457108/7334122
java timetest2.java
// Fig. 8.3: TimeTest2.java
// Errors resulting from attempts to access private members of Time1.
public class TimeTest2 {
public static void main( String args[] )
{
Time1 time = ne
www.eeworm.com/read/456112/7357656
htm pat3e-1.htm
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
}
}
Singlet
www.eeworm.com/read/456112/7358238
htm pat3e.htm
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
}
}
Singlet
www.eeworm.com/read/210067/7367539
tex jrtplib.tex
\documentclass[12pt,a4paper]{article}
\newcommand{\jversion}{3.3.0}
\newcommand{\headerfile}[1]{\marginpar{\scriptsize Header:\\{\tt #1}}}
\newcommand{\inherits}[1]{\marginpar{\scriptsize Inherits:\\
www.eeworm.com/read/454641/7386243
java btgame.java
package bluetoochgame;
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class BTGame extends MIDlet implements CommandListener{
private static BTGame instance;
www.eeworm.com/read/453558/7417046
java incrinducer.java
package shared;
import java.lang.*;
import java.util.*;
/** Abstract template for incremental inducers.
* @author James Louis java Implementation
*/
abstract public class IncrInducer extends