CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 温度

搜索资源列表

  1. bingxiang

    0下载:
  2. 本程序实现的是利用BP神经网络实现空调能根据当前环境温度自动调节温度的功能。-The implementation of this procedure is the use of BP neural network to achieve air-conditioning the ambient temperature based on the current temperature of the automatic adjustment function.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:532
    • 提供者:limeicui
  1. CUBIC

    0下载:
  2. 三次样条插值函数的具体应用程序,主要应用于热敏电阻的温度和阻值之间的换算-Cubic spline interpolation function of the specific applications, mainly used in thermistor temperature and resistance of the conversion between
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:883
    • 提供者:李林
  1. moyituhuo

    0下载:
  2. 模拟退火算法的基本思想是从一给定解开始,从邻域中随机产生另一个解,接受Metropolis准则允许目标函数在有限范围内变坏,它由一控制参数t决定,其作用类似于物理过程中的温度T,对于控制参数的每一取值,算法持续进行“产生—判断—接受或舍去”的迭代过程,对应着固体在某一恒定温度下的趋于热平衡的过程,当控制参数逐渐减小并趋于0时,系统越来越趋于平衡态,最后系统状态对应于优化问题的全局最优解,该过程也称为冷却过程,由于固体退火必须缓慢降温,才能使固体在每一温度下都达到热平衡,最终趋于平衡状态,因此控制
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:791
    • 提供者:hujiang
  1. Simulatedannealing

    1下载:
  2. 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。 模拟退火算法能使问题解达到全局最优,这个程序用C#实现,简单易懂,能抓住该算法的精髓。-Simulated annealing algorithm derived from the principle of solid annealing, heating the solid to the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:67251
    • 提供者:Lucy
  1. tempratureconcrol

    0下载:
  2. 一种基于51单片机的智能温度检测系统,显示采用1602-This system baised on mcu51 ,it can diteact temprature,and diapay it
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:122872
    • 提供者:zhanghujun
  1. matlabtext2

    1下载:
  2. 考察温度x对产量y的影响,测得下列10组数据:求y关于x的线性回归方程,检验回归效果是否显著,并预测x=42℃时产量的估值及预测区间(置信度95 ) 示例包含在内-X on the output of the temperature study of the impact of y, measured the following 10 sets of data: for y on x of the linear regression equation to test whether the
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:3784
    • 提供者:马刚
  1. tcccnnew

    0下载:
  2. 温度串联相关神经网络(将温度的概念引入到相关神经网络中)-Temperature-related neural network in series (to be introduced to the concept of temperature-related neural networks)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:87017
    • 提供者:tiantian
  1. 5177

    0下载:
  2. 智能冷库技术,自动调节温度和湿度,包括论文和源程序代码。-Intelligent Cold Storage technology, automatically adjust the temperature and humidity, including the papers and source code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:506826
    • 提供者:白海阔
  1. asamin_1[1].36.tar

    2下载:
  2. 模拟退火算法,模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。-Simulated annealing algorithm, simulated annealing algorithm derived from the principle of solid annealing, heating the solid to the full hig
  3. 所属分类:matlab

    • 发布日期:2015-08-27
    • 文件大小:11319
    • 提供者:肖晶
  1. TSP

    0下载:
  2. 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。根据Metropolis准则,粒子在温度T时趋于平衡的概率为e-ΔE/(kT),其中E为温度T时的内能,ΔE为其改变量,k为Boltzmann常数。用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:117095
    • 提供者:IT农夫
  1. ds18b20

    0下载:
  2. 基于AVR的DS18B20函数设计,利用LCD模块显示温度变化,精度高,反应迅速。-AVR-DS18B20 function design based on the use of LCD modules show that the temperature changes, high precision and rapid response.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:2258
    • 提供者:贾越
  1. MPLB

    0下载:
  2. 一篇基于复杂网络的城市温度序列分析的英文论文,最后得出了有意义的结论,刊登在MPLB杂志上。希望可以为研究网络及序列相关领域的同行们提供参考。-A english paper about city temperature analysis based on complex network,which is appear in MPLB.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:271995
    • 提供者:胡勇辉
  1. exer5

    4下载:
  2. 回归分析 考察温度x对产量y的影响 测得下列10组数据 求y关于x的线性回归方程 检验回归效果是否显著 并预测x=42℃时产量的估值及预测区间-Regression analysis, study the temperature on the yield y of x measured by the following 10 sets of data demand y on x, the linear regression equation of the regression effect is
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:17083
    • 提供者:Tiantian
  1. exam1

    0下载:
  2. 关于cfd,c语言实现cfd方法模拟压力温度等变化。-With regard to cfd, c language implementation cfd simulation of pressure and temperature changes.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:478133
    • 提供者:mirror
  1. exam6

    0下载:
  2. 关于cfd,c语言实现cfd方法模拟压力温度等变化。-With regard to cfd, c language implementation cfd simulation of pressure and temperature changes.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:553787
    • 提供者:mirror
  1. exam10

    0下载:
  2. 关于cfd,c语言实现cfd方法模拟压力温度等变化。-With regard to cfd, c language implementation cfd simulation of pressure and temperature changes.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:969447
    • 提供者:mirror
  1. DS18B20

    0下载:
  2. 通过d18b20采集温度 然后将温度传给PC机 实现通讯-Collected by the temperature and then the temperature d18b20 pass PC-achieving communication
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:41650
    • 提供者:王健
  1. cihuamoxing

    1下载:
  2. 本实验模拟一维至二维Ising模型的计算结果,通过对体系磁化率随温度的变化来分析是否存在相变及相变具体细节-This experiment simulated a one-dimensional to two-dimensional Ising model calculation results, through the system, changes in magnetic susceptibility with temperature to analyze the existence of
  3. 所属分类:Algorithm

    • 发布日期:2016-11-19
    • 文件大小:255518
    • 提供者:
  1. pv_characteristic

    1下载:
  2. 太阳能电池仿真模型,可根据不同的温度和日照仿真电池的I-V,P-V曲线-solar cell simulate model
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:8929
    • 提供者:唐世强
  1. Tank

    0下载:
  2. 堆芯补箱(CMT)是模拟反应堆系统非能动补水实验装置的一个重要组成部分.补水实验是假设当反应堆一回路压力边界上发生踊口事故时,为防止堆芯汽化,将补水箱内的水注入堆芯的过程.当开始补水时,补水箱承受恶劣的热边界条件,随着补水箱内部的水位下降,其内部的蒸汽温度和压力都随时间发生变化,这种动态变化的边界条件,使应力分析的全过程复杂化-Core fill tank (CMT) is a simulation of the reactor system, the non-dynamic replenish
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-22
    • 文件大小:56353
    • 提供者:小柳
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 33 »
搜珍网 www.dssz.com