External

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

// This program measures the voltage on an external ADC input and prints the // result to a termin

// This program measures the voltage on an external ADC input and prints the // result to a terminal window via the UART. // // The system is clocked using the internal 24.5MHz oscillator. // Re

The extern Keyword.Declarations of variables and functions at file scope are external by default.

The extern Keyword.Declarations of variables and functions at file scope are external by default.

Atmel’s AT91SAM7FP105 is a low pincount FingerChip processor based on the 32-bit ARM RISC processor

Atmel’s AT91SAM7FP105 is a low pincount FingerChip processor based on the 32-bit ARM RISC processor. It features a on-chip biometric engine performing enrollment verification and identification, an

The C examples for CALL_EXTERNAL

The C examples for CALL_EXTERNAL

This a collection of sample processes that provide examples ranging from how to use a particular BP

This a collection of sample processes that provide examples ranging from how to use a particular BPEL activity such as pick or scope, to more complex examples of processes that invoke external Web s

Combined DHCP/DNS Server. DHCP Server allots addresses and DNS Server first try resolving from DHCP

Combined DHCP/DNS Server. DHCP Server allots addresses and DNS Server first try resolving from DHCP allotted names then from Cache then forwarding to External DNS. Relay Agent, PXEBOOT and BOOTP, Zone

a3load is 8051 firmware that can be used for uploading or downloading to EZ-USB RAM (internal or ex

a3load is 8051 firmware that can be used for uploading or downloading to EZ-USB RAM (internal or external). It implements the vendor specific command bRequest = 0xA3. The address to download/upload

MSP430-JTAG-Adapter:MSP430-JTAG doesn’t need external power supply, as MSP430 microcontrollers requi

MSP430-JTAG-Adapter:MSP430-JTAG doesn’t need external power supply, as MSP430 microcontrollers require only 3-5 mA while programming and all necessary power supply is taken from the LPT port.

opencv OpenCV is cross-platform middle-to-high level API that consists of a few hundreds (>300) C

opencv OpenCV is cross-platform middle-to-high level API that consists of a few hundreds (>300) C functions. It does not rely on external numerical libraries, though it can make use of some of the

s file contains the Joone Distributed training Environment (DTE). See http://www.jooneworld.com/doc

s file contains the Joone Distributed training Environment (DTE). See http://www.jooneworld.com/docs/dte.html to learn more about it. To learn more about Joone - Java Object Oriented Neural Engine

TMS320C6000 EMIF to External Flash Memory-spra568a

TMS320C6000 EMIF to External Flash Memory-spra568a

MAX5713-MAX5715数据资料

<div> The MAX5713/MAX5714/MAX5715 4-channel, low-power,8-/10-/12-bit, voltage-output digital-to-analog converters(DACs) include output buffers and an internal referencethat is selectable to be 2.048V

This paper addresses the issues relating to the enforcement of robust stability when implementing t

This paper addresses the issues relating to the enforcement of robust stability when implementing the Adaptive Inverse Control (AIC) scheme. In this scheme, an adaptive FIR filter is added to a clo

This paper shows the development of a 1024-point radix-4 FFT VHDL core for applications in hardware

This paper shows the development of a 1024-point radix-4 FFT VHDL core for applications in hardware signal processing, targeting low-cost FPGA technologies. The developed core is targeted into a Xili

HCS12微控制器MC9S12DP256使用指南 ppt

<P>HCS12微控制器MC9S12DP256</P> <P>第一步:</P> <P>1) HCS12 技术概述<BR>2) Operating Modes工作模式<BR>3) Resource&nbsp; Mapping资源映射<BR>4) External Bus Interface外部总线接口<BR>5) Port Integration Module端口集成模块<BR>6) Backgro

The purpose of this document is to present how to use the Timer for the generation of a PWM signal t

The purpose of this document is to present how to use the Timer for the generation of a PWM signal tunable in frequency and duty cycle. As an application example, this document is based on a basic “mu

Philips LPC2200 Using External Program Memory

Philips LPC2200 Using External Program Memory

This mambot adds to the external links in a content the text &#8220 target="_blank"&#8221 . Thus, al

This mambot adds to the external links in a content the text &#8220 target="_blank"&#8221 . Thus, all the links pointing to external sites will be opened in a new window.

SDRAM 参考设计:主要包括The following figure shows a high-level block diagram for this reference design follo

SDRAM 参考设计:主要包括The following figure shows a high-level block diagram for this reference design followed by a brief description of each sub-section. The design consists of: · PowerPC processor · PLB

排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert

排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.