代码搜索:shared

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

代码结果 10,000
www.eeworm.com/read/258893/4350529

rc pgpdiskshellextver.rc

// VERSIONINFO structure which automatically include version // string from PGPdiskVersion.h // #include #include "..\Shared\PGPdiskVersion.h" ///////////////////////////////////////
www.eeworm.com/read/161121/5558301

h divalog.h

/* * Include file for defining the kernel loggger messages * These definitions are shared between the klog driver and the * klogd daemon process * * Copyright (C) Eicon Technology Corporation, 20
www.eeworm.com/read/160049/5577054

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/160047/5577112

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/154368/5638018

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/173135/9671736

txt readme.txt

This is a test for multiprocess recovery. This test demonstrates the database recovery when one of the connected to the database fails. The program creates/connects to a shared memory database, and
www.eeworm.com/read/173128/9672990

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/173128/9673090

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/173128/9673112

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/269943/11053906

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