Generic
共 130 篇文章
Generic 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 130 篇文章,持续更新中。
generic resampling of video frames
generic resampling of video frames
The System Management BIOS Reference Specification addresses how motherboard and system vendors pres
The System Management BIOS Reference Specification addresses how motherboard and system vendors present
management information about their products in a standard format by extending the BIOS interfac
To introduce software process models To describe three generic process models and when they may be
To introduce software process models
To describe three generic process models and when they may be used
To describe outline process models for requirements engineering, software development, testing
C++ Template Metaprogramming sheds light on the most powerful idioms of today s C++, at long last de
C++ Template Metaprogramming sheds light on the most powerful idioms of today s C++, at long last delivering practical metaprogramming tools and techniques into the hands of the everyday programmer.
This book is about the management of business processes. This is certainly not a new topic. Since t
This book is about the management of business processes. This is certainly
not a new topic. Since the beginning of the Industrial Revolution, it
has been written about from every possible point of v
Modern C++ Design is an important book. Fundamentally, it demonstrates generic patterns or patte
Modern C++ Design is an important book. Fundamentally, it demonstrates generic
patterns or pattern templates as a powerful new way of creating extensible designs in
C++--a new way to combine tem
Modern C++ Design is an important book. Fundamentally, it demonstrates generic patterns or pattern t
Modern C++ Design is an important book. Fundamentally, it demonstrates generic patterns or pattern templates as a powerful new way of creating extensible designs in C++--a new way to combine templates
c#入门经典第4版全书pdf
<p>
《C#入门经典(第4版)》通过C#可以很容易地学习.NET Framework 3.5的强大功能,所以C#是开始您编程生涯的绝佳方式。《C#入门经典(第4版)》全面阐述了C#编程的所有方面,包括C#语言本身、Windows编程、Web编程及数据源的使用等内容。学习了新的编程技巧后,《C#入门经典(第4版)》介绍了如何高效地部署应用程序和服务,论述了许多高级技术,如图形化编程。另外,还探讨
新型GAL原理和应用
GAL(generic array logic)是美国晶格半导体公<br />
司(gem 0udu or)最新推出的可电擦写、可重复编<br />
程、可加密的一种可编程逻辑器件(PLD)。这是第二<br />
代PAL, 亦是目前最理想的可多次编程的逻辑电路。<br />
它不象PAL是一次性编程,品种乡 也不像EPSOM<br />
需要用紫外线照射擦除。GAL 电路能反复编程 采用<br
驱动程序与应用程序的接口
<P>有两种方式可以让设备和应用程序之间联系:<BR>1. 通过为设备创建的一个符号链;<BR>2. 通过输出到一个接口<BR>WDM驱动程序建议使用输出到一个接口而不推荐使用创建符号链的方法。这个接口保证PDO的安全,也保证安全地创建一个惟一的、独立于语言的访问设备的方法。<BR>一个应用程序使用Win32APIs来调用设备。在某个Win32 APIs和设备对象的分发函数之间