代码搜索:Implementations
找到约 4,027 项符合「Implementations」的源代码
代码结果 4,027
www.eeworm.com/read/249070/12523913
h edge.h
// **************************************************
// Header file Edge.h
// An Edge class for graph implementations.
// **************************************************
class Edge
{
public:
www.eeworm.com/read/248703/12545568
readme
This directory contains implementations of standard library functions
for systems where the default C libraries lack them.
www.eeworm.com/read/113833/15447370
bat build.bat
idl2java Bank.idl
copy Implementations\AccountImpl.java Bank\AccountImpl.java /y >nul
copy Implementations\CreditCardImpl.java Bank\CreditCardImpl.java /y >nul
copy Implementations\CreditCardManage
www.eeworm.com/read/111801/15503227
info vector016.info
DESCRIPTION:
This test vector came from Brian LaMacchia in his e-mail
message containing several samples of output from his SHA-256
and SHA-512 implementations. My own implementations
www.eeworm.com/read/110176/15540567
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/110176/15540576
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/110176/15540591
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/109665/15552482
c retarget.c
/*
* This provides implementations of _sys_exit(), _ttywrch() and ___stackheap(), which are
* the bare minimum required to enable use of the ARM C libraries. Only some of the
* functionality of t
www.eeworm.com/read/109665/15552594
c retarget.c
/*
* This provides implementations of _sys_exit(), _ttywrch() and ___stackheap(), which are
* the bare minimum required to enable use of the ARM C libraries. Only some of the
* functionality of t
www.eeworm.com/read/108695/15579521
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