The LPC2292/2294 microcontrollers are based on a 16/32-bit ARM7TDMI-S CPU with real-time emulation and embedded trace support, together with 256 kB of embedded high-speed flash memory. A 128-bit wide memory interface and a unique accelerator architecture enable 32-bit code execution at the maximum clock rate. For critical code size applications, the alternative 16-bit Thumb mode reduces code by more than 30 pct with minimal performance penalty. With their 144-pin package, low power consumption, various 32-bit timers, 8-channel 10-bit ADC, 2/4 (LPC2294) advanced CAN channels, PWM channels and up to nine external interrupt pins these microcontrollers are particularly suitable for automotive and industrial control applications as well as medical systems and fault-tolerant maintenance buses. The number of available fast GPIOs ranges from 76 (with external memory) through 112 (single-chip). With a wide range of additional serial communications interfaces, they are also suited for communication gateways and protocol converters as well as many other general-purpose applications. Remark: Throughout the data sheet, the term LPC2292/2294 will apply to devices with and without the /00 or /01 suffix. The suffixes /00 and /01 will be used to differentiate from other devices only when necessary.
上传时间: 2014-12-30
上传用户:aysyzxzm
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; ---- Uncomment the following library declaration if instantiating ---- any Xilinx primitives in this code. --library UNISIM; --use UNISIM.VComponents.all; entity counter is Port ( clk : in std_logic; resetn : in std_logic; dout : out std_logic_vector(7 downto 0); lcd_en : out std_logic; lcd_rs : out std_logic; lcd_rw : out std_logic); end counter;
上传时间: 2013-10-30
上传用户:wqxstar
#include <reg51.h>#include <main.h>#include <interrupt.h> cs5460a应用电路(含源程序)bit code table_odd_even_bit[16]={0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0}; extern uchar rs485_timeout,pointer_buf485;extern uchar rs485_buf[MAX_485_LEN];extern uchar idata spi_buf[MAX_SPI_LEN];extern uchar pointer_send,send_len; extern uchar count_1s;//extern uint count_2min;extern uint count_10s;extern uchar oper_len,send_offset,chk_sum,send_i;extern bit flag_send_data,flag_level,flag_drdy,flag_data_ok;
上传时间: 2014-01-24
上传用户:heart_2007
C++在几乎所有的计算环境中都非常普及,而且可以用于几乎所有的应用程序。C++从C中继承了过程化编程的高效性,并集成了面向对象编程的功能。C++在其标准库中提供了大量的功能。有许多商业C++库支持数量众多的操作系统环境和专业应用程序。但因为它的内容太多了,所以掌握C++并不十分容易。本书详述了C++语言的各个方面,包括数据类型、程序控制、函数、指针、调试、类、重载、继承、多态性、模板、异常和输入输出等内容。每一章都以前述内容为基础,每个关键点都用具体的示例进行详细的讲解。本书基本不需要读者具备任何C++知识,书中包含了理解C++的所有必要知识,读者可以从头开始编写自己的C++程序。本书也适合于具备另一种语言编程经验但希望全面掌握C++语言的读者。 I created all the files under Microsoft Windows so lines are terminated by CR/LF. In addition to this "ReadMe" file you will find three zip archives in the primary archive, so you need to unzip each of these to get at the code. 为PDG格式,这有pdg阅读器下载|pdg文件阅读器下载
标签: 源代码
上传时间: 2013-11-18
上传用户:gaoqinwu
很多使用CAD的朋友因为找不到自己需要的字体而烦恼,网上各种可供下载的CAD字库也不少。之前我也将我收集的600多种字体上传到百度网盘了,最近又下载了一个1000多种字体的字体库。 不过发现一个问题:字体名可以随便改,同一字体也可能有好多不同的版本。从下载的字体库中就可以看到txt1\2\3\....等多种字体,这些字体到底有什么区别。hztxt.shx是国内使用很广泛的一种字体文件,但这个文件我就见过多个版本,每个版本文件大小不同,字符显示效果也不完全相同。因此要找到自己需要的字体说容易,也不容易,最保险的方法就是找到绘图者使用的原始字体,到网上下载各种字库都不是很保险。 不过我用过一个SHX字体查看工具,可以直接看到字体文件中的字符,给大家共享一下,但愿能给大家一些帮助。 利用SHX查看器,点“打开”按钮,可以直接打开SHX文件,看到字体文件中包含的字符及字体效果,如下图所示: 使用这个工具有下面三个用处: 1、在找到一个字体后,可以先用这个工具检查一下,是否是自己所需要的字体,不要找到字体就盲目地复制到CAD的字体目录下。 2、分别打开txt.shx、hztxt.shx、ltypeshp.shx这几个形文件,可以了解一下字体、大字体和符号形文件里到底里面放了写什么东西。 3、如果你想更深入了解字体,你可以将SHX在保存为字体源文件*.shp,这是一个纯文本文件,你可以了解形文件的定义形式,如果你有兴趣的话,甚至可以根据一些教程的指导自己来定义或修改字体文件。 cad字体查看工具SHX查看器注册码 Name: (Anything) s/n: sv89356241 Code: LLJL6Y2L
上传时间: 2015-01-01
上传用户:Togetherheronce
This application note provides a functional description of VHDL source code for a N x N DigitalCrosspoint Switch. The code is designed with eight inputs and eight outputs in order to targetthe 128-macrocell CoolRunner™-II CPLD device but can be easily expanded to target higherdensity devices. To obtain the VHDL source code described in this document, go to sectionVHDL Code, page 5 for instructions.
标签: CoolRunner-II XAPP CPLD 380
上传时间: 2013-10-26
上传用户:kiklkook
This application note shows how a Xilinx CoolRunnerTM-II CPLD can be used as a simplelogical switch that can quickly and reliably select between different MPEG video sources. Thesource code for the design is available on the Xilinx website, and is linked from the “VHDLCode” section. The code can be expanded by the user to perform additional operations usingthe remaining CPLD resources
标签: CoolRunner-II Xilinx XAPP CPLD
上传时间: 2013-12-16
上传用户:qwer0574
ACPR (adjacent channel power ratio), AltCPR (alternatechannel power ratio), and noise are important performancemetrics for digital communication systems thatuse, for example, WCDMA (wideband code division multipleaccess) modulation. ACPR and AltCPR are bothmeasures of spectral regrowth. The power in the WCDMAcarrier is measured using a 5MHz measurement bandwidth;see Figure 1. In the case of ACPR, the total powerin a 3.84MHz bandwidth centered at 5MHz (the carrierspacing) away from the center of the outermost carrier ismeasured and compared to the carrier power. The resultis expressed in dBc. For AltCPR, the procedure is thesame, except we center the measurement 10MHz awayfrom the center of the outermost carrier.
上传时间: 2013-11-02
上传用户:maricle
msdos 3.30 source code
上传时间: 2014-01-01
上传用户:youth25
VIGASOCO (VIdeo GAmes SOurce COde) Windows port (v0.01)
标签: VIGASOCO Windows SOurce GAmes
上传时间: 2015-01-06
上传用户:dsgkjgkjg