代码搜索:instance

找到约 10,000 项符合「instance」的源代码

代码结果 10,000
www.eeworm.com/read/227264/4776249

java absfileinstanceloader.java

/** * Description: for loading an instance of problem according to ProblemSettings, * which refers to a file by the parameter "Problem" * * @ Author Create/Modi Note * Xiaofeng X
www.eeworm.com/read/340605/3284563

h mc_operations.h

/** * @file mc_operations.h * * Operations definitions for the MMC instance. * * @author () * @version 0.1 */ /* * History: * * Date Author Modification *
www.eeworm.com/read/340605/3284564

h mc_cfg.h

/** * @file mc_cfg.h * * Configuration definitions for the MC instance. * * @author () * @version 0.1 */ /* * History: * * Date Author Modification * ----
www.eeworm.com/read/332064/3401711

vb customervalidationrules.vb

Imports System Imports Databinding.ControlValidator Public Class CustomerValidationRules Implements IRulesList Public Shared ReadOnly Property Instance() As CustomerValidationRules
www.eeworm.com/read/314491/3632040

asm queue.asm

;-------------------------- ;-- Define Queue objects -- ;-------------------------- MODEL SMALL LOCALS ;** Define Queue object ** INCLUDE queue.aso ;** Create instance of Queue virtual
www.eeworm.com/read/314491/3632041

asm stack.asm

;-------------------------- ;-- Define Stack objects -- ;-------------------------- MODEL SMALL LOCALS ;** Define Stack object ** INCLUDE stack.aso ;** Create instance of stack virtual
www.eeworm.com/read/414257/2152602

cs productseditviewdialog.designer.cs

namespace MobileDevelopersHandbook.DSAExample { partial class ProductsEditViewDialog { public static ProductsEditViewDialog Instance(System.Windows.Forms.BindingSource bindingSourc
www.eeworm.com/read/399197/2364754

cs productseditviewdialog.designer.cs

namespace MobileDevelopersHandbook.DSAExample { partial class ProductsEditViewDialog { public static ProductsEditViewDialog Instance(System.Windows.Forms.BindingSource bindingSourc
www.eeworm.com/read/368804/2806727

java 6.6--showinnerclass.java

//[例6.6] public class ShowInnerClass { private int date; public void m() { // Do something InnerClass instance=new InnerClass(); } /
www.eeworm.com/read/103037/15748632

asm queue.asm

;-------------------------- ;-- Define Queue objects -- ;-------------------------- MODEL SMALL LOCALS ;** Define Queue object ** INCLUDE queue.aso ;** Create instance of Queue virtual