• 大小: 0.49M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-03-28
  • 语言: 其他
  • 标签: 其他  

资源简介


基于热敏电阻数字温度计整理毕业设计,里面有c语言程序,原理图,proteus仿真通过,还有解释,还有实验报告,毕设报告,详细解释。所有的都在里面,绝对值!

资源截图

代码片段和文件信息

#include
#include 
#define uchar unsigned char
#define uint unsigned int
#define      ad0_7      P1       //AD数据口

sbit         cs=P2^4;      //片选信号,低电平有效,控制芯片的启动和结果读取

sbit         rd=P2^7;        //读数据控制,低电平有效

sbit         wr=P2^6;         //AD启动控制,上升沿有效

sbit         intr=P2^5;       //AD转换完成输出低电平

uchar i;
uchar led[11]={     0x3F  //“0“
                0x06  //“1“
                0x5B  //“2“
                0x4F  //“3“
                0x66  //“4“
                0x6D  //“5“
                0x7D  //“6“
                0x07  //“7“
                0x7F  //“8“
                0x6F  //“9“
0x40   //“-“
};
uchar dat_AD[4]={0};
  
//启动AD转换子程序//////////////////
void start_ad(void)
{       cs=0;                 //允许AD
        wr=0;
        _nop_();
         wr=1;                //WR由低变高时启动AD转换
        
        while(intr);          //等待转换完成,低电平有效
        cs=1;                 //停止AD转换
}////////////////////
 read_ad()

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       6652  2014-06-09 15:08  基于热敏电阻数字温度计整理毕业设计\keil\main.obj

     文件       7467  2014-06-09 15:08  基于热敏电阻数字温度计整理毕业设计\keil\pt100

     文件       3992  2014-06-09 15:08  基于热敏电阻数字温度计整理毕业设计\keil\pt100.hex

     文件         44  2014-06-09 15:08  基于热敏电阻数字温度计整理毕业设计\keil\pt100.lnp

     文件      10427  2014-06-09 15:08  基于热敏电阻数字温度计整理毕业设计\keil\pt100.M51

     文件       1015  2014-06-09 15:08  基于热敏电阻数字温度计整理毕业设计\keil\pt100.Opt

     文件        605  2014-06-09 15:08  基于热敏电阻数字温度计整理毕业设计\keil\pt100.plg

     文件       2152  2014-06-09 15:08  基于热敏电阻数字温度计整理毕业设计\keil\pt100.Uv2

    .......         0  2014-06-09 15:07  基于热敏电阻数字温度计整理毕业设计\keil\pt100_Uv2.Bak

     文件       6376  2005-03-22 15:22  基于热敏电阻数字温度计整理毕业设计\keil\STARTUP.A51

     文件      14084  2014-06-09 15:08  基于热敏电阻数字温度计整理毕业设计\keil\STARTUP.LST

     文件        749  2014-06-09 15:08  基于热敏电阻数字温度计整理毕业设计\keil\STARTUP.OBJ

     文件     118751  2014-06-09 15:10  基于热敏电阻数字温度计整理毕业设计\Last Loaded shuziwenduji.DBK

     文件       3411  2014-06-09 15:05  基于热敏电阻数字温度计整理毕业设计\main.c

     文件       6594  2014-06-09 15:08  基于热敏电阻数字温度计整理毕业设计\main.LST

     文件       3992  2014-06-09 15:08  基于热敏电阻数字温度计整理毕业设计\pt100.hex

     文件    6885662  2014-06-09 15:48  基于热敏电阻数字温度计整理毕业设计\shuziwenduji.BMP

     文件     118752  2014-06-09 18:10  基于热敏电阻数字温度计整理毕业设计\shuziwenduji.DSN

     文件        742  2014-06-09 18:10  基于热敏电阻数字温度计整理毕业设计\shuziwenduji.PWI

     文件      39424  2015-01-03 11:20  基于热敏电阻数字温度计整理毕业设计\基于热敏电阻的数字温度计的设计任务书.doc

     文件     605228  2015-01-03 11:19  基于热敏电阻数字温度计整理毕业设计\设计.doc

     目录          0  2014-06-09 15:08  基于热敏电阻数字温度计整理毕业设计\keil

     目录          0  2015-01-03 11:20  基于热敏电阻数字温度计整理毕业设计

----------- ---------  ---------- -----  ----

              7836119                    23


评论

共有 条评论