代码搜索结果
找到约 5,431 项符合
Temperature 的代码
randomize_cool.html
Cooling schemes
Cooling schemes
The extendable family of routines for the
generation of annea
boltzman.cpp
#include "boltzman.h"
#include "psolve.h"
#include "ovector.h"
#include "misc.h"
#include "ptclgrp.h"
#include "particle.h"
#include "fields.h"
#include
#ifdef _MSC_VER
using std::cout;
usin
xscript.m
% xScript.m
% An Example of Script File
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Center,
% East China University of Science and Technology, Shanghai, PRC
% $Revision:
temp_3.c
//-----------------------------------------------------------------------------
// Temp_3.c
//-----------------------------------------------------------------------------
// Copyright 2001 Cygnal
temp_3.c
//-----------------------------------------------------------------------------
// Temp_3.c
//-----------------------------------------------------------------------------
// Copyright 2001 Cygnal
mainthermo float.c
/* THIS THERMOMETER USE THE MCD2 DEMO BOARD TO
DISPLAY THE temprature degree.
USING 16F877 READ MAXIM DS18b20 AND DISPLAY ON LCD1602 */
/* ver1.1 May 2006
by Freeman(自由人)
rom.lst
MACRO ASSEMBLER ROM 08/27/02 10:56:51 PAGE 1
WIN32 MACRO ASSEMBLER MA51 V06.04.09OBJECT MODULE PLACED IN D:\DATA\MSC1210\RIDE\TEMPERATURE\ROM.OBJ
ASSE
lab3_1.cpp
//lab3_1.cpp
#include
float Convert(float);
int main()
{
float TempFer;
float TempCel;
cout > TempFer;
cf.lua
-- temperature conversion table (celsius to farenheit)
for c0=-20,50-1,10 do
io.write("C ")
for c=c0,c0+10-1 do
io.write(string.format("%3.0f ",c))
end
io.write("\n")
io.write("F ")
for c=c
userdefine.h
/***********************************************
版权2007,沈佳华所有
***********************************************/
#ifndef __USERDEFINE_H_
#define __USERDEFINE_H_
#include
//自定义端口
//按键部分