代码搜索:shared

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

代码结果 10,000
www.eeworm.com/read/185627/8996005

java gamelistener.java

package bingo.shared; // implement this interface if you are interested // in getting updates as to the current status // of the game keeper public interface GameListener extends Listener { publi
www.eeworm.com/read/184769/9078632

h slim_internal.h

/* slim - Shared Library Interface Macros * * Copyright © 2003 Richard Henderson * * Permission to use, copy, modify, distribute, and sell this software * and its documentation for any purpose is
www.eeworm.com/read/371106/9567707

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/371106/9567749

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/170469/9805376

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/170469/9805474

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/170469/9805488

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/169757/9839180

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/359181/10161966

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/359181/10162070

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