搜索结果
找到约 2,153 项符合
As 的查询结果
按分类筛选
- 全部分类
- 书籍 (265)
- 其他书籍 (130)
- 其他 (122)
- 单片机编程 (102)
- 技术资料 (90)
- matlab例程 (87)
- Java编程 (85)
- Linux/Unix编程 (67)
- 单片机开发 (61)
- 电源技术 (50)
- VC书籍 (48)
- VHDL/FPGA/Verilog (39)
- 电子书籍 (36)
- FlashMX/Flex源码 (35)
- 软件设计/软件工程 (34)
- 可编程逻辑 (33)
- 数学计算 (33)
- 人工智能/神经网络 (31)
- Java书籍 (31)
- 压缩解压 (30)
- 模拟电子 (28)
- 嵌入式/单片机编程 (28)
- 通讯/手机编程 (28)
- 其他嵌入式/单片机内容 (27)
- 微处理器开发 (25)
- 文章/文档 (24)
- 数值算法/人工智能 (22)
- 软件工程 (22)
- 驱动编程 (21)
- Internet/网络编程 (21)
- 数据结构 (21)
- 通讯编程文档 (20)
- 加密解密 (20)
- 网络 (19)
- 教程资料 (18)
- DSP编程 (18)
- 汇编语言 (16)
- 行业发展研究 (15)
- 其他行业 (14)
- 编译器/解释器 (14)
- Delphi控件源码 (13)
- 系统设计方案 (13)
- 无线通信 (12)
- 其他数据库 (12)
- 论文 (12)
- USB编程 (11)
- 嵌入式综合 (9)
- SQL Server (9)
- 文件格式 (9)
- 嵌入式Linux (8)
- 技术管理 (7)
- J2ME (7)
- 通信网络 (6)
- 测试测量 (6)
- 书籍源码 (6)
- uCOS (6)
- GPS编程 (6)
- 操作系统开发 (6)
- 多国语言处理 (6)
- 技术书籍 (5)
- 邮电通讯系统 (5)
- 并行计算 (5)
- Windows CE (5)
- Jsp/Servlet (5)
- JavaScript (5)
- 游戏 (5)
- VIP专区 (5)
- PCB相关 (4)
- ARM (4)
- *行业应用 (4)
- 中间件编程 (4)
- 数据库系统 (4)
- 接口技术 (4)
- 其他 (4)
- 源码 (4)
- allegro (3)
- 工控技术 (3)
- 手机短信编程 (3)
- Applet (3)
- RFID编程 (3)
- Oracle数据库 (3)
- 金融证券系统 (3)
- 行业应用文档 (3)
- 学术论文 (2)
- C/C++语言编程 (2)
- 源码/资料 (2)
- 语音压缩 (2)
- VxWorks (2)
- CA认证 (2)
- Delphi/CppBuilder (2)
- 交通/航空行业 (2)
- Symbian (2)
- Windows Mobile (2)
- 串口编程 (2)
- 认证考试资料 (2)
- 磁盘编程 (2)
- MySQL数据库 (2)
- 电子政务应用 (2)
- 3G开发 (2)
- 教育系统应用 (2)
其他书籍 Evaluation on how to use SystemVerilog as a design and assertion language.pdf 一本不错的systemveilog书籍
Evaluation on how to use SystemVerilog as a design and assertion language.pdf 一本不错的systemveilog书籍,希望大家喜欢!
Java编程 Reads/writes text as a character stream, buffering characters so as to provide for the efficient rea
Reads/writes text as a character stream, buffering characters so as to provide for the efficient reading/writing of characters, arrays, and lines.
The buffer size may be specified, or the default size may be used. The default is large enough for most purposes.
In general, each read request made of ...
JavaScript Points in Euclidean space, implemented as double[].Includes simple geometric operations.Uses matrice
Points in Euclidean space, implemented as double[].Includes simple geometric operations.Uses matrices a matrix is represented as an array of Pnts
Java书籍 This taglib contains tags used to create struts input forms, as well as other tags generally useful
This taglib contains tags used to create struts input forms, as well as other tags generally useful in the creation of HTML-based user interfaces.
Many of the tags in this tag library will throw a JspException at runtime when they are utilized incorrectly (such as when you specify an invalid combi ...
J2ME Have you ever seen players eyes light up as they explore the worlds that you ve created in your gam
Have you ever seen players eyes light up as they explore the worlds that you ve created in your games? If you have, then game development probably has you hooked firmly in its grasp! If you ve never taken your games beyond the PC, now s the time! "J2ME Game Programming" is a hands-on guide that tea ...
数据结构 This is an implementation of double-array structure for representing trie, as proposed by Junichi A
This is an implementation of double-array structure for representing trie,
as proposed by Junichi Aoe [1].
Trie is a kind of digital search tree, an efficient indexing method with
O(1) time complexity for searching. Comparably as efficient as hashing,
trie also provides flexibility on incremental m ...
Linux/Unix编程 This document describes the Object Oriented Design Standards as they are used in the corelinux++ pr
This document describes the Object Oriented Design Standards as they are used in the
corelinux++ project. It provides a set of guidelines, rationales and standards for object oriented
design.Nxc26i2c
其他嵌入式/单片机内容 tutorial in arduino programme write by C use in microcontroller such as avr pop168
tutorial in arduino programme write by C
use in microcontroller such as avr pop168
单片机开发 Many CAD users dismiss schematic capture as a necessary evil in the process of creating PCB layout
Many CAD users dismiss schematic capture as a necessary evil in the process of creating
PCB layout but we have always disputed this point of view. With PCB layout now offering
automation of both component placement and track routing, getting the design into the
computer can often be the most time co ...
软件设计/软件工程 A class--the basic building block of an object-oriented language such as Java--is a template that de
A class--the basic building block of an object-oriented language such as Java--is a template that describes the data and behavior associated with instances of that class. When you instantiate a class you create an object that looks and feels like other instances of the same class. The data associate ...