代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/202831/15371970
java connectionpoolmanager.java
/*
DBPool - JDBC Connection Pool Manager
Copyright (c) Giles Winstanley
*/
package snaq.db;
import java.io.*;
import java.sql.*;
import java.text.*;
import java.util.*;
import snaq.util.L
www.eeworm.com/read/112400/15486638
txt rfc1284.txt
Network Working Group J. Cook, Editor
Request for Comments: 1284 Chipcom Corporation
www.eeworm.com/read/111426/15512835
pas vgnls.pas
{*******************************************************}
{ }
{ Vladimir Gaitanoff Delphi VCL Library }
{ National Lang
www.eeworm.com/read/106679/15627656
txt rfc1284.txt
Network Working Group J. Cook, Editor
Request for Comments: 1284 Chipcom Corporation
www.eeworm.com/read/106588/15633595
cpp main.cpp
#include "model.h"
#include "view.h"
#ifdef WIN32
/*
The one and only ThisMfcApp object. In the MFC world, creating
this global object is what starts the application.
*/
#include "ThisMfcApp.h"
www.eeworm.com/read/104928/15681372
vbs osrecover.vbs
'osrecover.vbs
Dim objServices
Dim objWMIObject, objWMIObjects
'create an instance of a Services object for the local machine
Set objServices = _
GetObject("winmgmts:{impersonationLevel=imp
www.eeworm.com/read/103680/15726373
c client.c
/****************************************************************************
PROGRAM: client.c
PURPOSE: client sample application
This is a very simple application to demonstra
www.eeworm.com/read/103680/15726379
c server.c
/****************************************************************************
PROGRAM: server.c
PURPOSE: server sample application
This is a very simple application to demonstate
www.eeworm.com/read/103680/15726383
c winudp.c
/****************************************************************************
PROGRAM: winudp.c
PURPOSE: sample UDP application
This is a very simple application to demonstate
www.eeworm.com/read/103011/15749377
java nullcomparatordescriptor.java
package piy;
import java.io.File;
import javax.swing.ImageIcon;
/**
* Describes the Null comparator action. It has restricted instantiation via the
* Singleton pattern for no other reason t