// This program accesses a SPI EEPROM using polled mode access. The F06x MCU // is configured in 4-wire Single Master Mode, and the EEPROM is the only // slave device connected to the SPI bus. The read/write operations are // tailored to access a Microchip 4 kB EEPROM 25LC320. The relevant hardware // connections of the F06x MCU are shown here:
标签: configured accesses program EEPROM
上传时间: 2014-01-18
上传用户:liglechongchong
// This program accesses a SPI EEPROM using polled mode access. The F06x MCU // is configured in 4-wire Single Master Mode, and the EEPROM is the only // slave device connected to the SPI bus. The read/write operations are // tailored to access a Microchip 4 kB EEPROM 25LC320. The relevant hardware // connections of the F06x MCU are shown here:
标签: configured accesses program EEPROM
上传时间: 2016-04-12
上传用户:qb1993225
GTK SWF Player. GNOME Applications and a mozilla plugin. Other things included is a library for reading swf files, swf2txt convert swf to text files.
标签: Applications included mozilla library
上传时间: 2013-12-23
上传用户:TF2015
Recent work by Petricoin and Liotta and co-workers (Petricoin et al. Use of proteomic patterns in serum to identify ovarian cancer. Lancet. 2002 Feb 16 359(9306):572-7. PMID: 11867112) has generated a lot of excitement and controversy. This example shows some ways that MATLAB can be used to read, visualize, pre-process (base-line correction, resample) and classify the data. The data can be downloaded from http://home.ccr.cancer.gov/ncifdaproteomics/ppatterns.asp
标签: Petricoin co-workers and proteomic
上传时间: 2016-04-28
上传用户:hewenzhi
a screen handling program to provide a flashing message. You will have to design a screen layout for where messages are placed on the screen. You will also have to consider when to delay the program in order to give the user time to read the messages. That is, the program will use the curses library, signals and the sleep function.
标签: screen handling flashing program
上传时间: 2016-05-04
上传用户:chongcongying
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: http://www.joone.org Joone and the DTE are both released with the LGPL license @2004 Paolo Marrone and the Joone team - All rights reserved ==================================================================== Credits The Joone DTE uses the following external packages: - SUN Jini Network Technology http://wwws.sun.com/software/jini/index.html - Computefarm Framework http://computefarm.jini.org - Spring Framework http://www.springframework.org We want to thank all the authors and contributors of the above packages. Please read the respective licenses contained in this distribution.
标签: Distributed Environment jooneworld contains
上传时间: 2013-12-25
上传用户:钓鳌牧马
QT2410嵌入式开发版的Bootloader源码,支持xmodeom、tftp下载,flash read/write。使用ads 1.2编译,包括 (.mcp) 方案。
标签: Bootloader 2410 QT 嵌入式开发
上传时间: 2016-05-30
上传用户:亚亚娟娟123
It includes information about book titles in the library, information about library members, about the number of times the books were read by members, about the suppliers who supply books to the library, and about orders placed with the suppliers
标签: about information library includes
上传时间: 2014-12-22
上传用户:liansi
Advanced SQL For this exercise, we will use the library schema. It includes information about book titles in the library, information about library members, about the number of times the books were read by members, about the suppliers who supply books to the library, and about orders placed with the suppliers. To distinguish the table names used in this exercise from the table names in other exercise, each table name in this exercise ends with the character 4 .
标签: information Advanced exercise includes
上传时间: 2013-12-20
上传用户:s363994250
SOPC实验--自定义PWM组件:以带一个Avalon Slave 接口的PWM 组件为例,说明如何自定义组件。,一个Avalon Slave 接口可以有clk、chipselect、address、read、readdata、write 及writedata 等信号,但这些信号都不是必需的。 一、功能 我们要实现的PWM 组件具有以下功能: 1. PWM 的周期可改,用period 寄存器存储; 2. PWM 的占空比可改,用duty 寄存器存储。 二、Avalon Slave 接口信号的设计 1.Clk:为PWM 提供时钟; 2.Write:写信号,可以通过Avalon Slave 总线将period 和duty 值从Nios II 应用程序 传送到组件逻辑中。 3.Writedata:写数据。通过此数据线传送period 和duty 值。 4.Address:本例中有两个寄存器,因此可用一根地址线表示。 5.全局信号。本例中PWM 的输出用来驱动LED 灯显示,这个信号不属于Avalon 接 口信号。
上传时间: 2013-12-28
上传用户:bibirnovis