代码搜索:instance

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

代码结果 10,000
www.eeworm.com/read/103743/15724448

h mbuf.h

/* * OpenVPN -- An application to securely tunnel IP networks * over a single TCP/UDP port, with support for SSL/TLS-based * session authentication and key exchange, *
www.eeworm.com/read/101710/15822040

h packet.h

// packet.h // // // Original code by William Ingle (address unknown) // debugged and extended by Chris Chlap (chrisc@fir.canberra.edu.au) #define MAX_OPEN 4 #define MAX_REQUESTS 4 typ
www.eeworm.com/read/101709/15822092

h packet.h

// packet.h // // // Original code by William Ingle (address unknown) // debugged and extended by Chris Chlap (chrisc@fir.canberra.edu.au) #define MAX_OPEN 4 #define MAX_REQUESTS 4 typ
www.eeworm.com/read/101435/15833336

h gencf.h

/////////////////////////////////////////////////////////////////////////////// // // gencf.h - Copyright 1995-1997, Don Box // // This file contains the class definition of GenericClassFactory,
www.eeworm.com/read/101434/15833408

h gencf.h

/////////////////////////////////////////////////////////////////////////////// // // gencf.h - Copyright 1995-1997, Don Box // // This file contains the class definition of GenericClassFactory,
www.eeworm.com/read/38039/1094031

mnu bomtyp.mnu

MODEL#TYPE # Generic Show information for the generic model of the current instance. # Instance Show information for the current instance. #
www.eeworm.com/read/247171/4486323

vb readonly1.vb

Class ReadOnly1 ReadOnly instance As Integer Shared ReadOnly not_instance As Integer Shared Sub New() not_instance = 3 End Sub Sub New() instance = 2 End Sub
www.eeworm.com/read/357192/3028648

java lazyinit.java

package net.sf.mvc.mobile; public abstract class LazyInit { private Page instance; public abstract Page create(); public Page get() { return instance == null ? instance = create() : instance; }
www.eeworm.com/read/193974/5138467

test_jser

test_jser Java Serialization (test_jser.py) writing Python int Python list Python instance Java instance reading Python int Python list Python instance Java instance
www.eeworm.com/read/327360/3462505

mof multithreadingsampleproviderr.mof

#pragma locale ("en_US") instance of PG_ProviderModule { Description = "Instance Provider for the MultithreadingSampleClass"; Caption = "Instance Provider for the Multithreading Sample";