搜索结果
找到约 1,132 项符合
ABOUT 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (162)
- 书籍 (57)
- 软件设计/软件工程 (56)
- Java编程 (51)
- 电子书籍 (51)
- 其他 (51)
- VC书籍 (49)
- 文章/文档 (42)
- 通讯编程文档 (39)
- matlab例程 (35)
- Java书籍 (32)
- Linux/Unix编程 (26)
- 单片机开发 (26)
- 行业发展研究 (25)
- 通讯/手机编程 (21)
- 软件工程 (20)
- 微处理器开发 (16)
- 系统设计方案 (16)
- 书籍源码 (15)
- 技术资料 (14)
- VHDL/FPGA/Verilog (13)
- 人工智能/神经网络 (12)
- 游戏 (11)
- 压缩解压 (11)
- 嵌入式/单片机编程 (11)
- 编译器/解释器 (11)
- 网络 (11)
- 汇编语言 (10)
- 文件格式 (9)
- 数学计算 (8)
- 驱动编程 (8)
- 数据结构 (8)
- Delphi控件源码 (8)
- 加密解密 (8)
- SQL Server (8)
- Internet/网络编程 (7)
- 技术管理 (7)
- 其他嵌入式/单片机内容 (7)
- DSP编程 (7)
- Jsp/Servlet (7)
- 操作系统开发 (6)
- 数值算法/人工智能 (6)
- VIP专区 (6)
- 电源技术 (5)
- 无线通信 (5)
- Delphi/CppBuilder (5)
- VxWorks (5)
- *行业应用 (5)
- 教育系统应用 (4)
- 嵌入式Linux (4)
- J2ME (4)
- 编辑器/阅读器 (4)
- BREW编程 (4)
- 实用工具 (3)
- 多媒体处理 (3)
- 教程资料 (3)
- 单片机编程 (3)
- JavaScript (3)
- 3G开发 (3)
- 人物传记/成功经验 (3)
- Modem编程 (3)
- 其他数据库 (3)
- 传感与控制 (2)
- USB编程 (2)
- 企业管理 (2)
- Applet (2)
- 数据库系统 (2)
- Oracle数据库 (2)
- 磁盘编程 (2)
- Windows Mobile (2)
- 家庭/个人应用 (2)
- 金融证券系统 (2)
- 其他行业 (2)
- MySQL数据库 (2)
- 手机短信编程 (2)
- GPS编程 (2)
- 认证考试资料 (2)
- 论文 (2)
- 其他文档 (1)
- 模拟电子 (1)
- 技术书籍 (1)
- 电子元器件应用 (1)
- 中间件编程 (1)
- uCOS (1)
- 交通/航空行业 (1)
- Ajax (1)
- FlashMX/Flex源码 (1)
- MTK (1)
- Symbian (1)
- RFID编程 (1)
- 百货/超市行业 (1)
- 能源行业(电力石油煤炭) (1)
- STL (1)
- 医药行业 (1)
- Windows CE (1)
- 传真(Fax)编程 (1)
- 电工电气 (1)
- 仿真技术 (1)
- 学术论文 (1)
- 源码/资料 (1)
软件工程 This version of the book is a DRAFT! The chapters are mostly complete, but not carefully edited. Som
This version of the book is a DRAFT! The chapters are mostly complete, but not carefully edited. Some of the debugging sections are not done, and not all chapters have exercises.
If you have high-level comments about the organization of the book or the topics covered, please send me email at feedb ...
matlab例程 此文件是引文原版的matlab programming 它包括以下内容 Creating and Concatenating Matrices Accessing Elements of a M
此文件是引文原版的matlab programming
它包括以下内容
Creating and Concatenating Matrices
Accessing Elements of a Matrix
Getting Information About a Matrix
。。。。。
总之包括所有matlab的使用方法
加密解密 AES encrytion
AES encrytion,we can learn together about it.
系统设计方案 This preface introduces the Advanced Microcontroller Bus Architecture (AMBA) specification. It cont
This preface introduces the Advanced Microcontroller Bus Architecture (AMBA)
specification. It contains the following sections:
• About this document on page iv
• Feedback on page vii.
Java编程 This handbook is a concise guide to architecting, designing, and building J2EE applications. It guid
This handbook is a concise guide to architecting, designing, and building J2EE applications. It guides technical architects through the entire J2EE project, including identifying business requirements, performing use-case analysis, doing object and data modeling, and leading a development team throu ...
matlab例程 Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course in numeri
Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course
in numerical methods, Matlab, and technical computing. The emphasis is on in-
formed use of mathematical software. We want you learn enough about the mathe-
matical functions in Matlab that you will be able to ...
matlab例程 Toolbox for Numerical Computing with MATLAB (by Cleve Moler). Numerical Computing with MATLAB (
Toolbox for Numerical Computing with MATLAB (by Cleve Moler).
Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course
in numerical methods, Matlab, and technical computing. The emphasis is on in-
formed use of mathematical software. We want you learn enough abou ...
其他书籍 Microsoft Visual Studio 2005 Unleashed is a deep dive into the Visual Studio 2005 tool. Specifically
Microsoft Visual Studio 2005 Unleashed is a deep dive into the Visual Studio 2005 tool. Specifically, it will provide you with solid guidance and education that will allow you to squeeze the ultimate productivity and use out of the Visual Studio 2005 development environment. This book folds in real- ...
Java编程 MediaPlayer代码
MediaPlayer代码,部分代码,合适请用:
import java.awt.*
import java.awt.event.*
import javax.swing.*
import javax.media.*
import java.io.*
import java.util.* //为了导入Vector
//import com.sun.java.swing.plaf.windows.*
public class MediaPlayer extends JFrame implements ActionListener,Runnable
...
Java编程 Finally: a hands-on, Java-centric workbook companion for the classic Design Patterns! Workbook appro
Finally: a hands-on, Java-centric workbook companion for the classic Design Patterns! Workbook approach deepens your understanding, builds your confidence, and strengthens your skills. Covers all five categories of design pattern intent: interfaces, responsibility, construction, operations, and exte ...