代码搜索结果
找到约 3,982 项符合
Sensor 的代码
sensor.java
// $Id: Sensor.java,v 1.1 2004/04/14 18:30:32 mikedemmer Exp $
/*
*
*
* "Copyright (c) 2004 and The Regents of the University
* of California. All rights reserved.
*
* Permission to use, copy
sensor.java
package org.drools;
public class Sensor {
private int temperature;
private int pressure;
public Sensor(final int temp,
final int press) {
this.temperatu
sensor.c
/**************************************************************************************************
* FILENAME
* time
sensor.java
/**
* JADE - Java Agent DEvelopment Framework is a framework to develop
* multi-agent systems in compliance with the FIPA specifications.
* Copyright (C) 2000 CSELT S.p.A.
* Copyright (C) 200
sensor.c
/*
* Simple 4 point sensor (whisker) that, when activated,
* pushes the "bot".
* This program demonstrates a simple coralling mechanic.
*/
#define screen_w 320
#define scree
ftp-sensor
# This is an example sensor running on the ftp port. Xinetd sensors are
# a form of intrusion detection aimed at locating hosts that are trying
# to access an unadvertised service. Once tripped, they
sensor.java
package com.javapatterns.facade.security;
public class Sensor
{
public void activate()
{
System.out.println("Activating the sensor.");
}
public void deactivate()
{
sensor.java
package com.javapatterns.facade.securityfacade;
public class Sensor
{
public void activate()
{
System.out.println("Activating on the sensor.");
}
public void deactivate()
sensor.java
package com.javapatterns.facade.security;
public class Sensor
{
public void activate()
{
System.out.println("Activating the sensor.");
}
public void deactivate()
{
sensor.java
package com.javapatterns.facade.securityfacade;
public class Sensor
{
public void activate()
{
System.out.println("Activating on the sensor.");
}
public void deactivate()