搜索结果

找到约 228 项符合 Public 的查询结果

加密解密 加密算法实现 Pegwit is a program for performing public key file encryption and authentication. Encr

加密算法实现 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 c ...
https://www.eeworm.com/dl/519/378022.html
下载: 26
查看: 1043

Linux/Unix编程 UrJTAG package is free software, covered by the GNU General Public License, and you are welcome to

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.
https://www.eeworm.com/dl/619/395331.html
下载: 34
查看: 1033

数据结构 Visual 开发 希望对你们有帮助 public static int Rom(int n, int m)//双寄或双偶 { int count = 0 //第一排Y坐标上要几个

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 } ...
https://www.eeworm.com/dl/654/396711.html
下载: 123
查看: 1089

单片机开发 public class CircleMenuCanvas extends Canvas implements Runnable{ double pi = Math.PI public fi

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[] = {"新游戏","继续游戏","游戏设置","高分榜","游戏帮助 ...
https://www.eeworm.com/dl/648/403209.html
下载: 58
查看: 1048

Java编程 java spring <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE taglib PUBLIC "-//Sun M

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>
https://www.eeworm.com/dl/633/432262.html
下载: 150
查看: 1382

Linux/Unix编程 Implementation Of ELGAMAL Public key encryption in C . it can use very long key os size 2007 decimal

Implementation Of ELGAMAL Public key encryption in C . it can use very long key os size 2007 decimal digit.
https://www.eeworm.com/dl/619/436026.html
下载: 104
查看: 1051

SQL Server HashTable实例 public class HashTable_msg { public HashTable_msg() { String sum_sql="select

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>() ...
https://www.eeworm.com/dl/689/436190.html
下载: 73
查看: 1554

Jsp/Servlet public class DBClass { private String driver private String url private String user

public class DBClass { private String driver private String url private String username private String password private Connection connection private Statement statement private String message="" }
https://www.eeworm.com/dl/696/443818.html
下载: 116
查看: 1040

Jsp/Servlet public class month1{ public static void main(String [] args){ int month = 10 int days = 0 s

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
https://www.eeworm.com/dl/696/443821.html
下载: 101
查看: 1049

Jsp/Servlet public class guestbook{   String sDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver"   String sConnStr = "

public class guestbook{   String sDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver"   String sConnStr = "jdbc:odbc:guestbook"   Connection conn = null   ResultSet rs = null
https://www.eeworm.com/dl/696/443834.html
下载: 85
查看: 1124