require

共 133 篇文章
require 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 133 篇文章,持续更新中。

这是PC机间相互通信的例子

这是PC机间相互通信的例子,程序“require”为用查询方式实现,程序“interrupt”为 用中断方式实现

Manufacturers of electronic systems that require power conversion are faced with the need for highe

Manufacturers of electronic systems that require power conversion are faced with the need for higher-density dc-to-dc converters that perform more efficiently,

LPC2148 USB Audio Device Example This USB example project implements an USB Audio Device that conne

LPC2148 USB Audio Device Example This USB example project implements an USB Audio Device that connects via the USB interface to the PC. It may be used on the following devices: LPC2141 LPC2142

Client/Server版本 DBISAM compiles directly into your application with no external libraries required.

Client/Server版本 DBISAM compiles directly into your application with no external libraries required. Runtime package support is also provided if so desired. It has a very small footprint and does not r

这是PC机间相互通信的例子

这是PC机间相互通信的例子,程序“require”为用查询方式实现,程序“interrupt”为 用中断方式实现

Wide-input dc/dc modules offer

When a system designer specifies a nonisolated dc/dc power<BR>module, considering the needed input voltage range is<BR>equally as important as considering the required performance<BR>attributes and fe

射频集成电路设计John Rogers(Radio Freq

<P>Radio Frequency Integrated Circuit Design</P> <P>I enjoyed reading this book for a number of reasons. One reason is that it<BR>addresses high-speed analog design in the context of microwave issues.

XAPP854-数字锁相环(DPLL)参考设计

<div> Many applications require a clock signal to be synchronous, phase-locked, or derived fromanother signal, such as a data signal or another clock. This type of clock circuit is important in

Application & Integration Services are at the heart of any Service Oriented Architecture (SOA). Sun

Application & Integration Services are at the heart of any Service Oriented Architecture (SOA). Sun Java System Application Server and integration services provide a highly scalable and reliable platf

The data files included are .MAT or *.dat (ASCII)files. The m-files and the data may be distributed

The data files included are .MAT or *.dat (ASCII)files. The m-files and the data may be distributed, provided that the source is acknowledged in any publication and the data are not sold. Since this

Many applications in computer graphics require complex, highly detailed models. However, the level

Many applications in computer graphics require complex, highly detailed models. However, the level of detail actually necessary may vary considerably. To control processing time, it is often desirab

This Source.zip has three application code folders containing .java and .class files and two .jar fi

This Source.zip has three application code folders containing .java and .class files and two .jar files as follows: 1. desktop-side_JXTA4JMS 2. mobile-side_JXTA4JMS 3. JMS Test Client 4. Listene

SimpliciTI&#8482 -1.0.3.exe for CC11xx and CC25xx SimpliciTI is a simple low-power RF network proto

SimpliciTI&#8482 -1.0.3.exe for CC11xx and CC25xx SimpliciTI is a simple low-power RF network protocol aimed at small (&lt;256) RF networks. Such networks typically contain battery operated devices w

这是PC机间相互通信的例子

这是PC机间相互通信的例子,程序“require”为用查询方式实现,程序“interrupt”为 用中断方式实现

The Accredited Symbian Developer (ASD) Examination is fundamentally based on the content of existin

The Accredited Symbian Developer (ASD) Examination is fundamentally based on the content of existing Symbian Press books, with the C++ curriculum deriving from general C++ literature. Arguably, if y

Shell script application used to answer incoming gsm data call, receive data and store it, ie simple

Shell script application used to answer incoming gsm data call, receive data and store it, ie simple gsm data server on Linux with some logging and error handling. (Require chat program)

这是PC机间相互通信的例子

这是PC机间相互通信的例子,程序“require”为用查询方式实现,程序“interrupt”为 用中断方式实现

Imperfect C++ Practical Solutions for Real-Life Programming C++, although a marvelous language, isn

Imperfect C++ Practical Solutions for Real-Life Programming C++, although a marvelous language, isn t perfect. Matthew Wilson has been working with it for over a decade, and during that time he has f

C++, although a marvelous language, isn t perfect. Matthew Wilson has been working with it for over

C++, although a marvelous language, isn t perfect. Matthew Wilson has been working with it for over a decade, and during that time he has found inherent limitations that require skillful workarounds.

我写的php模版类,调用方法简单,支持if else include之类的标签, 可以包含扩展函数,整个模版文件没有外部include和require,减少io操作, 加载三个模版变量,两个数组变

我写的php模版类,调用方法简单,支持if else include之类的标签, 可以包含扩展函数,整个模版文件没有外部include和require,减少io操作, 加载三个模版变量,两个数组变量,比smarttemplate快平均2-3毫秒. 单纯加载模版文件,不设置任何变量lightemplate平均0.3毫秒左右,smarttemplate至少要1毫秒.