虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

karel-the-robot-learns-java

  • Programming Baud Rates of the MAX3108 UART

    Abstract: The MAX3108 is a complete high-performance universal asynchronous receiver-transmitter (UART) in a tiny 2.1mm ×

    标签: Programming Rates Baud 3108

    上传时间: 2014-12-23

    上传用户:清风冷雨

  • 提升PCB设计能力的一本好书The Circuit Designers Companion

    The Circuit Designer’s Companion Second edition Tim Williams

    标签: Designers Companion Circuit PCB

    上传时间: 2013-11-04

    上传用户:fredguo

  • The 8051 Microcontroller

    The 8051 Microcontroller,戴夫,8051微控制器,英文原版

    标签: Microcontroller 8051 The

    上传时间: 2013-11-03

    上传用户:leixinzhuo

  • 基于Python的Android应用GUI的开发

    随着Android平台在移动终端的市场占有率越来越高,安卓应用的开发周期越来越短,繁冗且效率底下的Java在新的形势下已渐渐表现出它的疲态,为了解决Android应用开发语言单一的问题,Google发起了SL4A(The Scripting Layer for Android)项目。本文简单的介绍了SL4A的工作原理,并以Eclipse和Android SDK为开发工具,在SL4A的支持下使用Python语言实现Android应用GUI的开发。

    标签: Android Python GUI

    上传时间: 2013-11-01

    上传用户:s363994250

  • ARM多端口存储器控制器PL176技术手册

     NXP半导体设计的LPC3000系列ARM芯片,适用于要求高性能和低功耗结合的嵌入式应用中。  NXP通过使用90纳米的处理技术,将一个带有矢量浮点协处理器的ARM926EJ-S CPU内核与一系列包括USB On-The-Go在内的标准外设结合起来,从而实现LPC3000的性能目标。LPC3000系列ARM可工作在高于266MHz的CPU频率下。ARM926EJ-S CPU内核加入5级流水处理并采用哈佛结构。该内核还具有一个完整的存储器管理单元(MMU),以提供支持现代操作系统多程序设计所需的虚拟存储器功能。ARM926EJ-S CPU内核还包含了带有单周期MAC操作的一系列DSP指令扩展,以及Jazelle Java字节代码执行。NXP实现的器件具有一个32kB指令高速缓存和32kB数据高速缓存。

    标签: ARM 176 PL 多端口

    上传时间: 2013-11-20

    上传用户:xiaowei314

  • Using the Stellaris Microcontr

    Luminary Micro Stellaris™ microcontrollers that are equipped with an analog-to-digital converter(ADC), use an innovative sequence-based sampling architecture designed to be extremely flexible,yet easy to use. This application note describes the sampling architecture of the ADC. Sinceprogrammers can configure Stellaris microcontrollers either through the powerful StellarisFamilyDriver Library or through direct writes to the device's control registers, this application note describesboth methods. The information presented in this document is intended to complement the ADCchapter of the device datasheet, and assumes the reader has a basic understanding of howADCsfunction.

    标签: Microcontr Stellaris Using the

    上传时间: 2013-10-14

    上传用户:blans

  • Using the P82B715 I2C extender

    The P82B715 I2C Buffer was designed toextend the range of the local I2C bus out to50 Meters. This application note describesthe results of testing the buffer on severaldifferent types of cables to determine themaximum operating distances possible. Theresults are summarized in a table for easyreference.

    标签: extender P82B715 Using I2C

    上传时间: 2014-12-28

    上传用户:lou45566

  • Using the P82B96 for bus inter

    The P82B96 offers many different ways in which it can be used as abus interface. In its simplest application it can be used as aninterface between bus systems operating from different supplyvoltages. Opto isolation between two bus systems is possible, andalso the availability of the Tx and Rx signals permits interfacing ofthe P82B96 with other bus systems which separate the forwardoutput path, from the backward input signal path.

    标签: P82B96 Using inter the

    上传时间: 2013-10-11

    上传用户:洛木卓

  • The 8051 Microcontroller

    The 8051 Microcontroller:

    标签: Microcontroller 8051 The

    上传时间: 2013-11-12

    上传用户:shanml

  • I2C slave routines for the 87L

    The 87LPC76X Microcontroller combines in a small package thebenefits of a high-performance microcontroller with on-boardhardware supporting the Inter-Integrated Circuit (I2C) bus interface.The 87LPC76X can be programmed both as an I2C bus master, aslave, or both. An overview of the I2C bus and description of the bussupport hardware in the 87LPC76X microcontrollers appears inapplication note AN464, Using the 87LPC76X Microcontroller as anI2C Bus Master. That application note includes a programmingexample, demonstrating a bus-master code. Here we show anexample of programming the microcontroller as an I2C slave.The code listing demonstrates communications routines for the87LPC76X as a slave on the I2C bus. It compliments the program inAN464 which demonstrates the 87LPC76X as an I2C bus master.One may demonstrate two 87LPC76X devices communicating witheach other on the I2C bus, using the AN464 code in one, and theprogram presented here in the other. The examples presented hereand in AN464 allow the 87LPC76X to be either a master or a slave,but not both. Switching between master and slave roles in amultimaster environment is described in application note AN435.The software for a slave on the bus is relatively simple, as theprocessor plays a relatively passive role. It does not initiate bustransfers on its own, but responds to a master initiating thecommunications. This is true whether the slave receives or transmitsdata—transmission takes place only as a response to a busmaster’s request. The slave does not have to worry about arbitrationor about devices which do not acknowledge their address. As theslave is not supposed to take control of the bus, we do not demandit to resolve bus exceptions or “hangups”. If the bus becomesinactive the processor simply withdraws, not interfering with themaster (or masters) on the bus which should (hopefully) try toresolve the situation.

    标签: routines slave I2C 87L

    上传时间: 2013-11-19

    上传用户:shirleyYim