CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - reg51.h

搜索资源列表

  1. LCD12864Real-time-temperature

    0下载:
  2. #include<reg51.h> #include"LCD12864.h" #include"zimo.h" #include"LCD1602.h" void hua_zuobiao(void) //画坐标 在LCD12864实时显示当前温度波形,Proteus仿真.C源码,Keil编译环境-# Include <reg51.h># Include " LCD12864.h" # include " zimo.h" #
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:78046
    • 提供者:罗宇宙
  1. clock

    0下载:
  2. 16x2 lcd with alphanumeric keypad code Hardware requirements 4x4 keypad 16x2 lcd One 80s51 0r 80c51 Oscillator to provide necessary clock frequency to micro controller. A potentiometer for lcd contrast. First of all never fo
  3. 所属分类:LabView

    • 发布日期:2017-04-16
    • 文件大小:111190
    • 提供者:tamrat
  1. edsim51examples

    0下载:
  2. 16x2 lcd with alphanumeric keypad code Hardware requirements 4x4 keypad 16x2 lcd One 80s51 0r 80c51 Oscillator to provide necessary clock frequency to micro controller. A potentiometer for lcd contrast. First of all never fo
  3. 所属分类:LabView

    • 发布日期:2017-04-15
    • 文件大小:14180
    • 提供者:tamrat
  1. 8255LCDschematic

    0下载:
  2. 16x2 lcd with alphanumeric keypad code Hardware requirements 4x4 keypad 16x2 lcd One 80s51 0r 80c51 Oscillator to provide necessary clock frequency to micro controller. A potentiometer for lcd contrast. First of all never fo
  3. 所属分类:LabView

    • 发布日期:2017-04-15
    • 文件大小:14589
    • 提供者:tamrat
  1. danpianjishiyan

    0下载:
  2. 单片机实验 一、实验内容 1、静态显示一位数码管(本实验为共阳数码管) 2、利用实验箱提供的显示电路,动态显示一行数据(12345678). 二、实验目的 1. 掌握数码管的静态与动态显示。 2. 了解用总线方式控制数 -#include<reg51.h> #define T 100 void delay(int ys) { int i,j for(i=ys i>0 i--) for(j=110
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:206345
    • 提供者:yang
  1. lesson5

    0下载:
  2. proteus单片机仿真 数码管 #include <reg51.h> unsigned char code Tab[] {0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90} void Delay() { unsigned char i,j for(i 0 i<255 i++) for(j 0 j<255 j++) } void main() { uns
  3. 所属分类:OS Develop

    • 发布日期:2017-05-05
    • 文件大小:38958
    • 提供者:吴空其
  1. lesson6

    0下载:
  2. proteus单片机仿真-数码管(动态) #include<reg51.H> unsigned char code Tab[] {0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90} unsigned char Dat[] {0,0,0,0} unsigned char tmp,i,j unsigned char s 0 void delay(int n) { int i for(i 0
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:88584
    • 提供者:吴空其
  1. lesson7

    0下载:
  2. proteus单片机仿真-有源蜂铃器 #include<reg51.h> sbit Buzzer P0^0 void main(void) { int i,n n 60 while(1) { Buzzer 1 for(i 1 i<n i++) Buzzer 0 for(i 1 i<n i++) } }-Proteus single-chip microcomputer simu
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:42693
    • 提供者:吴空其
  1. lesson8

    0下载:
  2. proteus单片机仿真 继电器 #include<reg51.h> sbit S1 P3^2 sbit S2 P3^3 sbit Relay P0^0 void main() { while(1) { if(S1 0) Relay 1 if(S2 0) Relay 0 } }-Proteus single-chip microcomputer simulation- relay # include <
  3. 所属分类:OS Develop

    • 发布日期:2017-05-05
    • 文件大小:45109
    • 提供者:吴空其
  1. lesson9

    0下载:
  2. proteus单片机仿真 数码管、风铃器、继电器综合系统 #include<reg51.h> unsigned char code Tab[] {0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90} unsigned char Dat[] {0,0,0,0} sbit JDQ P1^0 sbit Buzzer P3^0 void sound() -Proteus single-chip
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:48610
    • 提供者:吴空其
  1. 5、译码器实验

    0下载:
  2. *实 验 名:译码器实验 *实验说明:8个LED灯显示LS138译码器输出的低电平 *连接方式: *注 意: ************************************/ #include <reg51.h> //---定义IO口---// sbit LSA=P2^2; sbit LSB=P2^3; sbit LSC=P2^4; //---声明全局函数---// void Delay10ms(unsigned int c); /******
  3. 所属分类:汇编语言

    • 发布日期:2017-12-20
    • 文件大小:22528
    • 提供者:9956
搜珍网 www.dssz.com