亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? serpent_properties.java

?? Serpent算法及vb實現 畢業設計是做的 希望對大家有幫助
?? JAVA
字號:
// $Id: $//// $Log: $// Revision 1.0  1998/04/10  raif// + start of history.//// $Endlog$/* * Copyright (c) 1997, 1998 Systemics Ltd on behalf of * the Cryptix Development Team. All rights reserved. */package Serpent;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.InputStream;import java.io.IOException;import java.io.PrintWriter;import java.io.PrintStream;import java.util.Enumeration;import java.util.Properties;/** * This class acts as a central repository for an algorithm specific * properties.<p> * * <b>Copyright</b> &copy; 1997, 1998 * <a href="http://www.systemics.com/">Systemics Ltd</a> on behalf of the * <a href="http://www.systemics.com/docs/cryptix/">Cryptix Development Team</a>. * <br>All rights reserved.<p> * * <b>$Revision: $</b> * @author  David Hopwood * @author  Jill Baker * @author  Raif S. Naffah */public class Serpent_Properties // implicit no-argument constructor{// Constants and variables with relevant static code//...........................................................................    static final boolean GLOBAL_DEBUG = false;    static final String ALGORITHM = "Serpent";    static final double VERSION = 0.1;    static final String FULL_NAME = ALGORITHM + " ver. " + VERSION;    static final String NAME = "Serpent_Properties";    /**     * The (algorithm).properties file containing algorithm-specific     * properties. Only the 'lib' folder/directory in (java.home) is     * searched for this properties file.     */    static final Properties properties = new Properties();    /** Default properties in case .properties file was not found. */    private static final String[][] DEFAULT_PROPERTIES = {        {"Trace.Serpent_Algorithm",       "true"},        {"Debug.Level.*",                 "1"},        {"Debug.Level.Serpent_Algorithm", "9"},    };    static {if (GLOBAL_DEBUG) System.err.println(">>> " + NAME + ": Looking for " + ALGORITHM + " properties");        String it = ALGORITHM + ".properties";        InputStream is = Serpent_Properties.class.getResourceAsStream(it);        boolean ok = is != null;        if (ok)            try {                properties.load(is);                is.close();if (GLOBAL_DEBUG) System.err.println(">>> " + NAME + ": Properties file loaded OK...");            } catch (Exception x) {                ok = false;            }        if (!ok) {if (GLOBAL_DEBUG) System.err.println(">>> " + NAME + ": WARNING: Unable to load \"" + it + "\" from CLASSPATH.");if (GLOBAL_DEBUG) System.err.println(">>> " + NAME + ":          Will use default values instead...");            int n = DEFAULT_PROPERTIES.length;            for (int i = 0; i < n; i++)                properties.put(                    DEFAULT_PROPERTIES[i][0], DEFAULT_PROPERTIES[i][1]);if (GLOBAL_DEBUG) System.err.println(">>> " + NAME + ": Default properties now set...");        }    }// Properties methods (excluding load and save, which are deliberately not// supported).//...........................................................................    /** Get the value of a property for this algorithm. */    public static String getProperty (String key) {        return properties.getProperty(key);    }    /**     * Get the value of a property for this algorithm, or return     * <i>value</i> if the property was not set.     */    public static String getProperty (String key, String value) {        return properties.getProperty(key, value);    }    /** List algorithm properties to the PrintStream <i>out</i>. */    public static void list (PrintStream out) {        list(new PrintWriter(out, true));    }    /** List algorithm properties to the PrintWriter <i>out</i>. */    public static void list (PrintWriter out) {        out.println("#");        out.println("# ----- Begin "+ALGORITHM+" properties -----");        out.println("#");        String key, value;        Enumeration enum = properties.propertyNames();        while (enum.hasMoreElements()) {            key = (String) enum.nextElement();            value = getProperty(key);            out.println(key + " = " + value);        }        out.println("#");        out.println("# ----- End "+ALGORITHM+" properties -----");    }//    public synchronized void load(InputStream in) throws IOException {}    public static Enumeration propertyNames() {        return properties.propertyNames();    }//    public void save (OutputStream os, String comment) {}// Developer support: Tracing and debugging enquiry methods (package-private)//...........................................................................        /**     * Return true if tracing is requested for a given class.<p>     *     * User indicates this by setting the tracing <code>boolean</code>     * property for <i>label</i> in the <code>(algorithm).properties</code>     * file. The property's key is "<code>Trace.<i>label</i></code>".<p>     *     * @param label  The name of a class.     * @return True iff a boolean true value is set for a property with     *      the key <code>Trace.<i>label</i></code>.     */    static boolean isTraceable (String label) {        String s = getProperty("Trace." + label);        if (s == null)            return false;        return new Boolean(s).booleanValue();    }    /**     * Return the debug level for a given class.<p>     *     * User indicates this by setting the numeric property with key     * "<code>Debug.Level.<i>label</i></code>".<p>     *     * If this property is not set, "<code>Debug.Level.*</code>" is looked up     * next. If neither property is set, or if the first property found is     * not a valid decimal integer, then this method returns 0.     *     * @param label  The name of a class.     * @return  The required debugging level for the designated class.     */    static int getLevel(String label) {        String s = getProperty("Debug.Level." + label);        if (s == null) {            s = getProperty("Debug.Level.*");            if (s == null)                return 0;        }        try {            return Integer.parseInt(s);        } catch (NumberFormatException e) {            return 0;        }    }    /**     * Return the PrintWriter to which tracing and debugging output is to     * be sent.<p>     *     * User indicates this by setting the property with key <code>Output</code>     * to the literal <code>out</code> or <code>err</code>.<p>     *     * By default or if the set value is not allowed, <code>System.err</code>     * will be used.     */    static PrintWriter getOutput() {        PrintWriter pw;        String name = getProperty("Output");        if (name != null && name.equals("out"))            pw = new PrintWriter(System.out, true);        else            pw = new PrintWriter(System.err, true);        return pw;    }}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
成人禁用看黄a在线| 日韩av中文字幕一区二区三区| 欧美精品一二三四| 91成人网在线| 色欲综合视频天天天| av电影在线不卡| 不卡高清视频专区| 美女性感视频久久| 极品尤物av久久免费看| 激情小说欧美图片| 国产精品自在欧美一区| 高清在线不卡av| caoporen国产精品视频| 91在线云播放| 欧美日韩三级在线| 在线不卡欧美精品一区二区三区| 欧美日本一道本在线视频| 91精品在线一区二区| 久久综合一区二区| 国产精品私人影院| 综合久久国产九一剧情麻豆| 亚洲制服丝袜一区| 捆绑紧缚一区二区三区视频| 国产成人在线网站| 91激情五月电影| 欧美一级xxx| 国产亚洲人成网站| 亚洲黄一区二区三区| 丝袜美腿高跟呻吟高潮一区| 久久99精品国产麻豆婷婷洗澡| 国产91富婆露脸刺激对白| 色播五月激情综合网| 欧美一区永久视频免费观看| 久久一区二区三区国产精品| 中文字幕一区二区不卡| 亚洲18女电影在线观看| 国产伦精一区二区三区| 在线观看三级视频欧美| 精品免费99久久| 亚洲久草在线视频| 紧缚捆绑精品一区二区| 在线国产亚洲欧美| 久久婷婷久久一区二区三区| 亚洲乱码中文字幕| 国精产品一区一区三区mba视频| 99久久精品费精品国产一区二区| 欧美男女性生活在线直播观看| 欧美激情在线一区二区| 五月天一区二区| 成人动漫一区二区在线| 日韩欧美一级二级三级| 亚洲黄色av一区| 丁香另类激情小说| 欧美成人精品二区三区99精品| 国产精品久久久久久久浪潮网站| 香蕉影视欧美成人| 色欧美日韩亚洲| 国产午夜亚洲精品理论片色戒| 亚洲一区二区三区不卡国产欧美| 国产一区二三区好的| 3d动漫精品啪啪一区二区竹菊| ...av二区三区久久精品| 国产一区二区三区黄视频| 欧美日韩视频在线第一区| 亚洲国产成人一区二区三区| 蜜臀精品久久久久久蜜臀| 欧美日韩第一区日日骚| 亚洲人成亚洲人成在线观看图片 | 久久66热偷产精品| 欧美精选午夜久久久乱码6080| 亚洲人成电影网站色mp4| 成人app网站| 国产校园另类小说区| 精品一区二区在线看| 日韩欧美区一区二| 免费成人美女在线观看| 欧美日本在线一区| 视频一区在线视频| 在线不卡免费av| 日韩1区2区3区| 欧美肥妇bbw| 欧美aⅴ一区二区三区视频| 91麻豆精品国产91久久久久久| 亚洲.国产.中文慕字在线| 91精品国产综合久久福利| 丝袜诱惑亚洲看片| 日韩欧美色综合| 国产一区日韩二区欧美三区| 久久综合九色综合欧美98| 国产在线不卡视频| 国产欧美精品一区二区色综合朱莉| 国产成a人亚洲精品| 国产精品久久福利| 91国内精品野花午夜精品| 亚洲国产va精品久久久不卡综合 | 亚洲黄色免费网站| 欧美体内she精高潮| 日韩**一区毛片| 久久精品日韩一区二区三区| av电影天堂一区二区在线观看| 亚洲欧美日韩国产一区二区三区| 在线精品观看国产| 美女脱光内衣内裤视频久久影院| 精品国免费一区二区三区| 国产成人免费在线观看| 亚洲乱码国产乱码精品精可以看| 制服丝袜亚洲色图| 成人激情电影免费在线观看| 亚洲人一二三区| 欧美一区二区三区免费视频| 国产综合色产在线精品| 国产精品久久久久7777按摩| 欧美丰满少妇xxxbbb| 国产福利91精品一区二区三区| 亚洲欧美视频在线观看| 日韩精品一区在线| 91香蕉国产在线观看软件| 日韩电影一二三区| 亚洲品质自拍视频网站| 欧美一区二区三区人| 91视频一区二区三区| 美女脱光内衣内裤视频久久网站 | 国产亚洲成年网址在线观看| 色综合天天在线| 久久精品72免费观看| 中文字幕在线播放不卡一区| 8x福利精品第一导航| 91美女在线看| 国产乱子伦一区二区三区国色天香| 亚洲欧美经典视频| 久久品道一品道久久精品| 欧美绝品在线观看成人午夜影视| 粉嫩av一区二区三区在线播放| 日韩精品三区四区| 亚洲小少妇裸体bbw| 国产三级精品三级| 精品国产乱码久久久久久牛牛| 欧美综合视频在线观看| 成人午夜免费电影| 激情六月婷婷综合| 男女激情视频一区| 亚洲成av人片在线观看| 亚洲精品视频在线看| 亚洲国产高清不卡| 国产欧美日韩不卡免费| 亚洲精品在线观| 日韩欧美综合在线| 欧美一区二区三区日韩| 欧美女孩性生活视频| 欧美日韩国产三级| 欧美日韩在线观看一区二区| 色一情一伦一子一伦一区| 成人18精品视频| 成人aa视频在线观看| 色婷婷亚洲精品| 成人禁用看黄a在线| 菠萝蜜视频在线观看一区| 波多野结衣视频一区| 不卡av在线网| 99精品视频一区| 91久久精品一区二区三| 色94色欧美sute亚洲线路一ni| 91小视频在线免费看| 色香色香欲天天天影视综合网| 色综合色狠狠综合色| 在线影视一区二区三区| 在线免费观看成人短视频| 在线欧美一区二区| 欧美日本韩国一区二区三区视频| 欧美视频在线不卡| 欧美一区二区三区在线观看 | 欧美国产一区在线| 国产精品欧美极品| 一区二区三区在线看| 亚洲大片在线观看| 久久成人免费网| 粉嫩欧美一区二区三区高清影视| 波多野结衣在线一区| 欧美在线小视频| 日韩女优制服丝袜电影| 国产欧美日韩不卡免费| 一区二区三区高清在线| 免费在线欧美视频| 成人午夜免费av| 欧美三级中文字幕在线观看| 精品欧美乱码久久久久久1区2区| 国产精品美女久久久久久久久| 亚洲国产视频直播| 韩国v欧美v日本v亚洲v| 波多野结衣的一区二区三区| 欧美日韩国产高清一区二区| 欧美tk丨vk视频| 国产精品国产三级国产普通话三级| 亚洲成人动漫精品| 国产激情精品久久久第一区二区| 91污在线观看| 久久久青草青青国产亚洲免观| 一色桃子久久精品亚洲| 久久精品72免费观看| 一本色道久久综合狠狠躁的推荐|