Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - temp
Search - temp - List
SCMtemp
DL : 0
温度检测-Temperature Measuring
Update : 2024-05-15 Size : 15360 Publisher : fhc

DL : 0
测温db18b20 液晶1602 显示时间和温度-Db18b20 temperature liquid crystal display time and temperature 1602
Update : 2024-05-15 Size : 25600 Publisher : 丁一

利用Clock.c的数位电子钟功能,能正确 的从UART输入正确时间,并在LCD上显示时 间(时:分:秒)。 利用Temp.c的数位温度计功能,能正确 的在LCD上显示温度(℃ & ℉)-Clock.c use of digital electronic clock function correctly from the UART to enter the correct time and time in the LCD display (time: minutes: seconds). The use of the digital thermometer Temp.c function correctly in the LCD displays the temperature (℃
Update : 2024-05-15 Size : 3072 Publisher : frank

void insert_sort(int *a,int n) { if(n==1) return insert_sort(a,n-1) int temp=a[n-1] for(int i=n-2 i>=0 i--) { if(temp<a[i]) a[i+1]=a[i] else break } a[i+1]=temp }-void insert_sort (int* a, int n) (if (n == 1) return insert_sort (a, n-1) int temp = a [n-1] for (int i = n-2 i> = 0 i--) (if (temp <a [i]) a [i+ 1] = a [i] else break) a [i+ 1] = temp)
Update : 2024-05-15 Size : 223232 Publisher : Katherine

第一步、将数据库与文件都升级到最新的SiteWeaver6.6版本(具体升级步骤可以参考"升级及转换程序"文件夹) 第二步、导入SiteWeaver6.6所需的标签与模板(具体步骤可以参考“标签与模板导入”文件夹) 1、将“标签与模板导入”文件夹中的Temp文件夹复制到根目录,覆盖原有文件夹。 2、进入后台-系统设置-网站通用模板管理,选择导入模板,将“ajax模板”导入到文章频道模板中。 3、进入后台系统设置-自定义标签管理-导入标签,选择所有标签,然后点击导入标签按钮导入所有标签。-A first step, the database and documents are to upgrade to the latest version of SiteWeaver6.6 (specific upgrade steps can refer to upgrade and the conversion process folder) the second step, import the required tags and SiteWeaver6.6 template (concrete steps can be Reference tab and import templates folder) 1, will be label with the template import folder in the Temp folder are copied to the root directory, covering the original folder. 2, into the background- System Settings- Web site management generic template, choose Import Template to ajax template articles imported into the template channel. 3, into the background system settings- custom label management- Import tab, select all the labels, then click on Import button to import all tab labels.
Update : 2024-05-15 Size : 9570304 Publisher : kol

温度巡检仪数据读取程序。可同时对三块温度巡检仪(每块表最多16通道)进行读数显示并按指定的时间间隔对读取的温度数据进行保存。本程序的通读接口为COM2,通讯速率为9600。-Temperature data logging devices to read data procedures. At the same time temperature data logging devices on the three (each table up to 16 channels) for reading display in accordance with specified time interval to read the temperature data preservation. This procedure of Readthrough interface COM2, communication rate of 9600.
Update : 2024-05-15 Size : 5120 Publisher : 邱守信

SCMtemp
DL : 0
该程序用于测量温度,温度传感是DS18B20.用LCD显示-The program used to measure temperature, temperature sensing is DS18B20. With LCD display
Update : 2024-05-15 Size : 2048 Publisher : 廖庆标

DL : 0
这个是基于单片机的温度测量的程序.这个可以测量外界的温度(除芯片的自身的温度外),并且可以手动设置温度的最高和最低值.如果温度低于最低或高于最高值,LED灯就会亮,如果是低于最低温度2度或最高温度2度,蜂鸣器就会响,报警-This is based on single-chip temperature measurement procedure. This can measure the temperature of the outside world (in addition to its own chip temperature outside), and can be manually set the temperature of the highest and lowest values. If the temperature falls below the minimum or higher than the highest value , LED lights will be bright, if it is below the minimum temperature of 2 degrees or the maximum temperature of 2 degrees, buzzer will sound alarm
Update : 2024-05-15 Size : 4096 Publisher : apple

DL : 0
using 18b20 to detect the temp,and show it o-using 18b20 to detect the temp, and show it o
Update : 2024-05-15 Size : 2048 Publisher : Thomas

DL : 0
:#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)++ ... -:# Include
Update : 2024-05-15 Size : 3072 Publisher : gl

DL : 0
maybe is knn or maybe not i m not sure about it it s a temp file-maybe is knn or maybe not im not sure about it it sa temp file
Update : 2024-05-15 Size : 32768 Publisher : wyy lii

STM32的一个演示例子 其中包括AD两通道采样(一个模拟输入 一个内置温度传感器) DMA传输和USART模块的应用。 代码全部原创 具有很高的参考价值-STM32 a presentation including examples of two-channel AD sampling (one analog input of a built-in temperature sensor) DMA transmission and USART module applications. All original code has high reference value
Update : 2024-05-15 Size : 1155072 Publisher : 刘大川

这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针 unsigned char temp[24]="3.wav" // 文件明需要放在数组里 while(!initialize_media()) // 初始化sd卡 { Uart_Printf("sd initializing....\n") } Uart_Printf("sd ready\n") fp=fopen(temp, READ) // 打开文件就可以用了, 函数和标准c中的一样,所以不能加载stdio.h if(!fp) { Uart_Printf("open file wrong\n") while(1) } Uart_Printf("open file successed\n") -This code for fat system under 2410, use a sd card
Update : 2024-05-15 Size : 28672 Publisher : 罗德强

DL : 0
目录ftp服务器是一个基于控制台的ftp服务器程序,能够实现大部分的FTP的服务器程序; 注意: a.帐号密码为toldo b.主目录为c:/temp,在连接之前请先建立 2.目录ftp客户端是一个比较简单的ftp程序,但是程序提供了各种接口,能够让读者看法出各种复杂的ftp程序,程序中的各个程序模块均已经实现;-Directory ftp server is a console based on the ftp server program, able to realize most of the FTP server process Note: a. Account password for toldo b. the main directory is c:/temp, before you establish the connection 2 . directory ftp client is a relatively simple ftp program, but the program offers a variety of interface, that allows readers to view a variety of complex ftp procedures, procedures in the various program modules have been realized
Update : 2024-05-15 Size : 70656 Publisher : zhangshouying

rtp接受和发送例子,用java写的 For example, java AVTransmit3 224.1.2.3 42050 file:/temp/foo.mov java AVReceive3 224.1.2.3/42050 224.1.2.3/42052 -rtp send receive For example, java AVTransmit3 224.1.2.3 42050 file:/temp/foo.mov java AVReceive3 224.1.2.3/42050 224.1.2.3/42052
Update : 2024-05-15 Size : 12288 Publisher : hanshuang

sht-11, codevision, orcad, vb
Update : 2024-05-15 Size : 825344 Publisher : lee

Element And Temp Control with CodevisionAVR
Update : 2024-05-15 Size : 1024 Publisher : Mostafa

Othertemp
DL : 0
System.out.println("The content of the variable is "+((Float)fvar).getClass().getName(-System.out.println("The content of the variable is "+((Float)fvar).getClass().getName())
Update : 2024-05-15 Size : 6144 Publisher : cm100

DL : 0
运行文件:GPS_Disp.exe 测试数据:\TestData\temp.log 0529-2.log 操作说明:   1.  文件   1.1 打开记录文件...   新建或打开一个文件,以记录实时读入的GPS数据,“GPS信息示例”中显示有关信息    1.2 关闭记录文件     关闭并保存正在记录数据的记录文件 1.3 打开回放文件...   打开一个已存在的回放文件 1.4 播放回放文件     播放回放文件,在“GPS信息示例”栏中显示有关信息   1.5 关闭回放文件     关闭回放文件      2.  端口 2.1 读取端口       用于打开并读取端口,并在“文本框”内显示读入的GPS信息 注意事项:需要把GPS接收仪接到计算机串口上。如果没有GPS接收仪,可以打开测试数据,实现回放操作。-Run file: GPS_Disp.exe Test data: \ TestData \ temp.log 0529-2.log Instructions: 1. Documents 1.1 Record files to open ... new or open a file to record in real time to read the GPS data, "GPS information example" to display the relevant information 1.2 turn off turn off and save log files are the log files record data 1.3 open the playback file ... open an existing file playback 1.4 playback playback playback playback file documents, in "GPS sample information" column shows that the information 1.5 turn off turn off playback file playback file 2. Port 2.1 read ports are used to open and read ports, and in the "Text Box" show to read the GPS information Note: GPS receiver required to receive serial port on the computer. If there is no GPS receiver, you can open the test data, achieve playback operation.
Update : 2024-05-15 Size : 21504 Publisher : chen

use pic18f to read temp with tc21.
Update : 2024-05-15 Size : 2048 Publisher : jlian
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.