搜索结果

找到约 65 项符合 Temp 的查询结果

Java书籍 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=new Node(i) if(vear==null && front==null) { vear=newNode front=newNode return } vear.next=ne ...
https://www.eeworm.com/dl/656/317846.html
下载: 24
查看: 1068

单片机开发 //通过18B20检测的数字温度可在电脑上显示当前温度值 #include <reg52.h> #define uchar unsigned char #define uint un

//通过18B20检测的数字温度可在电脑上显示当前温度值 #include <reg52.h> #define uchar unsigned char #define uint unsigned int sbit DS=P2^2 //define interface uint temp // variable of temperature uchar flag1 // sign of the result positive or negative sbit dula=P2^6 sbit wela=P2^7 ...
https://www.eeworm.com/dl/648/337983.html
下载: 199
查看: 1378

其他嵌入式/单片机内容 利用Clock.c的数位电子钟功能

利用Clock.c的数位电子钟功能,能正确 的从UART输入正确时间,并在LCD上显示时 间(时:分:秒)。 利用Temp.c的数位温度计功能,能正确 的在LCD上显示温度(℃ & ℉)
https://www.eeworm.com/dl/687/387699.html
下载: 158
查看: 1019

*行业应用 第一步、将数据库与文件都升级到最新的SiteWeaver6.6版本(具体升级步骤可以参考"升级及转换程序"文件夹) 第二步、导入SiteWeaver6.6所需的标签与模板(具体步骤可以参考“

第一步、将数据库与文件都升级到最新的SiteWeaver6.6版本(具体升级步骤可以参考"升级及转换程序"文件夹) 第二步、导入SiteWeaver6.6所需的标签与模板(具体步骤可以参考“标签与模板导入”文件夹) 1、将“标签与模板导入”文件夹中的Temp文件夹复制到根目录,覆盖原有文件夹。 2、进入后台-系统设置-网站通用模板管理 ...
https://www.eeworm.com/dl/631/388539.html
下载: 28
查看: 1048

数据结构 :#include <stdlib.h>#include <stdio.h>#include <time.h> void InsertSort(int a[],in

:#include <stdlib.h>#include <stdio.h>#include <time.h> void InsertSort(int a[],int *(k1),int *(k2))//0:直接插入排序{ int i,j int temp *(k1)=0 *(k2)=0 for(i=0 i<149 i++) { temp=a[i+1] *(k2)++ ...
https://www.eeworm.com/dl/654/401327.html
下载: 51
查看: 1071

微处理器开发 这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针

这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针 unsigned char temp[24]="3.wav" // 文件明需要放在数组里 while(!initialize_media()) // 初始化sd卡 { Uart_Printf("sd initializing....\n") } Uart ...
https://www.eeworm.com/dl/655/409320.html
下载: 83
查看: 1063

GPS编程 运行文件: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 打开回放文件...   打 ...
https://www.eeworm.com/dl/693/423670.html
下载: 34
查看: 1048

Windows Mobile Pocket PC2003SDK上开发文件操作程序

Pocket PC2003SDK上开发文件操作程序,程序功能包含: 系统在按下“确定”菜单后,在“Temp”目录下生成文件“test01.txt”,并向文件中写入字符串“12345”,并把它读出到缓冲区中,然后关闭文件
https://www.eeworm.com/dl/677/444107.html
下载: 80
查看: 1061

编译器/解释器 生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 fil

生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 file to trick -o trick output directory -i output file id -m max coding error, default 0 -b max bitrate for trick generate, default 0 mean no limit -s trick buffer block size, must be n*188 -l lo ...
https://www.eeworm.com/dl/628/454880.html
下载: 149
查看: 1079

汇编语言 LIST p=16F84 PIC16F844 is the target processor #include "P16F84.INC" Include

LIST p=16F84 PIC16F844 is the target processor #include "P16F84.INC" Include header file CBLOCK 0x10 Temporary storage tempo tptrl tptrh note length pitch temp ...
https://www.eeworm.com/dl/644/463027.html
下载: 154
查看: 1024