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

relatively

  • A relatively Simple RISC CPU 设计源码并附详细的说明文档。可以ModelSim进行仿真

    A relatively Simple RISC CPU 设计源码并附详细的说明文档。可以ModelSim进行仿真,并可以用synplify进行综合。

    标签: relatively ModelSim Simple RISC

    上传时间: 2014-06-27

    上传用户:bjgaofei

  • neural network source, a relatively new algorithm, better classification results!

    neural network source, a relatively new algorithm, better classification results!

    标签: classification relatively algorithm network

    上传时间: 2013-11-25

    上传用户:水中浮云

  • this is a relatively simple program.

    this is a relatively simple program.

    标签: relatively program simple this

    上传时间: 2013-12-18

    上传用户:ynwbosss

  • this is a relatively simple program.

    this is a relatively simple program.

    标签: relatively program simple this

    上传时间: 2014-01-16

    上传用户:电子世界

  • this is a relatively simple program.

    this is a relatively simple program.

    标签: relatively program simple this

    上传时间: 2013-11-26

    上传用户:凌云御清风

  • Commonly used serial EEPROM memory chip 24c02 Chinese official information manual, it was relatively

    Commonly used serial EEPROM memory chip 24c02 Chinese official information manual, it was relatively easy to understand.

    标签: information relatively Commonly official

    上传时间: 2014-01-14

    上传用户:sevenbestfei

  • DN436微型全桥压电马达驱动器

      Piezoelectric motors are used in digital cameras for autofocus,zooming and optical image stabilization. Theyare relatively small, lightweight and effi cient, but theyalso require a complicated driving scheme. Traditionally,this challenge has been met with the use ofseparatecircuits, including a step-up converter and an oversizedgeneric full-bridge drive IC. The resulting high componentcount and large board space are especially problematicin the design of cameras for ever shrinking cell phones.The LT®3572 solves these problems by combining astep-up regulator and a dual full-bridge driver in a 4mm× 4mm QFN package. Figure 1 shows a typical LT3572Piezo motor drive circuit. A step-up converter is usedto generate 30V from a low voltage power source suchas a Li-Ion battery or any input power source within thepart’s wide input voltage range of 2.7V to 10V. The highoutput voltage of the step-up converter, adjustable upto 40V, is available for the drivers at the VOUT pin. Thedrivers operate in a full-bridge fashion, where the OUTAand OUTB pins are the same polarity as the PWMA andPWMB pins, respectively, and the OUTA and OUTB pinsare inverted from PWMA and PWMB, respectively. Thestep-up converter and both Piezo drivers have their ownshutdown control. Figure 2 shows a typical layout

    标签: 436 DN 全桥 压电

    上传时间: 2013-11-18

    上传用户:hulee

  • DN428微型同步升压转换器

      Alkaline batteries are convenient because they’re easy tofi nd and relatively inexpensive, making them the powersource of choice for portable instruments and devicesused for outdoor recreation. Their long shelf life alsomakes them an excellent choice for emergency equipmentthat may see infrequent use but must be ready to go on amoment’s notice. It is important that the DC/DC convertersin portable devices operate over the widest possiblebattery voltage range to extend battery run time, and thussave the user from frequent battery replacement.

    标签: 428 DN 同步升压 转换器

    上传时间: 2014-12-24

    上传用户:569342831

  • PIC单片机的RS232通讯程序

    Digitemp Jr. is a device that is designed to measure and report ambient temperature. When connected to an RS-232 port on any PC, it will periodically measure and report in ASCII form the ambient temperature in degrees Celsius. These temperature readings can be monitored with any terminal program. If the terminal program supports capture to disk, the temperature readings can be saved to disk for further analysis with a spreadsheet program or other data analysis tool. The simple ASCII output format of Digitemp Jr. makes it relatively easy to write custom software for receiving, recording, and analyzing ambient temperature data. Best of all, Digitemp Jr. requires no external power supplies or batteries. It is powered directly by the RS-232 port.  

    标签: PIC 232 RS 单片机

    上传时间: 2013-10-20

    上传用户:Maple

  • 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