搜索结果
找到约 1,403 项符合
how 的查询结果
按分类筛选
- 全部分类
- 技术资料 (162)
- 其他书籍 (136)
- 其他 (76)
- 单片机开发 (72)
- Java编程 (61)
- VC书籍 (44)
- Java书籍 (42)
- 软件设计/软件工程 (38)
- 书籍 (37)
- 软件工程 (37)
- 电子书籍 (34)
- Linux/Unix编程 (33)
- matlab例程 (28)
- 文章/文档 (25)
- 微处理器开发 (25)
- 汇编语言 (24)
- 单片机编程 (21)
- 驱动编程 (19)
- 模拟电子 (18)
- 可编程逻辑 (17)
- 人工智能/神经网络 (17)
- 教程资料 (16)
- 系统设计方案 (16)
- 嵌入式/单片机编程 (15)
- Delphi控件源码 (15)
- 行业发展研究 (15)
- USB编程 (14)
- 其他嵌入式/单片机内容 (14)
- VHDL/FPGA/Verilog (13)
- 操作系统开发 (12)
- 书籍源码 (12)
- 通讯/手机编程 (11)
- 数学计算 (11)
- 通讯编程文档 (11)
- 电源技术 (10)
- DSP编程 (10)
- 文件格式 (10)
- Symbian (10)
- 加密解密 (8)
- *行业应用 (8)
- 技术管理 (8)
- Windows Mobile (8)
- 数值算法/人工智能 (7)
- 游戏 (7)
- VIP专区 (7)
- 无线通信 (6)
- 压缩解压 (6)
- Internet/网络编程 (6)
- 编译器/解释器 (6)
- Windows CE (6)
- SQL Server (6)
- 邮电通讯系统 (6)
- 嵌入式综合 (5)
- 串口编程 (5)
- Applet (5)
- 其他数据库 (5)
- JavaScript (5)
- Jsp/Servlet (5)
- MacOS编程 (5)
- 测试测量 (4)
- 数据结构 (4)
- FlashMX/Flex源码 (4)
- 其他行业 (4)
- GPS编程 (4)
- 认证考试资料 (4)
- 数据库系统 (3)
- 手机短信编程 (3)
- 编辑器/阅读器 (3)
- J2ME (3)
- 手机彩信(MMS)编程 (3)
- RFID编程 (3)
- C/C++语言编程 (2)
- 行业应用文档 (2)
- 技术教程 (2)
- 传感与控制 (2)
- 通信网络 (2)
- 磁盘编程 (2)
- 网络 (2)
- 嵌入式Linux (2)
- 3G开发 (2)
- 源码 (1)
- PCB相关 (1)
- 接口技术 (1)
- 仿真技术 (1)
- 电子元器件应用 (1)
- PCB图/BOM单/原理图 (1)
- 技术书籍 (1)
- 资料/手册 (1)
- 开发工具 (1)
- 实用工具 (1)
- 工控技术 (1)
- 教程资料 (1)
- allegro (1)
- 源码/资料 (1)
- 教育系统应用 (1)
- Modem编程 (1)
- 语音压缩 (1)
- SCSI/ASPI (1)
- 多国语言处理 (1)
- 金融证券系统 (1)
模拟电子 Stabilize Your Transimpedance Amplifier
 
Abstract: Transimpedance amplifiers (TIAs) are widely used to translate the current output of sensors like photodiode-to-voltagesignals, since several circuits and instruments can only accept voltage input. An operational amplifier with a feedback resistor fromoutput to the inverting inpu ...
单片机编程 DTMF Decoding with a PIC16xxx
This application note describes how to decode standard DTMF tones using the minimum number of external discrete components and a PIC. The two examples use a PIC which has an 8 bit timer and either a comparator or an ADC, although it can be modified for use on a PIC which has only digital I/O. The Ap ...
驱动编程 这是一个可以在NT/2000环境下读写各种端口、终端源数据的库。无需自己编写系统驱动即可操控硬件端口
这是一个可以在NT/2000环境下读写各种端口、终端源数据的库。无需自己编写系统驱动即可操控硬件端口,使用非常方便。可供VC/VB/Delphi/.Net/Pb等主流编程语言使用。
由于未注册会弹出注册界面而且会延时,我破解了这个库(详细见“how to crack.txt”文件)。这里共享出来。方便大家使用。库自带很多demo,可以自己看看,学 ...
matlab例程 This toolbox contains Matlab code for several graph and mesh partitioning methods, including geometr
This toolbox contains Matlab code for several graph and mesh partitioning methods, including geometric, spectral, geometric spectral, and coordinate bisection. It also has routines to generate recursive multiway partitions, vertex separators, and nested dissection orderings and it has some sample me ...
其他书籍 Learning Kernel Classifiers: Theory and Algorithms, Introduction This chapter introduces the general
Learning Kernel Classifiers: Theory and Algorithms, Introduction This chapter introduces the general problem of machine learning and how it relates to statistical inference. 1.1 The Learning Problem and (Statistical) Inference It was only a few years after the introduction of the first computer that ...
其他书籍 With User Mode Linux you can create virtual Linux machines within a Linux computer and use them to s
With User Mode Linux you can create virtual Linux machines within a Linux computer and use them to safely test and debug applications, network services, and even kernels. You can try out new distributions, experiment with buggy software, and even test security. Now, for the first time, the creator a ...
其他 华东师范大学(面向对象程序设计基于C++)课程全部作业(12次)代码
华东师范大学(面向对象程序设计基于C++)课程全部作业(12次)代码,包含一个大整数类。(包含作业内容)
1 How to use VC++ & IBM Visual Age (XL) C++
2 Pointers, Arrays and Structures
3 Operators & Statements
4 Functions
5 Use of classes in STL
6 Define concrete classes
7 Data abstraction
8 Operator Overloadi ...
VC书籍 This book is designed to teach you the best practices in developing Windows DNA applications. We ha
This book is designed to teach you the best practices in developing Windows DNA applications.
We have avoided making this book a primer on every technology associated with
Windows DNA. If we had followed this course, this would be an encyclopedia set.
Everyone has their favorite authors and books on ...
VC书籍 10 C++ Books: *C++ Timesaving Techniques For Dummies (2005) *C-C++ Programmer s Reference, 3rd Edi
10 C++ Books:
*C++ Timesaving Techniques For Dummies (2005)
*C-C++ Programmer s Reference, 3rd Edition (2003)
*Creating Games In C++ - A Step By Step Guide (2006)
*Cryptography In C And C++ (2001)
*Effective C++, 3rd Edition (2005)
*Exceptional C++ - 47 Engineering Puzzles, *Programming Problems, An ...
书籍 ComSoc+Guide+to+Next+Generation+Optical+Transport
Many times I have been asked to explain “ briefl y ” how SDH, SONET, and the
OTN “ exactly ” work. The questions came mainly from new colleagues, stu-
dents, and users of these technologies, personally or via the usenet newsgroup
comp.dcom.sdh - sonet. I could have referred them to the standards ...