?? unitcatalog.java
字號(hào):
import java.io.IOException;import java.io.BufferedReader;import java.io.DataInputStream;import java.io.FileInputStream;import java.io.InputStreamReader;import java.io.IOException;import java.util.ArrayList;import java.util.HashMap;import java.util.Iterator;import java.util.StringTokenizer;import java.util.TreeSet;/** * Reads in a festival clunits unit catalog. The units are stored * as a HashMap of ArrayLists where the HashMap is indexed by unit * type (e.g., "ae_afternoon"), and the ArrayList is a list of the * actual units themselves (e.g., "ae_afternoon_23"). *
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -