代码搜索:shared
找到约 10,000 项符合「shared」的源代码
代码结果 10,000
www.eeworm.com/read/100043/6275768
in makefile.in
##
## Makefile for libsnmp.
##
## because this is for Linux with ELF only, we are building
## a shared lib, to be installed in /lib.
##
## set to installation prefix (overridden by configure --pref
www.eeworm.com/read/494745/6374702
h iface.h
//
// Iface.h -
// Declarations of interfaces, IIDs, and CLSID
// shared by the client and the component.
//
interface IX : IUnknown
{
virtual void pascal Fx() = 0 ;
};
interface
www.eeworm.com/read/486342/6539369
def vnchooks.def
; VNCHooks.def : Declares the module parameters for the DLL.
LIBRARY "VNCHooks"
; DESCRIPTION 'WinVNC 3.0 Hook Library'
SECTIONS
.SharedData read write shared
www.eeworm.com/read/486343/6540079
def vnchooks.def
; VNCHooks.def : Declares the module parameters for the DLL.
LIBRARY "VNCHooks"
; DESCRIPTION 'WinVNC 3.0 Hook Library'
SECTIONS
.SharedData read write shared
www.eeworm.com/read/253222/12238381
readme
GNU Libtool
***********
Introduction
============
This is GNU Libtool, a generic library support script. Libtool hides
the complexity of using shared libraries behind a consistent, portable
interfa
www.eeworm.com/read/130042/14210308
java fslossentry.java
package shared;
/** FSLossEntry class contains information about loss specification entries in the FileSchema
* class.
*/
public class FSLossEntry {
/** Predicted value of the entry.
www.eeworm.com/read/130042/14210407
java orderingfunction.java
package shared;
import java.lang.*;
/** The interface for classes using an ordering function for sorting various lists
* in the Graph class.
*/
public interface OrderingFunction{
/** The
www.eeworm.com/read/130042/14210421
java optionserver.java
package shared;
import java.lang.*;
/** OptionServer serves as an interface between the option mechanism and the
* physical storage for the options themselves. Specifically, OptionServer allows
www.eeworm.com/read/231699/14222985
vb schooldata.vb
Public Class SchoolData
Dim mDataPath As String
Public Shared DataModule As SchoolData
Private Function GetConnection() As OleDb.OleDbConnection
'return a new connection to the database
www.eeworm.com/read/129220/14257304
java fslossentry.java
package shared;
/** FSLossEntry class contains information about loss specification entries in the FileSchema
* class.
*/
public class FSLossEntry {
/** Predicted value of the entry.