📄 ibestcycleinfoengine.java
字号:
/**
* Description: provide the interface for handling best information in a cycle
*
* @ Author Create/Modi Note
* Xiaofeng Xie Jul 19, 2006
*/
package maosKernel.infoIO;
import maosKernel.represent.*;
public interface IBestCycleInfoEngine {
public EncodedState getBestState();
public double getBestTime();
public int getBestNCycle();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -