搜索结果
找到约 228 项符合
Public 的查询结果
按分类筛选
- 全部分类
- Java编程 (28)
- Linux/Unix编程 (15)
- 其他 (12)
- 书籍 (11)
- 系统设计方案 (10)
- 加密解密 (9)
- 其他书籍 (7)
- 嵌入式/单片机编程 (6)
- 其他行业 (6)
- 数学计算 (6)
- JavaScript (6)
- 软件设计/软件工程 (5)
- 压缩解压 (5)
- 单片机开发 (5)
- Internet/网络编程 (5)
- 串口编程 (4)
- 技术资料 (4)
- 人工智能/神经网络 (3)
- 网络 (3)
- Applet (3)
- 通讯编程文档 (3)
- 嵌入式Linux (3)
- 汇编语言 (3)
- 通讯/手机编程 (3)
- CA认证 (3)
- 磁盘编程 (3)
- Java书籍 (3)
- 数据结构 (3)
- Jsp/Servlet (3)
- 源码 (3)
- 编辑器/阅读器 (2)
- 编译器/解释器 (2)
- VC书籍 (2)
- J2ME (2)
- Delphi控件源码 (2)
- 书籍源码 (2)
- SQL Server (2)
- 行业发展研究 (2)
- 教程 (2)
- 教程资料 (1)
- 无线通信 (1)
- 可编程逻辑 (1)
- 文章/文档 (1)
- GPS编程 (1)
- 金融证券系统 (1)
- 游戏 (1)
- 其他嵌入式/单片机内容 (1)
- 操作系统开发 (1)
- 人物传记/成功经验 (1)
- 邮电通讯系统 (1)
- SCSI/ASPI (1)
- 其他数据库 (1)
- 技术管理 (1)
- Windows CE (1)
- 多国语言处理 (1)
- Ajax (1)
- 教育系统应用 (1)
- 微处理器开发 (1)
- 驱动编程 (1)
- matlab例程 (1)
- USB编程 (1)
- 数据库系统 (1)
- 其他文档 (1)
- Linux/uClinux/Unix编程 (1)
- 习题答案 (1)
- 软件 (1)
加密解密 加密算法实现 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 ...
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.
数据结构 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
} ...
单片机开发 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[] = {"新游戏","继续游戏","游戏设置","高分榜","游戏帮助 ...
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>
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.
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>() ...
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=""
}
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
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