登录
首页 » 汇编语言 » DS18B20的源程序,很好用的

DS18B20的源程序,很好用的

于 2022-02-04 发布 文件大小:1.11 kB
0 211
下载积分: 2 下载次数: 1

代码说明:

DS18B20的源程序,很好用的-DS18B20 source, the good

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 学生成绩核算系统的设计与实现(25) 要求:(1)按班级按课程从文件中读入相应的平时成绩、期中考试成绩和期末考试成绩。 (2)三个成绩对总评成绩的百...
    学生成绩核算系统的设计与实现(25) 要求:(1)按班级按课程从文件中读入相应的平时成绩、期中考试成绩和期末考试成绩。 (2)三个成绩对总评成绩的百分比被定义为常数,各占总成绩的30 、30 和40 。 (3)计算每位学生的总评成绩。 (4)计算该班级本课程的总平均成绩。 (5)计算处于优、良、中、及格、不及格的学生人数以及占总人数的百分比。其中100-90为优,89-80为良,79-70为中,69-60为及格,60分以下为不及格。 (6)按要求输出成绩在优、良、中、及格、不及格各区间的学生学号、成绩。-The student achievement calculation system s design with realizes (25) Request: (1) reads in the corresponding usual result, the midterm examination result and the terminal examinations result according to the class and grade according to the curriculum from the document. (2) three result are defined to the general appraisal result s percentage as the constant, occupies the overall result respectively 30 , 30 and 40 . (3) calculates each student s general appraisal result. (4) calculates this class and grade this curriculum the population mean result. (5) calculates the student population which is in superiorly, good, passes an examination, does not pass an examination as well as accounts for the total number of peop
    2022-05-25 02:22:21下载
    积分:1
  • 液晶YM12864与AT89S51并行通信,可以显示四行中文字符
    液晶YM12864与AT89S51并行通信,可以显示四行中文字符-AT89S51 LCD YM12864 with parallel communication, can display four lines of Chinese characters
    2022-08-20 21:30:42下载
    积分:1
  • MCD1 real one, to light a LED and continuously put out 3 seconds after the real...
    MCD1实战一,点亮一个LED并持续3秒后熄灭 该实战的目的作为学习和应用MCD1在线调试工具套件,进行项目的软件和硬件 联合调试的范例程序,也就是当做一个用户程序实例,而演示板暂时充当用户电 路的角色。这样就构成了一个软件、硬件齐全的自制项目模拟环境。 本程序实现的功能是,把端口RC的8条引脚全部设置为输出模式,并从RC0输出高电平 从而点亮RC0口的一个LED,持续3秒后LED熄灭. 该程序可用于PIC16F87X(A)所有系列-MCD1 real one, to light a LED and continuously put out 3 seconds after the real purpose for learning and application debugging MCD1 online suite of tools to carry out the project software and hardware examples of joint commissioning procedures, that is, as a user instance, and the demonstration user circuit board to serve as a temporary role. This constitutes a software, hardware, a full range of home-made simulation environment projects. Realize the function of this procedure is that the 8-port RC pin all set to output mode and high output from the RC0 so I RC0 a lit LED, continuous 3 seconds after the LED goes out. The program can be used to PIC16F87X ( A) All Series
    2022-03-05 02:28:25下载
    积分:1
  • PCI routines
    PCI例程
    2022-02-24 09:48:54下载
    积分:1
  • 2 分类指令 在介绍各条分类指令之前,将指令中的操作数及注释中的符号说明如下。 Rn:当前指定的工作寄存器组中的Ro...
    2 分类指令 在介绍各条分类指令之前,将指令中的操作数及注释中的符号说明如下。 Rn:当前指定的工作寄存器组中的Ro-R7(其中n=0,1,2,…,7)。 Ri:当前指定的工作寄存器组中的RO,R1(其中i=0,1)。 (Ri):Ri间址寻址指定的地址单元。 ((Ri)):Ri间址寻址指定地址单元中的内容。 dir:8位直接字节地址(在片内RAM和SFR存储空间中)。 #data8:8位立即数。 #datal6:16位立即数。 addrl6:16位地址值。 addrll:11位地址值。 -2 classification of instruction in the introduction of each classification of instructions before the operation instructions and notes the number of symbols are described below. Rn: the current work of the designated register group Ro-R7 (in which n = 0,1,2, ..., 7). Ri: the current register group specified in the RO, R1 (in which i = 0,1). (Ri): Ri addressing inter-site unit
    2022-02-07 17:01:45下载
    积分:1
  • 课程设计大炮打飞机!简易!
    课程设计大炮打飞机!简易!-curriculum design aircraft artillery! Simple!
    2022-02-03 14:55:20下载
    积分:1
  • 经典的fast ICA程序,用于盲信号的分离,希望能够对大家有帮助!...
    经典的fast ICA程序,用于盲信号的分离,希望能够对大家有帮助!-Classic fast ICA program for the separation of the spread, hoping to help!
    2022-03-04 23:44:18下载
    积分:1
  • 题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60...
    题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。-Title: the use of nested conditional operator to complete this question: academic> = 90 points with A classmate said that 60-89 between the use of B said that the 60 points or less with C said. 1. Program analysis: (a> b)? A: b This is a conditional operator s basic example.
    2022-03-15 13:45:59下载
    积分:1
  • 一个微机原理要做的试验程序
    一个微机原理要做的试验程序-a computer theories do testing procedures
    2022-05-31 02:28:03下载
    积分:1
  • 实现将bx寄存器的内容以10进制形式在显示器上输出使用递归算法,共45条指令程序在masm5.1 link3.60 环境下调试通过...
    用汇编语言实现将bx寄存器的内容以10进制形式在显示器上输出使用递归算法,共45条指令程序在masm5.1 link3.60 环境下调试通过-assembly language bx to register with the contents of 10 band forms on the screen output using recursive algorithm, a total of 45 procedures in order masm5.1 link3.60 through debugging environment
    2022-05-09 07:40:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载