搜索结果
找到约 667 项符合
these 的查询结果
按分类筛选
- 全部分类
- 书籍 (101)
- 其他书籍 (51)
- 单片机编程 (30)
- 其他 (29)
- 电源技术 (28)
- matlab例程 (25)
- Java编程 (24)
- 单片机开发 (21)
- 模拟电子 (17)
- Java书籍 (17)
- VC书籍 (14)
- 技术资料 (14)
- 书籍源码 (13)
- 可编程逻辑 (12)
- 通讯编程文档 (12)
- VHDL/FPGA/Verilog (12)
- 电子书籍 (11)
- 教程资料 (10)
- 软件设计/软件工程 (10)
- 软件工程 (9)
- 压缩解压 (8)
- Linux/Unix编程 (8)
- 驱动编程 (8)
- 数学计算 (8)
- 文件格式 (8)
- DSP编程 (8)
- 数值算法/人工智能 (7)
- 人工智能/神经网络 (6)
- Delphi控件源码 (6)
- 微处理器开发 (6)
- 嵌入式/单片机编程 (6)
- 通讯/手机编程 (6)
- 数据结构 (6)
- 无线通信 (5)
- 技术书籍 (5)
- 网络 (5)
- 编译器/解释器 (5)
- 系统设计方案 (5)
- 文章/文档 (5)
- 其他行业 (5)
- 嵌入式综合 (4)
- 行业应用文档 (3)
- 其他文档 (3)
- 加密解密 (3)
- SQL Server (3)
- 技术管理 (3)
- JavaScript (3)
- 行业发展研究 (3)
- 3G开发 (3)
- 汇编语言 (3)
- 论文 (3)
- allegro (2)
- 通信网络 (2)
- 开关电源 (2)
- 测试测量 (2)
- Internet/网络编程 (2)
- 并行计算 (2)
- 操作系统开发 (2)
- Jsp/Servlet (2)
- 人物传记/成功经验 (2)
- 多国语言处理 (2)
- FlashMX/Flex源码 (2)
- 教程 (2)
- VIP专区 (2)
- 技术教程 (1)
- 传感与控制 (1)
- C/C++语言编程 (1)
- 接口技术 (1)
- 生物技术 (1)
- USB编程 (1)
- 串口编程 (1)
- 邮电通讯系统 (1)
- Symbian (1)
- J2ME (1)
- Windows CE (1)
- uCOS (1)
- 企业管理 (1)
- GPS编程 (1)
- 游戏 (1)
- 其他数据库 (1)
- MySQL数据库 (1)
- 其他嵌入式/单片机内容 (1)
- 百货/超市行业 (1)
- 编辑器/阅读器 (1)
- 源码/资料 (1)
电子书籍 This is a set of notes I put together for my Computer Architecture class in 1990. Students had a pr
This is 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 cov ...
人工智能/神经网络 The software implements particle filtering and Rao Blackwellised particle filtering for conditionall
The software implements particle filtering and Rao Blackwellised particle filtering for conditionally Gaussian Models. The RB algorithm can be interpreted as an efficient stochastic mixture of Kalman filters. The software also includes efficient state-of-the-art resampling routines. These are generi ...
Java编程 the applet is used for Grocery Store Simulation,When you execute the main() method, the output shoul
the applet is used for Grocery Store Simulation,When you execute the main() method, the output should match the output file provided in the course website. You will be graded according to the correctness of your output and your compliance to these specifications.
电子书籍 PCI Hot-Plug Specification Revision 1.0 The primary objective of this specification is to enable
PCI Hot-Plug Specification Revision 1.0
The primary objective of this specification is to enable higher availability of file and application servers by standardizing key aspects of the process of removing and installing PCI adapter cards while the system is running. Although these same principles c ...
书籍源码 The code, images and designs for this book are released under a Creative Commons Attribution-NonComm
The code, images and designs for this book are released under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License.
http://creativecommons.org/licenses/by-nc-sa/2.5/
You are free:
* to copy, distribute, display, and perform the work
* to make derivative works
Under the following c ...
压缩解压 This is a little console mode utility program which is able to (de-)compress single files with a s
This is a little console mode utility program which is able to
(de-)compress single files with a static Arithmetic compression
algorithm. You could easily add the RLE/BWT/MFT data
transformation algorithms. Just rip the corresponding classes
out of my HuffComp source code. I won t add these ones ...
matlab例程 This is the machine-generated representation of a Handle Graphics object and its children. Note that
This is the machine-generated representation of a Handle Graphics object and its children. Note that handle values may change when these objects
are re-created. This may cause problems with any callbacks written to
depend on the value of the handle at the time the object was saved.
Java编程 Generics and the greatly expanded collection libraries have tremendously increased the power of Ja
Generics and the greatly
expanded collection libraries have tremendously increased the power of
Java 5 and Java 6. But they have also confused many developers who
haven t known how to take advantage of these new features.
Java书籍 Generics and the greatly expanded collection libraries have tremendously increased the power of Ja
Generics and the greatly
expanded collection libraries have tremendously increased the power of
Java 5 and Java 6. But they have also confused many developers who
haven t known how to take advantage of these new features.
微处理器开发 A complete set of bit banged, software driven I2C routines I created for any PIC device - and they w
A complete set of bit banged, software driven I2C routines I created for any PIC device - and they work!! These functions are single master only functions, and are ideal for communicating with things like EEPROMs, LCD Drivers, ADC Converters etc