搜索结果

找到约 15 项符合 TMP 的查询结果

单片机开发 DS18B20温度传感器和1602驱动程序

DS18B20温度传感器和1602驱动程序,在51上测试通过,只需调用chang()和tmp()函数,即可读取温度值,通过1602显示,简单,方便
https://www.eeworm.com/dl/648/339945.html
下载: 132
查看: 1031

编译器/解释器 PL0 C语言版本 //A.2 C 版 本 /*编译和运行环境: *1Visual C++6.0,VisualC++.NET and Visual C++.NET 2003 *WinNT

PL0 C语言版本 //A.2 C 版 本 /*编译和运行环境: *1Visual C++6.0,VisualC++.NET and Visual C++.NET 2003 *WinNT, Win 200, WinXP and Win2003 *2 gcc version 3.3.2 20031022(Red Hat Linux 3.3.2-1) *Redhat Fedora core 1 *Intel 32 platform *使用方法: *运行后输入PL/0 源程序文件名 *回答是否输出虚拟机代码 *回 ...
https://www.eeworm.com/dl/628/399148.html
下载: 67
查看: 1045

其他嵌入式/单片机内容 1、将makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/inc

1、将makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include 路径改为你宿主机上的。 2、#make,来编译驱动模块。 3、#export PATH=$PATH:/usr/local/arm/2.95 ...
https://www.eeworm.com/dl/687/473117.html
下载: 118
查看: 1104

汇编语言 ------ DebugAsm Editor使用说明 ------ 本软件是采用DEUBG作ASM程式设计的工具,采用本人 自创的工程方案,令你的ASM程式设计更方便.

------ DebugAsm Editor使用说明 ------ 本软件是采用DEUBG作ASM程式设计的工具,采用本人 自创的工程方案,令你的ASM程式设计更方便. 对本软件说明如下: .dap -------- DEBUG ASM工程文件 .asm -------- 生成的纯文本ASM文件 .txt -------- 生成的纯文本DEBUG导入文件 .tmp -------- ...
https://www.eeworm.com/dl/644/484362.html
下载: 127
查看: 1145

源码 c语言算法排序

1.Describe a Θ(n lg n)-time algorithm that, given a set S of n integers and another integer x, determines whether or not there exist two elements in S whose sum is exactly x. (Implement exercise 2.3-7.) #include<stdio.h> #include<stdlib.h> void merge(int arr[],int low,int mid,int high){   ...
https://www.eeworm.com/dl/514507.html
下载: 1
查看: 15