代码搜索结果

找到约 143,016 项符合 Remote Control 的代码

e190. passing parameters to a remote method.txt

Arguments to remote methods must be primitive, serializable, or implement Remote. This example demonstrates the declaration and use of all three parameter types. 1. Define the remote interface.

e191. returning values from a remote method.txt

Return values from remote methods must be primitive, serializable, or implement Remote. This example demonstrates the declaration and use of all three return types. 1. Define the remote interface.

e188. defining and exporting a remote object.txt

1. Define the remote interface. import java.rmi.*; public interface RObject extends Remote { void aMethod() throws RemoteException; } 2. Define the remote object impl

e192. throwing an exception from a remote method.txt

1. Define the remote interface. import java.rmi.*; public interface RObject extends Remote { void aMethod() throws RemoteException; } 2. Define the remote object impl

e180. detecting when a non-blocking socket is closed by the remote host.txt

The only way to detect that the remote host has closed the connection is to attempt to read or write from the connection. If the remote host properly closed the connection, read() will return -1. If t

e504. defining and exporting a portable remote object.txt

1. Define the remote interface. import java.rmi.*; public interface RObject extends Remote { void aMethod() throws RemoteException; } 2. Define the portable remote ob

control.java

package com.javapatterns.command.television; public class Control { /** * @directed */ private Command onCommand, offCommand, changeChannel; public Control(Command o

control.c

/* ode-initval/control.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU G

rbf control.m

%Model Reference Aapative RBF Control clear all; close all; u_1=0; y_1=0; ym_1=0; x=[0,0,0]'; c=[-3 -2 -1 1 2 3; -3 -2 -1 1 2 3; -3 -2 -1 1 2 3]; b=2*ones(6,1); w=rands(6,1);

control.rc2

// // CONTROL.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED ///