basicencodedata.java
来自「pso源程序」· Java 代码 · 共 24 行
JAVA
24 行
/** * Description: the abstract encoded data that associated with a state that used * by goodness evaluation part * * @ Author Create/Modi Note * Xiaofeng Xie Apr 6, 2005 * */package maosKernel.represent.encode;import maosKernel.represent.encode.iEncode.*;public class BasicEncodeData extends OEncodeIData { public BasicEncodeData(){ super(); } public BasicEncodeData(int encodeV){ super(encodeV); }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?