代码搜索:测量温度

找到约 7,506 项符合「测量温度」的源代码

代码结果 7,506
www.eeworm.com/read/384974/8826189

asv computerminf.asv

%使用模拟退火法求函数f(x,y)=5sin(x*y)+x^2+y^2的最小值 XMAX=4; %搜索的最大区间 YMAX=4; %搜索的最大区间 MarkovLength=10000; %马可夫链长度 DecayScale=0.95; %衰减参数0.95 StepFactor=0.02; %步长因子 Temperature=100; %初始温度 Tolerance=1e-8; %容
www.eeworm.com/read/384974/8826192

m computerminf.m

%使用模拟退火法求函数f(x,y)=5sin(x*y)+x^2+y^2的最小值 format long XMAX=4; %搜索的最大区间 YMAX=4; %搜索的最大区间 MarkovLength=10000; %马可夫链长度 DecayScale=0.95; %衰减参数0.95 StepFactor=0.02; %步长因子 Temperature=100; %初始温度 Toler
www.eeworm.com/read/382234/9041540

plg 18b20.plg

礦ision3 Build Log Project: D:\我的文档\单片机\温度18b20\18b20.uv2 Project File Date: 11/18/2008 Output: Build target 'Target 1' compiling 18b20.c...
www.eeworm.com/read/184304/9110867

m exm107~3.m

%exm1073_1.m tp=(0:100)/100*5;yp=8+4*(1-exp(-0.8*tp).*cos(3*tp)); %压力数据 tt=(0:500)/500*40;yt=120+40*(1-exp(-0.05*tt).*cos(tt)); %温度数据 %产生双坐标系图形 clf reset,shg,h_ap=axes('Position',[0.13,0.13,0.7,0
www.eeworm.com/read/281557/9150524

c adc0_temp_pro.c

//内部温度传感器调试程序// //利用过采样实现16位精度// //ADC0_TEMP_PRO.c #include #define ADC0START temppage=SFRPAGE;SFRPAGE=0x00;AD0BUSY=1;SFRPAGE=temppage #define STACK_LEN 128 //采样128次,再将128个数据总和除以8
www.eeworm.com/read/281557/9150532

c adc0_temp_pro.c

//内部温度传感器调试程序// //利用过采样实现16位精度// //ADC0_TEMP_PRO.c #include #define ADC0START temppage=SFRPAGE;SFRPAGE=0x00;AD0BUSY=1;SFRPAGE=temppage #define STACK_LEN 128 //采样128次,再将128个数据总和除以8
www.eeworm.com/read/379018/9210935

txt ds18b20temperaturecontrol.txt

数码管显示DS18B20温度控制程序 硬件: 51板 (1)单线ds18b20接 P2.2 (2)使用外部电源给ds18b20供电,没有使用寄生电源奥 软件: Kei uVision 2 #include "reg52.h" #include "intrins.h" #define uchar unsigned char #def
www.eeworm.com/read/373554/9450766

m c_annealing.m

function [ S,E,Tk ] = c_annealing( S,Wij,Tk,c ) %C_ANNEALING p291确定性模拟退火算法 %输入参数: % S:网络节点的状态序列,每个节点可取值+1或-1 % Wij:节点间的权值矩阵 % Tk:温度 % c:T(k+1)=c*T(k) undone=true; n=size(S,2
www.eeworm.com/read/373554/9450767

m annealing.m

function [ S,E,Tk ] = annealing( S,Wij,Tk,c ) %ANNEALING p288随机模拟退火算法 %输入参数: % S:网络节点的状态序列,每个节点可取值+1或-1 % Wij:节点间的权值矩阵 % Tk:温度 % c:T(k+1)=c*T(k) n=size(S,2);%有n个节点 undone=tr
www.eeworm.com/read/364985/9884537

m exm1073_1.m

%exm1073_1.m tp=(0:100)/100*5;yp=8+4*(1-exp(-0.8*tp).*cos(3*tp)); %压力数据 tt=(0:500)/500*40;yt=120+40*(1-exp(-0.05*tt).*cos(tt)); %温度数据 %产生双坐标系图形 clf reset,shg,h_ap=axes('Position',[0.13,0.13,0.7,0