现在的位置: 首页 > 综合 > 正文

胡思乱想

2014年09月05日 ⁄ 综合 ⁄ 共 133字 ⁄ 字号 评论关闭

bool halt(Machine machine, Time current)
{
    if (machine.getStatus(current) == STOPPED)
        return STOPPED;
    return halt(machine, current + deltaInterval);
}

抱歉!评论已关闭.