testsimulation.java
来自「国外的数据结构与算法分析用书」· Java 代码 · 共 8 行
JAVA
8 行
/** This class tests the simulation class in Chapter11. */
public class TestSimulation
{
public static void main(String args[]) throws Exception
{
Simulation s = new Simulation();
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?