搜索结果
找到约 652 项符合
Class 的查询结果
按分类筛选
- 全部分类
- Java编程 (129)
- 其他 (43)
- VC书籍 (21)
- 人工智能/神经网络 (20)
- 数学计算 (18)
- Java书籍 (17)
- Applet (15)
- 其他书籍 (15)
- 驱动编程 (15)
- matlab例程 (14)
- 数据结构 (13)
- 串口编程 (13)
- 软件设计/软件工程 (11)
- Delphi控件源码 (11)
- 游戏 (10)
- 编译器/解释器 (10)
- 电子书籍 (10)
- 加密解密 (10)
- 传感与控制 (9)
- 数值算法/人工智能 (9)
- Jsp/Servlet (9)
- Internet/网络编程 (9)
- Linux/Unix编程 (8)
- J2ME (8)
- 通讯编程文档 (8)
- 书籍源码 (8)
- JavaScript (8)
- 模拟电子 (7)
- 文件格式 (7)
- USB编程 (7)
- 文章/文档 (7)
- 技术资料 (7)
- 其他行业 (6)
- SQL Server (6)
- 数据库系统 (6)
- 压缩解压 (6)
- 单片机开发 (6)
- 教育系统应用 (6)
- 书籍 (6)
- 源码 (6)
- 单片机编程 (5)
- DSP编程 (5)
- 汇编语言 (4)
- 网络 (4)
- 测试测量 (3)
- 中间件编程 (3)
- Windows CE (3)
- VxWorks (3)
- 多国语言处理 (3)
- 通讯/手机编程 (3)
- 其他数据库 (3)
- 交通/航空行业 (3)
- 行业发展研究 (3)
- 电源技术 (2)
- 教程资料 (2)
- 可编程逻辑 (2)
- 嵌入式/单片机编程 (2)
- 邮电通讯系统 (2)
- 其他嵌入式/单片机内容 (2)
- FlashMX/Flex源码 (2)
- Delphi/CppBuilder (2)
- C/C++语言编程 (2)
- 其他文档 (2)
- 软件 (2)
- 论文 (2)
- VIP专区 (2)
- 资料/手册 (1)
- 嵌入式综合 (1)
- 源码/资料 (1)
- *行业应用 (1)
- uCOS (1)
- 电子政务应用 (1)
- 传真(Fax)编程 (1)
- 嵌入式Linux (1)
- 系统设计方案 (1)
- SCSI/ASPI (1)
- RFID编程 (1)
- Windows Mobile (1)
- 编辑器/阅读器 (1)
- STL (1)
- 医药行业 (1)
- 技术管理 (1)
- Oracle数据库 (1)
- 手机短信编程 (1)
- 认证考试资料 (1)
- 技术书籍 (1)
- CCS (1)
- Windows编程 (1)
- Ajax (1)
- Linux/uClinux/Unix编程 (1)
- 经验 (1)
- 习题答案 (1)
- 笔记 (1)
其他书籍 图解PFC(Powerbuilder Foundation Class)学习
图解PFC(Powerbuilder Foundation Class)学习
数据结构 a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, lis
a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, list, set, and deque. The smart pointer has an assignment operator and greater than operator that call the target object s operator.
软件设计/软件工程 This is my assignment for my tutor s Class. and many problems exist,so you should comprhend it and i
This is my assignment for my tutor s Class. and many problems exist,so you should comprhend it and improve it to perfect.
J2ME With DJ Java Decompiler you can decompile java class-files and save it in text or other format.It s
With DJ Java Decompiler you can decompile java class-files and save it in text or other format.It s simple and easy.
Java编程 A java class that uses DES to encript images
A java class that uses DES to encript images
Java编程 Using class MouseMotionAdapter.
Using class MouseMotionAdapter.
数据结构 一种基于二维链表的稀疏矩阵模半板类设计 A template Class of sparse matrix. Key technology: bin,2-m linked matrix. con
一种基于二维链表的稀疏矩阵模半板类设计
A template Class of sparse matrix.
Key technology: bin,2-m linked matrix.
constructors: 1.normal constuctor 2.copy constuctor. 3.assignment constructor.
Basic operator: 1. addition(sub) of two matrix
2. inverse of a matrix.
3. multiply of two matrix.
etc ...
通讯编程文档 The User Class Option for DHCP
The User Class Option for DHCP
数据结构 参照栈类模板的例子编写一个队列类模板class <T> Queue
参照栈类模板的例子编写一个队列类模板class <T> Queue,私有成员包括:队首指针Front,队尾指针Tail,队列容积max。实现:构造函数Queue,析构函数,入队函数In,出队函数Out(每次出队,后面的元素自动前移一位),判队列空函数Empty。并分别用队列类模板定义int和float对象,调用各个成员函数 ...
电子书籍 This a set of notes I put together for my Computer Architecture class in 1990. Students had a proje
This a set of notes I put together for my Computer Architecture
class in 1990. Students had a project in which they had to model a
microprocessor architecture of their choice. They used these notes to
learn VHDL. The notes cover the VHDL-87 version of the language.
Not all of the language is covere ...