Temp

共 100 篇文章
Temp 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 100 篇文章,持续更新中。

/* 这是直接用C51高级语言编写的DS1620转换程序-没有调用汇编语言。*/ /* 文件名DS1620C.C

/* 这是直接用C51高级语言编写的DS1620转换程序-没有调用汇编语言。*/ /* 文件名DS1620C.C */ /* 功能:本程序主要是读出DS1620芯片的温度转换值,转换值先放 */ /* 在变量temp1中。转换值范围-55℃~125℃。 若flag0=0为

LPC2103 Project - temp measure

LPC2103 Project - temp measure

运行文件:GPS_Disp.exe 测试数据:TestData emp.log 0529-2.log 操作说明:   1.  文件   1.1 打开记录文件...   新建或打开一个

运行文件:GPS_Disp.exe 测试数据:\TestData\temp.log 0529-2.log 操作说明:   1.  文件   1.1 打开记录文件...   新建或打开一个文件,以记录实时读入的GPS数据,“GPS信息示例”中显示有关信息    1.2 关闭记录文件     关闭并保存正在记录数据的记录文件 1.3 打开回放文件...   

maybe is knn or maybe not i m not sure about it it s a temp file

maybe is knn or maybe not i m not sure about it it s a temp file

TM1638驱动显示例程

#define TM1638_STB &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;PORTC_Bit1<br /> #define TM1638_CLK &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;

利用Clock.c的数位电子钟功能

利用Clock.c的数位电子钟功能,能正确 的从UART输入正确时间,并在LCD上显示时 间(时:分:秒)。 利用Temp.c的数位温度计功能,能正确 的在LCD上显示温度(℃ & ℉)

c++哈弗曼树

<p class="MsoNormal" style="text-indent:7.0000pt;"> <span>编写一个赫夫曼编</span>/<span>译码器。</span>&nbsp;&nbsp;&nbsp;<span>主要功能:根据输入的字符代码集及其权值集,</span> </p> <p class="MsoNormal" style="margin-left:42.0000pt;

Atmel mcu temp H bridge exampe

Atmel mcu temp H bridge exampe

被除数由高到低存于TEMP_STR--&gt;TEMP_STR+4中

被除数由高到低存于TEMP_STR--&gt;TEMP_STR+4中,除数存于TEMP_STR+10--&gt;TEMP_STR+14中, 运算后商存于TEMP_STR--&gt;TEMP_STR+4中,余数存于TEMP_STR+5--&gt;TEMP_STR+9中 高字节在前 方法:移位相除 10位BCD码除法 XUE:20080729

package query public class LinkQuery { private Node front private Node vear public Link

package query public class LinkQuery { private Node front private Node vear public LinkQuery() { this.front=null this.vear=null } public void add(int i) { Node newNode=

红外遥控RGB

<pre class="prettyprint lang-cpp">#include "STC90.h" #include &lt; intrins.h &gt; #define uchar unsigned char #define uint unsigned int #define led_port P1 sbit IR_RE = P3^2; sbit led_r = P1^3; sbit

离散实验 一个包的传递 用warshall

<div> &nbsp;实验源代码<br /> //Warshall.cpp&nbsp;#include&lt;stdio.h&gt;&nbsp;void&nbsp;warshall(int&nbsp;k,int&nbsp;n)&nbsp;{&nbsp;int&nbsp;i&nbsp;,&nbsp;j,&nbsp;t;&nbsp;int&nbsp;temp[20][20];&nbsp;for(i

温度显示用四位

温度显示用四位,当温度&gt;=100度时,第四位才显示。 检测 DS18B20 状态: DS18B20正常显示: DS18B20 OK TEMP: 25.8℃ ← 显示实际温度

This temp directory is used by the JVM for temporary file storage. The JVM is configured to use thi

This temp directory is used by the JVM for temporary file storage. The JVM is configured to use this as its java.io.tmpdir in the catalina.sh and catalina.bat scripts.

S6B0724液晶显示驱动程序 void LCD_BUSY(void) void write_LCD_data(uchar lcd_data) void write_LCD_command(

S6B0724液晶显示驱动程序 void LCD_BUSY(void) void write_LCD_data(uchar lcd_data) void write_LCD_command(uchar command) void clear_lcd(void) void LCDClearLine(uchar line) void prints(uchar line,uchar

AVR单片机转速表

/****************************************************************&nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 外部晶振8M&nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp

单片机烧录程序

<h1 style="margin-left:0cm;"> 控件版本过期错误 </h1> <p class="MsoNormal"> 在打开<span>STC</span>的<span>ISP</span>下载界面时若出现如下画面 </p> <p class="MsoNormal"> <span></span> </p> <p class="MsoNormal"> 一般这种错误只会出现在<

这是Small RTOS 51 DP-51下载仿真实验仪上实现一个闹钟的源代码。它可以使用k1~k4调整时间

这是Small RTOS 51 DP-51下载仿真实验仪上实现一个闹钟的源代码。它可以使用k1~k4调整时间,使用串口设置一个报警时间。由于仅仅是一个例子而非产品,有一些细节没有完善。如调整完时间后第一次显示的时间是错误的(由于共享TimeData引起);没有使用串行eeprom存储多个报警时间等;删除报警代码没有编写。不过,程序已经可以使用,读者可以自行完善它。通讯协议参考rtos随想曲和tes

这是Small RTOS 51 在DP-51下载仿真实验仪上使用CAT24WC02驱动程序的例子。本例程序按照相应的的通讯协议接收一个数据

这是Small RTOS 51 在DP-51下载仿真实验仪上使用CAT24WC02驱动程序的例子。本例程序按照相应的的通讯协议接收一个数据,并将接收到的数据显示到LED数码显示器上。然后将接收到的数据写入Cat24Wc02中,再在同一位置将数据读出,并将读出的数据通过串口发送回来。通讯协议参考rtos随想曲和test.ini。 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在

#include "define.h" #include &lt;stdio.h&gt; #include &lt;string.h&gt; #include &lt;ctype.h&gt;

#include "define.h" #include &lt;stdio.h&gt; #include &lt;string.h&gt; #include &lt;ctype.h&gt; #include &lt;malloc.h&gt; FILE *fp /*//////////////////////////////////////////////////////////