代码搜索结果
找到约 4,719 项符合
Temperature 的代码
ex3_1.m
clear; %清除工作空间中的变量
f=input('Input Fahrenheit temperature:');
c=5*(f-32)/9
log_table.c
char log_table[][40]=
{
{"there is an cmd connect request"},//1
{"cmd connect request confirmed"},//2
{"cmd deconnect request"},//3
{"cmd deconnect confirm"},//4
{"get temperature request"},//5
temperature monitor.m51
BL51 BANKED LINKER/LOCATER V6.00 07/09/2006 10:06:03 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
E:\KEIL\C51\BIN\BL51.EXE Temper
temperature monitor.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
temperature monitor.lst
A51 MACRO ASSEMBLER TEMPERATURE_MONITOR 07/09/2006 10:06:03 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN Temperature Monitor.OBJ
temperature monitor_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
is_double.php3
is_double
plotemp3.c
// Borland C++ - (C) Copyright 1991 by Borland International
/* PLOTEMP3.C--Example from Getting Started */
/* This program creates a table and a bar chart plot from a
set of temperature rea
tempmon.h
/*
* TempMon.h - A header file containing structures for the Temperature Monitor application
*
* @author Geoff Martin
* @date 18th April 2004
* @version 1.0
*/
enum
{
TIMER_RATE = 5000, // S
temperature.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_unsigned.all;
entity temperature is
PORT( CLK_I : in STD_LOGIC;
RST_I : in STD_LOGIC;
DATA_OUT : out STD_LOGIC_VECTOR(7 downt