搜索结果
找到约 254 项符合
public 的查询结果
按分类筛选
- 全部分类
- Java编程 (28)
- 技术资料 (23)
- Linux/Unix编程 (15)
- 其他 (13)
- 书籍 (11)
- 加密解密 (10)
- 系统设计方案 (10)
- 其他书籍 (7)
- 数学计算 (6)
- 嵌入式/单片机编程 (6)
- 其他行业 (6)
- JavaScript (6)
- 压缩解压 (5)
- Internet/网络编程 (5)
- 单片机开发 (5)
- 软件设计/软件工程 (5)
- 串口编程 (4)
- 通讯编程文档 (4)
- Jsp/Servlet (4)
- 源码 (3)
- 通讯/手机编程 (3)
- 磁盘编程 (3)
- Applet (3)
- 网络 (3)
- CA认证 (3)
- 汇编语言 (3)
- 人工智能/神经网络 (3)
- 嵌入式Linux (3)
- 数据结构 (3)
- Java书籍 (3)
- 教程 (2)
- 书籍源码 (2)
- 嵌入式综合 (2)
- 编辑器/阅读器 (2)
- 编译器/解释器 (2)
- J2ME (2)
- Delphi控件源码 (2)
- VC书籍 (2)
- SQL Server (2)
- 行业发展研究 (2)
- 软件 (1)
- 习题答案 (1)
- C/C++语言编程 (1)
- 无线通信 (1)
- Linux/uClinux/Unix编程 (1)
- 数据库系统 (1)
- 操作系统开发 (1)
- 其他文档 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- 驱动编程 (1)
- 教育系统应用 (1)
- 游戏 (1)
- SCSI/ASPI (1)
- 多国语言处理 (1)
- 金融证券系统 (1)
- 技术管理 (1)
- USB编程 (1)
- 其他数据库 (1)
- 文章/文档 (1)
- 微处理器开发 (1)
- matlab例程 (1)
- Windows CE (1)
- 其他嵌入式/单片机内容 (1)
- 邮电通讯系统 (1)
- GPS编程 (1)
- 人物传记/成功经验 (1)
- Ajax (1)
其他 MTOOLS version 2.0 Mtools is a public domain collection of programs to allow Unix systems t
MTOOLS
version 2.0
Mtools is a public domain collection of programs to allow Unix systems
to read, write, and manipulate files on an MSDOS filesystem (typically a
diskette).
The following MSDOS commands are emulated:
Mtool MSDOS
name equivalent Description
----- ---- -----------
mattrib ...
单片机开发 ublic class DropMidlet extends MIDlet { public static DropMidlet midlet private static MainCanv
ublic class DropMidlet extends MIDlet {
public static DropMidlet midlet
private static MainCanvas m_MainCanvas //定义MainCanvas的引用
public DropMidlet() {
super() //初始化,继承MIDlet类的构造
midlet = this
}
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 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
编译器/解释器 Following is a repost of the public domain make that I posted to net.sources a couple of months ago
Following is a repost of the public domain make that I posted
to net.sources a couple of months ago. I have fixed a few bugs, and
added some more features, and the resulting changes amounted to
about as much text as the whole program (hence the repost).一个编译器C代码,详见REDME。
其他 This is Win32 Service wrapper for SVN. Source is included, and its in the public domain.
This is Win32 Service wrapper for SVN. Source is included, and its in the public domain.
Java编程 public void playerUpdate(final Player p, final String event, final Object eventData) { // queue a
public void playerUpdate(final Player p, final String event, final Object eventData) {
// queue a call to updateEvent in the user interface event queue
Display display = Display.getDisplay(midlet)
display.callSerially(new Runnable() {
public void run() {
DRMPlayer.this.updateEvent(p, e ...
Java编程 A part public bus simulation system, mainly about map design, java file, groupwork, helpful to the b
A part public bus simulation system, mainly about map design, java file, groupwork, helpful to the beginners
Linux/Unix编程 自己做的常用库和实现的数据结构。public domain.
自己做的常用库和实现的数据结构。public domain.
加密解密 加密算法实现 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 ...