亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Temperature

  • nRF24E1編程下載板是我們自行開發(fā)的簡易無線通信模塊nRF24E1的在線下載板

    nRF24E1編程下載板是我們自行開發(fā)的簡易無線通信模塊nRF24E1的在線下載板,使用方便。 nRF24E1編程下載板源程序包括上位機程序、單片機固件程序和nRF24E1內(nèi)51核控制程序, 分別存放在“上位機程序”、“AT89S52”和“nRF24E1”三個文件夾內(nèi)。 “上位機程序”內(nèi)有應(yīng)用軟件download.exe。 “AT89S52”內(nèi)有單片機固件源程序download.c,可以直接編譯連接生成下載文件,下載到目標單片機AT89S52中。 “nRF24E1”內(nèi)有控制nRF24E1工作的源程序,分別是: 24E1.c:典型控制應(yīng)用; putchar.c:nRF24E1串行通信源程序; transmit.c:nRF24E1無線發(fā)送源程序; receive.c:nRF24E1無線接收源程序; “Temperature”:nRF24E1控制DS18B20溫度采集并無線發(fā)送源程序。

    標簽: nRF 24E 24 E1

    上傳時間: 2013-12-02

    上傳用戶:wqxstar

  • 本系統(tǒng)由applet和服務(wù)端組成。由客戶端錄入溫度

    本系統(tǒng)由applet和服務(wù)端組成。由客戶端錄入溫度,服務(wù)器接收到溫度后向每個客戶端轉(zhuǎn)發(fā),客戶端根據(jù)接收到的溫度形成實時動態(tài)圖表運行本程序要配置java環(huán)境或安裝jre 將Temperature目錄放在web目錄下,先運行服務(wù)端(點擊server_start.bat),然后用瀏覽器打開客戶端即可

    標簽: applet 服務(wù)端 溫度

    上傳時間: 2013-12-17

    上傳用戶:lingzhichao

  • Implement the following integer methods: a) Method celsius returns the Celsius equivalent of a Fahr

    Implement the following integer methods: a) Method celsius returns the Celsius equivalent of a Fahrenheit calculation celsius = 5.0 / 9.0 * ( fahrenheit - 32 ) b) Method fahrenheit returns the Fahrenheit equivalent of a Celsius the calculation fahrenheit = 9.0 / 5.0 * celsius + 32 c) Use the methods from parts (a) and (b) to write an application either to enter a Fahrenheit Temperature and display the Celsius or to enter a Celsius Temperature and display the Fahrenheit equivalent.

    標簽: equivalent Implement the following

    上傳時間: 2014-01-19

    上傳用戶:jackgao

  • X10 Protocol.pdf X10 Home Automation.pdf Microchip - AN236 - Home automation using X10.pdf MANDO

    X10 Protocol.pdf X10 Home Automation.pdf Microchip - AN236 - Home automation using X10.pdf MANDO UNIVERSAL X10 WIRELESS MOUSE REMOTE SYSTEM.pdf Manual ipcontrol x10.pdf x10_camera_control_system.doc domotica d-6006 - X10.pdf X10 Temperature Sensing Device.pdf DOMOTICA X10.pdf Switching Lights With X10 Controllers.pdf X10 iwitness.pdf protocol X10.pdf codelist mando universal x10.pdf x10.rtf

    標簽: Home Automation automation

    上傳時間: 2013-12-06

    上傳用戶:zhuyibin

  • //通過18B20檢測的數(shù)字溫度可在電腦上顯示當前溫度值 #include <reg52.h> #define uchar unsigned char #define uint un

    //通過18B20檢測的數(shù)字溫度可在電腦上顯示當前溫度值 #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

    標簽: define unsigned include 18B20

    上傳時間: 2014-01-19

    上傳用戶:Andy123456

  • Thermostat Project using DS18B20 and P89V51RD2 Microcontroller. Compiler used is SDCC. Schematic Inc

    Thermostat Project using DS18B20 and P89V51RD2 Microcontroller. Compiler used is SDCC. Schematic Included. Main file is "09.C". The code is written for turning the relay on and off at particular Temperature thresholds.

    標簽: Microcontroller Thermostat Schematic Compiler

    上傳時間: 2014-01-18

    上傳用戶:woshiayin

  • The LM35 of National Semiconductors that is used in this project is a precision centigrade temperatu

    The LM35 of National Semiconductors that is used in this project is a precision centigrade Temperature sensor, which has an analog output voltage. It has a range of -55潞C to +150潞C and a accuracy of 鹵0.5潞C . The output voltage is 10mV/潞C . The output voltage is converted by the AD convertor of the AT Mega8. The Temperature is displayed on an LCD module. In this example the thermometer has a range of 0潞C to 40潞C and a resolution of 0.5潞C. If you want to have a readout in Fahrenheit you can use the LM34.

    標簽: Semiconductors centigrade precision temperatu

    上傳時間: 2017-04-16

    上傳用戶:D&L37

  • This software allows users to see how a serial async com port can be used to comunicate with a sync

    This software allows users to see how a serial async com port can be used to comunicate with a sync device (SPI). In this case, the software reads a low cost digital Temperature sensor IC.

    標簽: comunicate software allows serial

    上傳時間: 2014-01-16

    上傳用戶:huangld

  • The 2D CFD Program NaSt2D The program is a 2D solver for the incompressible, transient Navier-Sto

    The 2D CFD Program NaSt2D The program is a 2D solver for the incompressible, transient Navier-Stokes equations including the Temperature equation and free boundary problems. It uses finite differences for discretization on a structured equidistant staggered grid, central and upwind (donor-cell) discretization of the convective parts and an explicit time stepping scheme. The free boundary value problems are treated with the MAC technique.

    標簽: incompressible Navier-Sto The transient

    上傳時間: 2013-11-30

    上傳用戶:xfbs821

  • nRF24E1編程下載板是我們自行開發(fā)的簡易無線通信模塊nRF24E1的在線下載板

    nRF24E1編程下載板是我們自行開發(fā)的簡易無線通信模塊nRF24E1的在線下載板,使用方便。 nRF24E1編程下載板源程序包括上位機程序、單片機固件程序和nRF24E1內(nèi)51核控制程序, 分別存放在“上位機程序”、“AT89S52”和“nRF24E1”三個文件夾內(nèi)。 “上位機程序”內(nèi)有應(yīng)用軟件download.exe。 “AT89S52”內(nèi)有單片機固件源程序download.c,可以直接編譯連接生成下載文件,下載到目標單片機AT89S52中。 “nRF24E1”內(nèi)有控制nRF24E1工作的源程序,分別是: 24E1.c:典型控制應(yīng)用; putchar.c:nRF24E1串行通信源程序; transmit.c:nRF24E1無線發(fā)送源程序; receive.c:nRF24E1無線接收源程序; “Temperature”:nRF24E1控制DS18B20溫度采集并無線發(fā)送源程序。

    標簽: nRF 24E 24 E1

    上傳時間: 2014-01-08

    上傳用戶:ommshaggar

主站蜘蛛池模板: 德令哈市| 华阴市| 黄平县| 郎溪县| 南部县| 乐亭县| 缙云县| 新沂市| 肃宁县| 北辰区| 繁峙县| 永嘉县| 澎湖县| 仪陇县| 泰兴市| 开远市| 长垣县| 通海县| 柘城县| 彰化市| 泰和县| 东乡族自治县| 富裕县| 勐海县| 平武县| 甘南县| 昌图县| 庄浪县| 富锦市| 仁布县| 临沧市| 龙南县| 河津市| 凤庆县| 垣曲县| 漳州市| 罗平县| 托克逊县| 盈江县| 商洛市| 江油市|