搜索结果
找到约 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)
嵌入式Linux yaffs文件系统源码
yaffs文件系统源码,YAFFS是第一个专门为NAND Flash存储器设计的嵌入式文件系统,适用于大容量的存储设备;并且是在GPL(General Public License)协议下发布的
教程 New Horizons in Mobile and Wireless Communications
European Research Framework programs are public policy instruments designed
to strengthen European competitiveness through cooperation. Although they have
a fixed time frame, determined research themes, and a specific expected impact,
the achievements in research and development (R&D) made by these ...
书籍 Resource Allocation and MIMO
Mobile and wireless communication systems are a prominent communications
technology of the twenty-first century with profound economic and social impacts
in practically all parts of the world. The current state of wireless communication
systems allows for a much wider scope of applications than what ...
文章/文档 Filename: main.c * Description: A simple test program for the CRC implementations. * Notes: To test
Filename: main.c * Description: A simple test program for the CRC implementations. * Notes: To test a different CRC standard, modify crc.h. * * * Copyright (c) 2000 by Michael Barr. This software is placed into * the public domain and may be used for any purpose. However, this * notice must not be c ...
Java编程 使用annotation封装的jdbc
使用annotation封装的jdbc,只要定义个借口,然后再某个方法上加个annotation,就可以操作数据库了,如:
@Query("select * from user where id=?")
public User getUser(int id)
不用实现具体方法,就可以用了。
SQL Server SQLite is a software library that implements a self-contained, serverless, zero-configuration, trans
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.
SQLite is the most widely deployed SQL database engine in the world. It is used in countless desktop computer applications as well as consumer electronic devices includi ...
书籍 Artificial+Intelligence
The current methods of communications are becoming less relevant under
today’s growing demand for and reliance on constant connectivity. Of
decreasing relevance are the models of a single radio to perform a single
task. The expansion of wireless access points among coffee shops, airports,
malls, an ...
GPS编程 *西门子6688上使用 * konGPS.java * * Implementation of konGPS for Siemens SL45i * * Copyright (C) 2002
*西门子6688上使用
* konGPS.java
*
* Implementation of konGPS for Siemens SL45i
*
* Copyright (C) 2002-2003 by KoncaOnLine (http://www.konca.com).
*
* Author: Konca Fung (konca@tom.com)
*
* This program may be distributed according to the terms of the GNU
* General Public License, version 2 or (at yo ...
VC书籍 Secure Programming Cookbook for C and C++ is an important new resource for developers serious about
Secure Programming Cookbook for C and C++ is an important new resource for developers serious about writing secure code for Unix(including Linux) and Windows environments. This essential code companion covers a wide range of topics, including safe initialization, access control, input validation, sy ...
J2ME 手机游戏坦克大战import java.awt.* import javax.swing.* import java.awt.event.* import java.util.EventL
手机游戏坦克大战import java.awt.*
import javax.swing.*
import java.awt.event.*
import java.util.EventListener
public class HsTank2 extends JFrame {
HsTank2(String title) {
this.setTitle(title)
this.setSize(608 , 630)
this.setLocation(300 , 100)
this.setBackground(Color.WHITE) ...