⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hardobject.java

📁 一个多机器人的仿真平台
💻 JAVA
字号:
/* * HardObject.java */package EDU.gatech.cc.is.abstractrobot;/** * If you want to control a real robot you must implement  this interface. * <P> * <A HREF="../COPYRIGHT.html">Copyright</A> * (c)1997, 1998 Tucker Balch * * @author Tucker Balch * @version $Revision: 1.1 $ */public interface HardObject	{        /**         * Take a hardware step.  This method should execute commands	 * issued to the control API by the control system and return	 * immediately.         */	public abstract void takeStep();	}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -