按分类查找:

  • AVR单片机数码管秒表显示

    #include<iom16v.h> #include<macros.h> #define uint unsigned int #define uchar unsigned char uint a,b,c,d=0; void delay(c) { for for(a=0;a<c;a++) for(b=0;b<12;b++); }; uchar tab[]={ 0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90,

    /dl/28551.html

    标签: AVR 单片机 数码管

    上传时间: 2013-10-21

    上传用户:13788529953

  • c51流水灯仿真与程序

    对应程序: #include<reg52.h> #define uint unsigned int #define uchar unsigned char uchar code tab[]={ 0x81, 0x42, 0x24, 0x18, }; void delay(uint z) { uint i,j; for(i=z;i>0;i--) for(j=120;j>0;j--); } void init() { P0=0x00; }

    /dl/29026.html

    标签: c51 流水灯 仿真 程序

    上传时间: 2014-01-17

    上传用户:ruan2570406

  • Keil C51库函数参考

      第五章 Keil C51库函数参考   C51强大功能及其高效率的重要体现之一在于其丰富的可直接调用的库函数,多使用库函数使程序代码简单,结构清晰,易于调试和维护,下面介绍C51的库函数系统。   1. 第一节 本征库函数(intrinsic routines)和非本征证库函数   C51提供的本征函数是指编译时直接将固定的代码插 ...

    /dl/29060.html

    标签: Keil C51 库函数

    上传时间: 2013-10-19

    上传用户:1184599859

  • 单片机几种软件滤波程序示例

    假定从8位AD中读取数据(如果是更高位的AD可定义数据类型为int),子程序为get_ad(); 1、限幅滤波法(又称程序判断滤波法) &nbsp;&nbsp;&nbsp; A、方法: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 根据经验判断,确定两次采样允许的最大偏差值(设为A) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 每次检测到 ...

    /dl/29105.html

    标签: 单片机 软件滤波 程序

    上传时间: 2014-12-26

    上传用户:nanshan

  • 51单片机实现的RS485通讯程序

      #ifndef __485_C__   #define __485_C__   #include   #include   #define unsigned char uchar   #define unsigned int uint   /* 通信命令 */   #define __ACTIVE_ 0x01 // 主机询问从机是否存在   #define __GETDATA_ 0x02 // 主机发送读设备请求   #define __OK_ 0x03 // 从机应答   #define ...

    /dl/29134.html

    标签: 485 RS 51单片机 通讯程序

    上传时间: 2014-12-26

    上传用户:604759954

  • 8位OTP单片机芯片BL22P02

    概述 BL22P02是一款低功耗8位OTP型微控制器单元(MCU),适用于各类小家电控制。 主要特点 8位CISC结构CPU(Motorola HC05兼容)17个通用IO口8位实时定时器/计数器,其信号源和触发沿可由软件设定,可设置溢出中断7路键盘中断(KBI)2路外中断(INT)振荡模式晶振:32K晶振:432K-8MHz内部RC:2MHz@5V、4MHz@5V、6MHz@5V外 ...

    /dl/29247.html

    标签: 22P OTP P02 22

    上传时间: 2013-10-15

    上传用户:佳期如梦

  • ds18b20程序

      /通过DS18B20测试当前环境温度, 并通过数码管显示当前温度值, 目前显示范围: 0.0~ +99.9度   #include   #include   #define uchar unsigned char   #define uint unsigned int   #define DATAPORT P0 //定义P0口为Led数据口   //#define SETTEMP P1 //定义P1口为设定温度   #define SELECT P2 //定义P2 ...

    /dl/29456.html

    标签: 18b b20 ds 18

    上传时间: 2013-11-04

    上传用户:liulinshan2010

  • C51中的关键字及用途说明

    C51 中的关键字关键字 用途 说明auto 存储种类说明 用以说明局部变量,缺省值为此break 程序语句 退出最内层循环case 程序语句 Switch 语句中的选择项char 数据类型说明 单字节整型数或字符型数据const 存储类型说明 在程序执行过程中不可更改的常量值continue 程序语句 转向下一次循环default 程序语句 Switch 语句中的失 ...

    /dl/30748.html

    标签: C51

    上传时间: 2013-10-08

    上传用户:waves_0801

  • AT89C2051驱动步进电机的电路和源码

    AT89C2051驱动步进电机的电路和源码:AT89C2051驱动步进电机的电路和源码 程序: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.hregister unsigned char j, ...

    /dl/30858.html

    标签: C2051 2051 89C AT

    上传时间: 2013-11-21

    上传用户:boyaboy

  • PAM2862 1A LED Driver with Int

    The PAM2862 is a continuous mode inductivestep-down converter, designed for driving singleor multiple series connected LEDs efficientlyfrom a voltage source higher than the LEDvoltage. The device operates from an inputupply between 6V and 30V and provides anexternally adjustable output current of up ...

    /dl/30962.html

    标签: Driver 2862 with PAM

    上传时间: 2013-11-16

    上传用户:司令部正军级