搜索结果
找到约 48 项符合
everything 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (6)
- 书籍 (5)
- USB编程 (3)
- 其他 (3)
- Java编程 (3)
- 技术资料 (3)
- Linux/Unix编程 (2)
- Java书籍 (2)
- 文章/文档 (2)
- 串口编程 (2)
- 电源技术 (1)
- 嵌入式综合 (1)
- SQL Server (1)
- VC书籍 (1)
- Delphi控件源码 (1)
- 通讯/手机编程 (1)
- 单片机开发 (1)
- 其他数据库 (1)
- 数值算法/人工智能 (1)
- 通讯编程文档 (1)
- MacOS编程 (1)
- matlab例程 (1)
- 人物传记/成功经验 (1)
- 软件工程 (1)
- 软件设计/软件工程 (1)
- 家庭/个人应用 (1)
- 软件 (1)
电源技术 跟踪和排序功能的紧凑型双通道降压转换器
 
Typical industrial and automotive applications requiremultiple high current, low voltage power supply solutionsto drive everything from disc drives to microprocessors.For many of these applications, particularly thosethat have size constraints, the LT3501® dual step-downconverter is a ...
嵌入式综合 假冒集成电路的严重问题
Abstract: Counterfeiting as an international industry covers virtually everything made or manufactured,from auto parts to purses and watches to prescription drugs. In contrast to other counterfeit items, the
串口编程 CBC下写的串口编程
CBC下写的串口编程,API函数实例
I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of having to learn Windows programming and Win95 serial comm programming at the same time. I f ...
Java书籍 This book isn t for uber-programmers who already have all the answers. If you think that J2EE does e
This book isn t for uber-programmers who already have all the answers. If you think that J2EE does everything that you need it to do and you can make it sing, this book is not for you. Believe me, there are already enough books out there for you.
其他 A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of
A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of discrete time series. Noother wavelet package is necessary -- everything is contained in this archive. The C-code computes the DWT and maximal overlap DWT. MATLAB routines are then used to compute suc ...
其他书籍 The Linux Network Administrator s Guide, Third Edition updates a classic Linux title from O Reilly.
The Linux Network Administrator s Guide, Third Edition updates a classic Linux title from O Reilly. This refreshed resource takes an in-depth look at everything you need to know to join a network. Topics covered include all of the essential networking software that comes with the Linux operating sys ...
SQL Server SQL Server developers and administrators are no strangers to Data Transformation Services (DTS) pack
SQL Server developers and administrators are no strangers to Data Transformation Services (DTS) packages. They likely develop DTS packages to perform everything from simple database operations to data aggregation. As such, when they upgrade some or all of their servers to SQL Server 2005, they must ...
其他书籍 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 ...
Java书籍 《JavaServer Faces》 In JavaServer Faces, developers learn how to use the new JavaServer Faces framew
《JavaServer Faces》
In JavaServer Faces, developers learn how to use the new JavaServer Faces framework to build real-world web applications. The book contains everything you ll need: how to construct the HTML on the front end how to create the user interface components that connect the front end t ...
Linux/Unix编程 This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es
This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the string-functions are rather heavily hand-optimized,
see especially strtok,strstr,str[c]spn. They should work, but are not
very easy to understand. Every ...