代码搜索结果
找到约 5,431 项符合
Temperature 的代码
anneal.m
function [minimum,fval] = anneal(loss, parent, options)
% ANNEAL Minimizes a function with the method of simulated annealing
% (Kirkpatrick et al., 1983)
%
% ANNEAL takes three input parameter
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
taskmain.lst
C51 COMPILER V7.06 TASKMAIN 10/30/2008 13:20:04 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE TASKMAIN
OBJECT MODULE PLACED I
taskmain.c
#define DATA
#include"include.h"
/*********************************************************************************************************
** 函数名称: uint8 ReadKey(void)
** 功能描述: 读取本机地址
** 输 入
weatherreport.java
package WeatherReport;
import java.util.ArrayList;
/*观察者模式:定义了对象之间一对多的依赖,这样一来,
* 当一个对象状态发生改变时,它的所有依赖者都会收到通知并自动更新
*
* 主题对象有注册,移除,通知观察者三个功能,观察者有一个成员变量保存一个主题的引用
* */
//原始设计:外界给接口获知气象数据(温度 ...
readme - finding ch01 examples.txt
Many of the examples used in this chapter are found beneath your LabVIEW installation, beneath the "examples" folder. You can open them from the file system or by using the NI Example Finder (from th
anneal.m
function [minimum,fval] = anneal(loss, parent, options)
% ANNEAL Minimizes a function with the method of simulated annealing
% (Kirkpatrick et al., 1983)
%
% ANNEAL takes three input parameters,
iewebserviceexample.htm
IE Web Service Example
var iCallID = null;
var sWSDL = "http://www.xmethods.net/sd/2001/
2-9.c
#include"stdio.h"
main()
{
float T[4][7],sum,avg;
int i,j;
float f1,*f2;
clrscr();
sum=avg=0;
scanf("%f",&T[0][0]);
sum=sum+T[0][0];
for(i=0;i
2-8.c
#include"stdio.h"
main()
{
float T[4][7],sum,avg;
int i,j;
float f1,*f2;
clrscr();
sum=avg=0;
f1=1.0;
f2=&f1;
for(i=0;i