代码搜索:Implementations
找到约 4,027 项符合「Implementations」的源代码
代码结果 4,027
www.eeworm.com/read/174554/9582233
java productserver.java
/**
* @version 1.10 1999-08-21
* @author Cay Horstmann
*/
import java.rmi.*;
import java.rmi.server.*;
import sun.applet.*;
public class ProductServer
{ public static void main(String
www.eeworm.com/read/169651/9847926
roadmap
This is the certificate library. It contains implementations of various
Certificate Classes and derived common classes.
A Generic Skip Certificate Class. This is the Class the key manager
www.eeworm.com/read/165594/10056541
java warehouseserver.java
/**
@version 1.11 2001-07-10
@author Cay Horstmann
*/
import java.io.*;
import java.rmi.*;
import java.rmi.server.*;
/**
This server program instantiates a remote warehouse
ob
www.eeworm.com/read/165594/10056560
java warehouseserver.java
/**
@version 1.11 2001-07-10
@author Cay Horstmann
*/
import java.io.*;
import java.rmi.*;
import java.rmi.server.*;
/**
This server program instantiates a remote warehouse
ob
www.eeworm.com/read/165594/10056602
java productserver.java
/**
@version 1.10 1999-08-21
@author Cay Horstmann
*/
import java.rmi.*;
import java.rmi.server.*;
/**
This server program instantiates two remote objects,
registers them with
www.eeworm.com/read/358682/10182147
cpp firstref.cpp
// firstref.cpp -- defining and using a reference
#include
int main()
{
using namespace std;
int rats = 101;
int & rodents = rats; // rodents is a reference
cout
www.eeworm.com/read/358397/10189860
txt ecb_tbl.txt
/* Description of what tables are tested:
The provided implementations each use a different set of tables
- Java implementation: uses no tables
- reference C implementation: uses Logtabl
www.eeworm.com/read/425905/10310519
readme
This directory contains implementations of standard library functions
for systems where the default C libraries lack them.
www.eeworm.com/read/425096/10381804
java readwrite.java
//@author: j.n.magee 11/11/96
package concurrency.readwrite;
//************************************************************
// the interface for ReadWrite monitor implementations
interface Rea
www.eeworm.com/read/425092/10381843
java readwrite.java
//@author: j.n.magee 11/11/96
package concurrency.readwrite;
//************************************************************
// the interface for ReadWrite monitor implementations
interface Rea