代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/222731/14678142
bas mod_sde.bas
Attribute VB_Name = "Mod_SDE"
Private Function SDEAdoCon(User As String, Password As String, Server As String, _
version As String, Instance As String, Optional Database As String) As ADODB.
www.eeworm.com/read/221800/14720711
c ospf_mib_wrn_stub.c
/******************************************************************************
******************************************************************************
**** This file was automatically genera
www.eeworm.com/read/221598/14736511
java citationknn.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either vers
www.eeworm.com/read/221117/14757986
pas reinit.pas
unit reinit;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms;
procedure ReinitializeForms;
function LoadNewResourceModule(Locale: LCID): Longint;
impleme
www.eeworm.com/read/220814/14787647
h conn.h
/*****************************************************************************
*
* Microchip DeviceNet Stack (Connection Object Header)
*
****************************************************
www.eeworm.com/read/220661/14793250
html xybarchartdemo4.html
XYBarChartDemo4
In this demo, the domain axis shows only integer values. A
GradientPaint instance is used for the chart background color.
www.eeworm.com/read/120429/14803813
java elvis.java
// Serialzable Singleton - Page 11
import java.io.*;
public class Elvis {
public static final Elvis INSTANCE = new Elvis();
private Elvis() {
// ...
}
// ... //
www.eeworm.com/read/119874/14818872
c initialization.c
#include "StdSDK.h" // Standard application includes
#include "Initialization.h" // For non-static function prototypes
#include "MainFrame.h" // For non-static function prototypes
#inc
www.eeworm.com/read/220296/14843691
txt 静态单线程函数.txt
//单线程函数(保证每个类只生成一个实例)
class Singleton {
private static Singleton s;
private Singleton(){};
/**
* Class method to access the singleton instance of the class
www.eeworm.com/read/118524/14865286
java myshapecontrollerfactory.java
// MyShapeControllerFactory.java
// MyShapeControllerFactory uses the Factory Method design
// pattern to create an appropriate instance of MyShapeController
// for the given MyShape subclass.
pa