搜索结果
找到约 903 项符合
stRing-include 的查询结果
单片机编程 16 16点阵显示汉字原理及显示程序
16 16点阵显示汉字原理及显示程序
#include "config.h"
#define                DOTLED_LINE_PORT        PORTB #define            &nbs ...
单片机编程 51单片机驱动步进电机(含电路图和C语言源程序代码)
51单片机驱动步进电机(含电路图和源程序代码)
源程序:stepper.c stepper.hex /* * STEPPER.C * sweeping stepper's rotor cw and cww 400 steps * Copyright (c) 1999 by W.Sirichote */ #i nclude c:\mc5151io.h /* include i/o header file */ #i nclude c:\mc5151reg.h register unsigned char j,flag1,temp; registe ...
单片机编程 51单片机C语言编程实例
C语言编程基础:1. 十六进制表示字节0x5a:二进制为01011010B;0x6E为01101110。 2. 如果将一个16位二进数赋给一个8位的字节变量,则自动截断为低8位,而丢掉高8位。 3. ++var表示对变量var先增一;var—表示对变量后减一。 4. x |= 0x0f;表示为 x = x | 0x0f; 5. TMOD = ( TMOD & 0xf0 ) | 0x05; ...
单片机编程 《51单片机C语言应用程序实例精讲》
/* 4位8段数码管分别动态显示“1234”, */
 
#include "7LEDShow.h"
 
void main()
{
       DIGPORT = 0;                          &nbsp ...
单片机编程 C51单片机模拟I2C总线的C语言实现
EEPROM为ATMEL公司的AT24C01A。单片机为ATMEL公司的AT89C51。2.&nbsp;软件说明 C语言为Franklin C V3.2。将源程序另存为testi2c.c,用命令C51 testi2c.cL51 TESTI2C.OBJOHS51 TESTI2C编译,连接,得到TESTI2C.HEX文件,即可由编程器读入并进行写片,实验。3.源程序#include <reg51.h>#include <intrins.h> #define uchar u ...
单片机编程 ADS1210 ADS1211 C程序
include&nbsp;"macrodefine.h"#include&nbsp;"lpc2294.h"
//ADS1210初始化子程序void AD_Init(void){&nbsp;Delayus(2);&nbsp;SPI1_Communation(0x64);&nbsp;SPI1_Communation(0x72);&nbsp;//单极性,SDOUT独立,先MSB,REF使用内部&nbsp;SPI1_Communation(0x20);&nbsp;//自校准模式,增益1,通道0&nbsp;SPI1_Communation(0x ...
教程资料 Xilinx UltraScale:新一代架构满足您的新一代架构需求(EN)
中文版详情浏览:http://www.elecfans.com/emb/fpga/20130715324029.html
Xilinx UltraScale:The Next-Generation Architecture for Your Next-Generation Architecture
The Xilinx&reg; UltraScale&trade; architecture delivers unprecedented levels of integration and capability with ASIC-class ...
教程资料 采用TÜV认证的FPGA开发功能安全系统
This white paper discusses how market trends, the need for increased productivity, and new legislation have
accelerated the use of safety systems in industrial machinery. This T&Uuml;V-qualified FPGA design methodology is
changing the paradigms of safety designs and will greatly reduce development e ...
教程资料 为您的FPGA选择合适的电源
Abstract: There are many things to consider when designing a power supply for a field-programmablegate array (FPGA). These include (but are not limited to) the high number of voltage rails, and thediffering requirements for both sequencing/tracking and the voltage ripple limits. This application n ...
教程资料 UART 4 UART参考设计,Xilinx提供VHDL代码
UART 4 UART参考设计,Xilinx提供VHDL代码 uart_vhdl
This zip file contains the following folders:
&nbsp;\vhdl_source&nbsp;&nbsp;-- Source VHDL files:
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;uart.vhd &nbsp;- top level file
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;txmit.vhd&nbsp;- transmit portion of uart
&nbsp;&nb ...