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

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

TEMPERATURE

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

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

    標(biāo)簽: nRF 24E 24 E1

    上傳時(shí)間: 2013-12-02

    上傳用戶:wqxstar

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

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

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

    上傳時(shí)間: 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.

    標(biāo)簽: equivalent Implement the following

    上傳時(shí)間: 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

    標(biāo)簽: Home Automation automation

    上傳時(shí)間: 2013-12-06

    上傳用戶:zhuyibin

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

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

    標(biāo)簽: define unsigned include 18B20

    上傳時(shí)間: 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.

    標(biāo)簽: Microcontroller Thermostat Schematic Compiler

    上傳時(shí)間: 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.

    標(biāo)簽: Semiconductors centigrade precision temperatu

    上傳時(shí)間: 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.

    標(biāo)簽: comunicate software allows serial

    上傳時(shí)間: 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.

    標(biāo)簽: incompressible Navier-Sto The transient

    上傳時(shí)間: 2013-11-30

    上傳用戶:xfbs821

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

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

    標(biāo)簽: nRF 24E 24 E1

    上傳時(shí)間: 2014-01-08

    上傳用戶:ommshaggar

主站蜘蛛池模板: 高清| 山东省| 潍坊市| 始兴县| 呈贡县| 奉新县| 房产| 仪陇县| 汶上县| 高唐县| 河北区| 繁昌县| 黑河市| 嘉义县| 蕉岭县| 包头市| 西城区| 延安市| 屏山县| 大同市| 邛崃市| 前郭尔| 友谊县| 正安县| 镶黄旗| 新沂市| 宁安市| 梨树县| 阳新县| 六枝特区| 南漳县| 梅河口市| 德保县| 新沂市| 镇坪县| 济宁市| 静宁县| 石台县| 怀安县| 绵竹市| 洛扎县|