搜索结果
找到约 55 项符合
consumer 的查询结果
按分类筛选
电源技术 高集成驱动器满足新一代智能手机
Abstract: This article discusses future trends in the design of smartphones and other consumer products. The discussion focuses onthe importance of integration, which saves valuable PCB space and drives down costs.
教程资料 XAPP1065 - 利用Spartan-6 FPGA设计扩频时钟发生器
 
Consumer display applications commonly use high-speed LVDS interfaces to transfer videodata. Spread-spectrum clocking can be used to address electromagnetic compatibility (EMC)issues within these consumer devices. This application note uses Spartan®-6 FPGAs togenerate spread-spectrum ...
ARM LPC314x系列ARM微控制器用户手册
The NXP LPC314x combine a 270 MHz ARM926EJ-S CPU core, High-speed USB 2.0OTG, 192 KB SRAM, NAND flash controller, flexible external bus interface, three channel10-bit A/D, and a myriad of serial and parallel interfaces in a single chip targeted atconsumer, industrial, medical, and communication mark ...
ARM LPC315x系列ARM微控制器用户手册
The NXP LPC315x combine an 180 MHz ARM926EJ-S CPU core, High-speed USB 2.0OTG, 192 KB SRAM, NAND flash controller, flexible external bus interface, an integratedaudio codec, Li-ion charger, Real-Time Clock (RTC), and a myriad of serial and parallelinterfaces in a single chip targeted at consumer, in ...
可编程逻辑 XAPP1065 - 利用Spartan-6 FPGA设计扩频时钟发生器
 
Consumer display applications commonly use high-speed LVDS interfaces to transfer videodata. Spread-spectrum clocking can be used to address electromagnetic compatibility (EMC)issues within these consumer devices. This application note uses Spartan®-6 FPGAs togenerate spread-spectrum ...
Java编程 A Waiter relays an order Object to a Producer, waits in an independent thread during the production,
A Waiter relays an order Object to a Producer, waits in an independent thread during the production, and then delivers the result using a Consumer callback method.
单片机开发 Decoding most of the infrared signals can be easily handled by PIC16C5X microcontrollers. This appl
Decoding most of the infrared signals can be easily
handled by PIC16C5X microcontrollers. This application
note describes how this decoding may be done.
The only mandatory hardware for decoding IR signals
is an infrared receiver. The use of two types is
described here. Both are modular types used of ...
其他书籍 从ieee上下的关与omap的文档 Efficient audio&video synchronization method for video telephony system in consum
从ieee上下的关与omap的文档
Efficient audio&video synchronization method for video telephony system in consumer cellular phones
其他书籍 EBOOK: ARM SYSTEM DEVELOPER S GUIDE The ARM architecture is not a static constant but is being deve
EBOOK: ARM SYSTEM DEVELOPER S GUIDE
The ARM architecture is not a static constant but is being developed and improved to suit the
applications required by today’s consumer devices.
Java编程 一个简单的Java多线程的小例子。 a) Producer 生产 String
一个简单的Java多线程的小例子。
a) Producer 生产 String,并保存在 ArrayList 中。Consumer 消耗(读出并显
示)String,并把它从 ArrayList 中删除。生产和消耗应在 console有打印显示。
b) 可指定生产者生产多少个数据,也可以指定消费者消耗多少个数据。完成要求数据
的生产或消费以后,线程自动终止。(应提供相应的构 ...