?? factorization.java
字號:
package factorization.service.impl;/** * <p>Title: Factorization Library</p> * <p>Description: A factorization lib based on the quadratic sieve</p> * <p>Copyright: Copyright (c) 2004</p> * <p>Company: ACME</p> * @author Vladimir Silva * @version 1.0 */public interface Factorization { /** * Remote factorization method * @param bigNum Number to factorize * @param outFile Output file (contains factors) * @param options: -verbose to display process output */ public String factorize(String bigNum, String outFile, String options);}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -