feeds.ctxt

来自「Java source code for the Ant Colony Opti」· CTXT 代码 · 共 11 行

CTXT
11
字号
#BlueJ class context
comment0.target=interface\ Feeds
comment0.text=Interface\ for\ things\ that\ can\ eat.\n@author\ Jo\ Wood\n@version\ 1.1,\ 17th\ January,\ 2001.\n\n
comment1.params=foodUnits
comment1.target=void\ eat(int)
comment1.text=Eat\ a\ given\ amount\ of\ food.\n@param\ foodUnits\ Amount\ of\ food\ to\ eat.\n\n
comment2.params=foodUnits
comment2.target=void\ metabolise(int)
comment2.text=Metabolise\ a\ given\ amount\ of\ food.\n@param\ foodUnits\ Amount\ of\ food\ to\ metabolise.\n\n
numComments=3

⌨️ 快捷键说明

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