搜索结果

找到约 903 项符合 stRing-include 的查询结果

单片机编程 16 16点阵显示汉字原理及显示程序

16 16点阵显示汉字原理及显示程序 #include "config.h" #define                DOTLED_LINE_PORT        PORTB #define            &nbs ...
https://www.eeworm.com/dl/502/31574.html
下载: 68
查看: 1158

单片机编程 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 ...
https://www.eeworm.com/dl/502/31601.html
下载: 200
查看: 1160

单片机编程 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; ...
https://www.eeworm.com/dl/502/31623.html
下载: 38
查看: 1077

单片机编程 《51单片机C语言应用程序实例精讲》

/* 4位8段数码管分别动态显示“1234”, */   #include "7LEDShow.h"   void main() {        DIGPORT = 0;                          &nbsp ...
https://www.eeworm.com/dl/502/31634.html
下载: 41
查看: 1067

单片机编程 C51单片机模拟I2C总线的C语言实现

EEPROM为ATMEL公司的AT24C01A。单片机为ATMEL公司的AT89C51。2. 软件说明 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 ...
https://www.eeworm.com/dl/502/31653.html
下载: 164
查看: 1075

单片机编程 ADS1210 ADS1211 C程序

include "macrodefine.h"#include "lpc2294.h" //ADS1210初始化子程序void AD_Init(void){ Delayus(2); SPI1_Communation(0x64); SPI1_Communation(0x72); //单极性,SDOUT独立,先MSB,REF使用内部 SPI1_Communation(0x20); //自校准模式,增益1,通道0 SPI1_Communation(0x ...
https://www.eeworm.com/dl/502/31673.html
下载: 141
查看: 1209

教程资料 Xilinx UltraScale:新一代架构满足您的新一代架构需求(EN)

  中文版详情浏览:http://www.elecfans.com/emb/fpga/20130715324029.html   Xilinx UltraScale:The Next-Generation Architecture for Your Next-Generation Architecture    The Xilinx® UltraScale™ architecture delivers unprecedented levels of integration and capability with ASIC-class ...
https://www.eeworm.com/dl/fpga/doc/32075.html
下载: 41
查看: 1094

教程资料 采用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ÜV-qualified FPGA design methodology is changing the paradigms of safety designs and will greatly reduce development e ...
https://www.eeworm.com/dl/fpga/doc/32285.html
下载: 122
查看: 1059

教程资料 为您的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 ...
https://www.eeworm.com/dl/fpga/doc/32306.html
下载: 186
查看: 1050

教程资料 UART 4 UART参考设计,Xilinx提供VHDL代码

UART 4 UART参考设计,Xilinx提供VHDL代码 uart_vhdl This zip file contains the following folders:  \vhdl_source  -- Source VHDL files:      uart.vhd  - top level file      txmit.vhd - transmit portion of uart  &nb ...
https://www.eeworm.com/dl/fpga/doc/32719.html
下载: 155
查看: 1082