代码搜索:Object
找到约 10,000 项符合「Object」的源代码
代码结果 10,000
www.eeworm.com/read/216443/15006609
m examp_hermite.m
% Setup the basic parameters of the Gabor system.
L=480; % Length of signal.
a=40; % Time shift.
M=12; % Number of modulations.
% Number of Hermite functions to use
R=4;
% Create a multiwindow
www.eeworm.com/read/216443/15006664
depcomp
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
scriptversion=2005-07-09.11
# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
# This progr
www.eeworm.com/read/115583/15008428
java counthome.java
package examples;
import javax.ejb.*;
import java.rmi.RemoteException;
/**
* This is the home interface for CountBean. This interface
* is implemented by the EJB Server's glue-code tools -
www.eeworm.com/read/115583/15008542
java hellolocal.java
package examples;
/**
* This is the HelloBean local interface.
*
* This interface is what local clients operate
* on when they interact with EJB local objects.
* The container vendor will
www.eeworm.com/read/115583/15008545
java hello.java
package examples;
/**
* This is the HelloBean remote interface.
*
* This interface is what clients operate on when
* they interact with EJB objects. The container
* vendor will implement
www.eeworm.com/read/115583/15008548
java hellohome.java
package examples;
/**
* This is the home interface for HelloBean. This interface
* is implemented by the EJB Server's tools - the
* implemented object is called the Home Object, and serves
www.eeworm.com/read/115583/15008659
java hello.java
package examples;
/**
* This is the HelloBean remote interface.
*
* This interface is what clients operate on when
* they interact with EJB objects. The container
* vendor will implement
www.eeworm.com/read/115583/15008665
java hellohome.java
package examples;
/**
* This is the home interface for HelloBean. This interface
* is implemented by the EJB Server's tools - the
* implemented object is called the Home Object, and serves