加密算法實現 Pegwit is a program for performing Public key file encryption and authentication. Encryption means that pegwit allows you to keep the information in files you send by email (or other means) confidential. Eavesdroppers will not be able to read the email. Authentication allows you to check that a file has not been tampered with (changed) since it was signed.
標簽: authentication encryption performing program
上傳時間: 2016-12-12
上傳用戶:franktu
UrJTAG package is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. There is absolutely no warranty for UrJTAG. Please read COPYING file for more info.
標簽: software General License package
上傳時間: 2013-11-29
上傳用戶:lanjisu111
Visual 開發 希望對你們有幫助 Public static int Rom(int n, int m)//雙寄或雙偶 { int count = 0 //第一排Y坐標上要幾個 if (n < m) { for (int i = 1 i <= n i = i + 2) { count++ } } else { for (int j = 1 j <= m j = j + 2) { count++ } } return count }
上傳時間: 2013-12-13
上傳用戶:懶龍1988
Public class CircleMenuCanvas extends Canvas implements Runnable{ double pi = Math.PI Public final int MENURIGHT = 1 Public final int MENULEFT = 0 Image menuImage[] = new Image[6] int []jiaodu = {330,30,90,150,210,270} String menuName[] = {"新游戲","繼續游戲","游戲設置","高分榜","游戲幫助","退出游戲"} int x = getWidth()/2 int y = getHeight()/2 int count = 0 int local int index = 0 Font f boolean running = false /** * 構造方法 * */
標簽: Public CircleMenuCanvas implements Runnable
上傳時間: 2014-01-08
上傳用戶:zhaoq123
java spring <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE taglib Public "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"> <taglib>
標簽: encoding DOCTYPE version Public
上傳時間: 2017-04-26
上傳用戶:3到15
Implementation Of ELGAMAL Public key encryption in C . it can use very long key os size 2007 decimal digit.
標簽: Implementation encryption key ELGAMAL
上傳時間: 2013-12-14
上傳用戶:cylnpy
HashTable實例 Public class HashTable_msg { Public HashTable_msg() { String sum_sql="select mobilenum,count(*) from SJSJ_Msg where (left(in_date,6)=(select left(CONVERT(varchar(12) , getdate(), 112 ),6)))group by mobilenum" Hashtable<String,Integer> ht = new Hashtable<String,Integer>() try{ ResultSet rs= DBAccess.getInstance().select(sum_sql) while(rs!=null) { ht.put(rs.getString(1),rs.getInt(2)) rs.next() } } catch (Exception e) { Logs.printError(e) } } }
標簽: HashTable_msg Public HashTable sum_sql
上傳時間: 2014-12-07
上傳用戶:a6697238
Public class DBClass { private String driver private String url private String username private String password private Connection connection private Statement statement private String message="" }
標簽: private String DBClass Public
上傳時間: 2017-05-23
上傳用戶:c12228
Public class month1{ Public static void main(String [] args){ int month = 10 int days = 0 switch(month){ case 1: days = 31 case 2: days = 28 case 3: days = 31
上傳時間: 2014-08-26
上傳用戶:chenbhdt
Public class guestbook{ String sDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver" String sConnStr = "jdbc:odbc:guestbook" Connection conn = null ResultSet rs = null
標簽: String JdbcOdbcDriver guestbook sDBDriver
上傳時間: 2017-05-23
上傳用戶:qiaoyue