搜索结果
找到约 2,175 项符合
class 的查询结果
按分类筛选
- 全部分类
- 技术资料 (362)
- 单片机编程 (180)
- 源码 (138)
- Java编程 (131)
- 其他 (76)
- 书籍 (59)
- 其他 (50)
- 论文 (49)
- 手册 (47)
- 软件 (38)
- 教程 (38)
- 无线通信 (32)
- 可编程逻辑 (30)
- 其他文档 (28)
- 笔记 (26)
- 应用设计 (26)
- 经验 (22)
- 其他书籍 (22)
- VC书籍 (22)
- 人工智能/神经网络 (21)
- 电源技术 (20)
- 习题答案 (19)
- matlab例程 (19)
- 接口技术 (18)
- 嵌入式综合 (18)
- 数学计算 (18)
- Java书籍 (18)
- C/C++语言编程 (17)
- 设计相关 (17)
- 数值算法/人工智能 (17)
- 电路图 (16)
- 技术书籍 (16)
- 模拟电子 (16)
- 驱动编程 (16)
- Applet (15)
- DSP编程 (13)
- 技术教程 (13)
- 传感与控制 (13)
- 串口编程 (13)
- 数据结构 (13)
- Linux/uClinux/Unix编程 (12)
- 仿真技术 (12)
- 软件设计/软件工程 (12)
- PCB相关 (11)
- 电子书籍 (11)
- 教程资料 (11)
- Delphi控件源码 (11)
- 加密解密 (10)
- Internet/网络编程 (10)
- 游戏 (10)
- 编译器/解释器 (10)
- 文章/文档 (10)
- 行业应用文档 (9)
- 书籍源码 (9)
- Jsp/Servlet (9)
- Linux/Unix编程 (8)
- 通讯编程文档 (8)
- J2ME (8)
- 其他行业 (8)
- JavaScript (8)
- 学术论文 (7)
- 数据库系统 (7)
- PCB图/BOM单/原理图 (7)
- 资料/手册 (7)
- 计算机相关 (7)
- 文件格式 (7)
- USB编程 (7)
- 开发板 (6)
- Matlab (6)
- 压缩解压 (6)
- 教育系统应用 (6)
- 汇编语言 (6)
- 单片机开发 (6)
- SQL Server (6)
- 经验分享 (5)
- 测试测量 (5)
- 通信网络 (5)
- 电子大赛 (4)
- 开关电源 (4)
- 通讯/手机编程 (4)
- 教材/考试/认证 (4)
- 单片机相关 (4)
- 开发工具 (4)
- 电工电气 (4)
- 网络 (4)
- 其他数据库 (4)
- VHDL/Verilog/EDA源码 (3)
- 多媒体处理 (3)
- 存储器技术 (3)
- 电子元器件应用 (3)
- 图形图像 (3)
- EDA相关 (3)
- ARM (3)
- 单片机 (3)
- 工控技术 (3)
- 多国语言处理 (3)
- 嵌入式/单片机编程 (3)
- VxWorks (3)
- 交通/航空行业 (3)
- Windows CE (3)
Linux/Unix编程 GNU ccScript is a C++ class framework for creating a virtual machine execution system for use with a
GNU ccScript is a C++ class framework for creating a virtual machine execution system for use with and as a scripting/assembler language for state-transition driven realtime systems. The most common example of this is as the core of the scripting engine found in GNU Bayonne.
Jsp/Servlet Class CatalogGUI lets the user display the product details of every product in the gourmet coffee st
Class CatalogGUI lets the user display the product details of every product in the gourmet coffee store s product catalog.
其他数据库 A template solution for C++ database development Description: A template class that can write,read,
A template solution for C++ database development
Description: A template class that can write,read,modify & delete objects of any class/structure to a database.
其他 本书记述的是如何利用PowerBuilder Foundation Class (PFC)编程
本书记述的是如何利用PowerBuilder Foundation Class (PFC)编程
USB编程 EPSON USB DEVICE MASS-STORAGE CLASS driver, BULK ONLY on Ram disk
EPSON USB DEVICE MASS-STORAGE CLASS driver, BULK ONLY on Ram disk
单片机开发 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
}
Java编程 This an example showing how idl helping to build the abstract class for the java objects. As a resul
This an example showing how idl helping to build the abstract class for the java objects. As a result, the client class is able to use the function of the servant program.
VC书籍 DtWinVer is a C++ class which provides a comprehensive method to determine which OS the program that
DtWinVer is a C++ class which provides a comprehensive method to determine which OS the program that calls it is running on. All methods it uses are fully documented on various articles on the MSDN CD
STL This is an matrix class which has been adapted for complex number computations. It ll be of help for
This is an matrix class which has been adapted for complex number computations. It ll be of help for digital signal processing simulations.
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=""
}