搜索结果
找到约 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)
Java编程 Here is an implementation of UserCollectionType that returns a fast set. As you are looking below, n
Here is an implementation of UserCollectionType that returns a fast set. As you are looking below, note how much possibility there is for common subclasses that provide custom set/list/map implementations:
数值算法/人工智能 This package implements a Kalman filter as described in the paper "A Statistical Algorithm for Esti
This package implements a Kalman filter as described in the
paper "A Statistical Algorithm for Estimating Speed from Single Loop
Volume and Occupancy Measurements" by D. J. Dailey.
其他 This class implements the same API as the Java 1.3 java.util.TimerTask. * Note that a TimerTask ca
This class implements the same API as the Java 1.3 java.util.TimerTask.
* Note that a TimerTask can only be scheduled on one Timer at a time, but
* that this implementation does not enforce that constraint.
数据结构 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.
人工智能/神经网络 fastDNAml is an attempt to solve the same problem as DNAML, but to do so faster and using less memo
fastDNAml is an attempt to solve the same problem as DNAML, but to do so
faster and using less memory, so that larger trees and/or more bootstrap
replicates become tractable. Much of fastDNAml is merely a recoding of the
PHYLIP 3.3 DNAML program from PASCAL to C.
其他 FLASH的AS脚本做的钟表
FLASH的AS脚本做的钟表,反编译即可使用
FlashMX/Flex源码 AS实现的机械手 AS实现的机械手
AS实现的机械手 AS实现的机械手
嵌入式Linux ucLinux is a very good embeded sytem. Most of company use this as their development OS.
ucLinux is a very good embeded sytem. Most of company use this as their development OS.
其他书籍 Learning Cpp as a new language.rar
Learning Cpp as a new language.rar
网络 Linux 虚拟网络接口 实例 In the Linux (or Unix) world, most network interfaces, such as eth0 and ppp0, are a
Linux 虚拟网络接口 实例
In the Linux (or Unix) world, most network interfaces, such as eth0 and ppp0, are associated with a physical device that is in charge of transmitting and receiving data packets. However, some logical network interfaces don t feature any physical packet transmission. The most ...