代码搜索:shared
找到约 10,000 项符合「shared」的源代码
代码结果 10,000
www.eeworm.com/read/129220/14257435
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/129220/14257449
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/127767/14335877
txt e1038. saving data in a servlet.txt
There are three places a servlet can save data for its processing - in the request, in the session (if present), and in the servlet context (which is shared by all servlets and JSP pages in the contex
www.eeworm.com/read/127767/14335934
txt e743. creating a jbutton component.txt
Although it is possible to create a button with just a label, it is highly recommended to use an action to create a button. The action can then be shared by other components such as a toolbar.
/
www.eeworm.com/read/127767/14337776
txt e1041. preventing concurrent requests to a servlet.txt
By default, a servlet container will use a servlet instance to concurrently process multiple requests. Although, this behavior burdens the servlet developer to properly synchronize shared state, this
www.eeworm.com/read/223082/14660338
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/223082/14660407
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/223082/14660417
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/122539/14685895
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/209321/15223407
readme
ZLIBC - Uncompressing C Library (For Linux and SunOs)
by
Alain Knaff 1993-1999
Zlibc is a preloadable shared object that allows executables to
uncompress the datafiles that t