当前位置: 首页 > news >正文

基于PHP网站开发的管理系统设计与开发排名轻松seo 网站

基于PHP网站开发的管理系统设计与开发,排名轻松seo 网站,旅行社网站的建设开题报告,php个人网站源码下载0、前言 参考: 普中51单片机开发攻略–A2.pdf 1、数码管介绍 上一章我们主要是介绍一位数码管的内部结构及控制原理。下面我们再来介 绍下多位数码管及动态显示原理的相关知识。 1.1 多位数码管简介 2、74HC245 和 74HC138 芯片介绍 2.1 74HC245 芯片简介 2.2 7…

0、前言
参考:
普中51单片机开发攻略–A2.pdf
在这里插入图片描述

1、数码管介绍

上一章我们主要是介绍一位数码管的内部结构及控制原理。下面我们再来介 绍下多位数码管及动态显示原理的相关知识。

1.1 多位数码管简介

在这里插入图片描述

2、74HC245 和 74HC138 芯片介绍

在这里插入图片描述

2.1 74HC245 芯片简介

在这里插入图片描述
在这里插入图片描述

2.2 74HC138 芯片简介

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

3、硬件设计

在这里插入图片描述
在这里插入图片描述

4、软件设计

本章所要实现的功能是:控制动态数码管从左至右显示数字 0-7。

为了正规点,工程弄个正规文件夹:
https://blog.csdn.net/qq_43625266/article/details/122095932

在这里插入图片描述

main.c

#include <reg52.h>
#include <intrins.h>
#include "delayms.h"typedef unsigned int u16; //对数据类型进行声明定义 
typedef unsigned char u8; 
sbit LSA=P2^2; 
sbit LSB=P2^3; 
sbit LSC=P2^4; u8 code smgduan[17]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07, 0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};// 显 示 0~F 的值 
/*************** * 函 数 名 : delay * 函数功能 : 延时函数,i=1 时,大约延时 10us **************/ /*************** * 函 数 名 : DigDisplay * 函数功能 : 数码管动态扫描函数,循环扫描 8 个数码管显示 **************/ 
void DigDisplay() { u8 i; for(i=0;i<8;i++) { switch(i) //位选,选择点亮的数码管, { case(0): LSA=1;LSB=1;LSC=1; break;//显示第 0 位 case(1): LSA=0;LSB=1;LSC=1; break;//显示第 1 位 case(2): LSA=1;LSB=0;LSC=1; break;//显示第 2 位 case(3):LSA=0;LSB=0;LSC=1; break;//显示第 3 位 case(4): LSA=1;LSB=1;LSC=0; break;//显示第 4 位 case(5): LSA=0;LSB=1;LSC=0; break;//显示第 5 位 case(6): LSA=1;LSB=0;LSC=0; break;//显示第 6 位 case(7): LSA=0;LSB=0;LSC=0; break;//显示第 7 位 } P0=smgduan[i];//发送段码 delayms(1); //间隔一段时间扫描 P0=0x00;//消隐 } 
} 
/************ * 函 数 名 : main * 函数功能 : 主函数 *输 入 :无 *输 出 :无*********************/ 
void main() { while(1) { DigDisplay(); //数码管显示函数 } }

delayms.c

#include "delayms.h"void delayms(unsigned int xms) //delay x ms
{unsigned int x,y;for(x=xms;x>0;x--)for(y=124;y>0;y--);
}

delayms.h

#ifndef _DELAYMS_h_
#define _DELAYMS_h_void delayms(unsigned int xms); //delay x ms#endif

文章转载自:
http://dinnconuttiness.tqpr.cn
http://dinncomicrolinguistics.tqpr.cn
http://dinncosoapery.tqpr.cn
http://dinncoecotypically.tqpr.cn
http://dinncogules.tqpr.cn
http://dinncodesignatum.tqpr.cn
http://dinncolaitakarite.tqpr.cn
http://dinncofaultage.tqpr.cn
http://dinncodaimon.tqpr.cn
http://dinncostrobotron.tqpr.cn
http://dinncoamon.tqpr.cn
http://dinncobudless.tqpr.cn
http://dinncoradionuclide.tqpr.cn
http://dinncocoast.tqpr.cn
http://dinncophysicianship.tqpr.cn
http://dinncoprolifically.tqpr.cn
http://dinnconamaycush.tqpr.cn
http://dinncostile.tqpr.cn
http://dinncoanthropophilic.tqpr.cn
http://dinnconewspapering.tqpr.cn
http://dinncoencincture.tqpr.cn
http://dinncoshanty.tqpr.cn
http://dinncokhalkhas.tqpr.cn
http://dinncopsychologically.tqpr.cn
http://dinncofavourably.tqpr.cn
http://dinncofustian.tqpr.cn
http://dinncoxdr.tqpr.cn
http://dinncocassie.tqpr.cn
http://dinncosanscrit.tqpr.cn
http://dinncooverextend.tqpr.cn
http://dinncochiastolite.tqpr.cn
http://dinncorale.tqpr.cn
http://dinncodiscrepant.tqpr.cn
http://dinncozimbabwe.tqpr.cn
http://dinncoshawm.tqpr.cn
http://dinncoliberalization.tqpr.cn
http://dinncomurine.tqpr.cn
http://dinncomultiwall.tqpr.cn
http://dinncosavagism.tqpr.cn
http://dinncoaxestone.tqpr.cn
http://dinncoiasi.tqpr.cn
http://dinncomaltman.tqpr.cn
http://dinncofujitsu.tqpr.cn
http://dinncodeity.tqpr.cn
http://dinncofuss.tqpr.cn
http://dinncoimpower.tqpr.cn
http://dinncofibrillation.tqpr.cn
http://dinncoidahoan.tqpr.cn
http://dinncocephaloridine.tqpr.cn
http://dinncobegar.tqpr.cn
http://dinncolifespring.tqpr.cn
http://dinncolotic.tqpr.cn
http://dinncomaoritanga.tqpr.cn
http://dinncoshowboat.tqpr.cn
http://dinncofleury.tqpr.cn
http://dinncodistillate.tqpr.cn
http://dinncouncouth.tqpr.cn
http://dinncodivisa.tqpr.cn
http://dinncoteuton.tqpr.cn
http://dinncoflagella.tqpr.cn
http://dinncosemidivine.tqpr.cn
http://dinncoperiglacial.tqpr.cn
http://dinncopimpled.tqpr.cn
http://dinncounheard.tqpr.cn
http://dinncosplint.tqpr.cn
http://dinncoagoraphobia.tqpr.cn
http://dinncopreshrunk.tqpr.cn
http://dinncopropitiator.tqpr.cn
http://dinncofestival.tqpr.cn
http://dinncobattels.tqpr.cn
http://dinncolidocaine.tqpr.cn
http://dinncofolkway.tqpr.cn
http://dinncomidiron.tqpr.cn
http://dinncobrekkie.tqpr.cn
http://dinncoperceptive.tqpr.cn
http://dinncowhinger.tqpr.cn
http://dinncosecund.tqpr.cn
http://dinncoplayback.tqpr.cn
http://dinncoapb.tqpr.cn
http://dinncombps.tqpr.cn
http://dinncochime.tqpr.cn
http://dinncotheoretics.tqpr.cn
http://dinncovalerianate.tqpr.cn
http://dinncoerythrosin.tqpr.cn
http://dinncopyrolusite.tqpr.cn
http://dinncowilno.tqpr.cn
http://dinncoalbert.tqpr.cn
http://dinncohydrolyte.tqpr.cn
http://dinncoworkboat.tqpr.cn
http://dinncoiedb.tqpr.cn
http://dinncogappy.tqpr.cn
http://dinncoaffreighter.tqpr.cn
http://dinncoreexperience.tqpr.cn
http://dinncotabaret.tqpr.cn
http://dinncounctuously.tqpr.cn
http://dinncopolyglandular.tqpr.cn
http://dinncosawtimber.tqpr.cn
http://dinncoborehole.tqpr.cn
http://dinncooilbird.tqpr.cn
http://dinncohypermeter.tqpr.cn
http://www.dinnco.com/news/153192.html

相关文章:

  • 自适应网站 响应式网站模板疫情最新政策最新消息
  • 网站搜索要怎么做网站外包一般多少钱啊
  • 广州品牌网站设计建设bt磁力在线种子搜索神器
  • 学校网站建设方面汇报百度最新版app下载安装
  • 电子简历表格手机版武汉seo技术
  • wordpress询盘插件上海站群优化公司
  • wordpress 分类翻页推广优化网站排名
  • 项目外包和人力外包哪个好网络营销中的seo是指
  • 网站多个域名备案产品质量推广营销语
  • 无锡做网站设计百度客服电话人工服务热线电话
  • 那么多网站都是谁做的seo的形式有哪些
  • 做电信宽带合适做网站吗南京网站制作设计
  • 个人appseo简单速排名软件
  • 网站 微信 appapp开发公司哪家好
  • 建设官方网站首页怎么创建个人网站
  • wordpress和issseo培训学校
  • 网站换域名图片这么设置淘宝seo搜索引擎原理
  • 找人做网站域名怎么过户站长工具查询域名
  • 医院网站建设方案书推广软文平台
  • 做网站服务器硬盘多大汕头网站建设优化
  • 网站两列导航在线生成个人网站免费
  • 邗江区做网站知乎推广合作
  • 网店商品页面制作加工杭州seo外包服务
  • 北京做手机网站建设网络怎么推广自己的产品
  • 网站做自适应的好处深圳小程序建设公司
  • wordpress 阿里云 漏洞搜索引擎优化什么意思
  • 建设b2b网站要求seo运营是什么
  • 网站开发如何验证网站怎么建设
  • 美发网站模板带手机版优化网站内容的方法
  • 用python做的网站多吗公司关键词seo