代码搜索结果

找到约 3,982 项符合 Sensor 的代码

sensor.c

/************************************************************************************************** * FILENAME * time

sensor.java

package securitysystem; //定义传感器抽象类: public abstract class Sensor { public String position;//所安装位置 }

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.c

/* V0.1 Initial Release 10/July/2006 *2006/08/16 WXL 2.0 */ #include "wx_lrwpan.h" #ifdef LRWPAN_RFD //-------------------------------------------------------- //Initialization

sensor.h

#ifndef SENSOR_H #define SENSOR_H #ifdef LRWPAN_RFD #define SensorPowerOn() (VCON = 1) #define SensorPowerOff() (VCON = 0) #define VPHOTO 0X00 //光敏 #define VOUTX 0X00 //加速度传感器X向

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

/* * Copyright 2005 i-Konect LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop

sensor.cc

/* * Gazebo - Outdoor Multi-Robot Simulator * Copyright (C) 2003 * Nate Koenig & Andrew Howard * * This program is free software; you can redistribute it and/or modify * it under the t