搜索:Temperature
找到约 324 项符合「Temperature」的查询结果
结果 324
按分类筛选
- 全部
- 技术资料 (180)
- 单片机编程 (26)
- 单片机开发 (20)
- 模拟电子 (10)
- 汇编语言 (8)
- 其他嵌入式/单片机内容 (7)
- 嵌入式/单片机编程 (6)
- 书籍 (5)
- 电源技术 (5)
- 系统设计方案 (5)
- 其他 (4)
- matlab例程 (4)
- VIP专区 (4)
- 其他书籍 (3)
- 测试测量 (3)
- 可编程逻辑 (3)
- 串口编程 (3)
- Java编程 (3)
- 学术论文 (2)
- 数值算法/人工智能 (2)
- 教程资料 (2)
- Internet/网络编程 (2)
- 文件格式 (2)
- 电路图 (1)
- PCB相关 (1)
- 无线通信 (1)
- 驱动程序 (1)
- PCB图/BOM单/原理图 (1)
- 资料/手册 (1)
- 传感与控制 (1)
- 嵌入式综合 (1)
- 压缩解压 (1)
- Linux/Unix编程 (1)
- 编辑器/阅读器 (1)
- Applet (1)
- 微处理器开发 (1)
- 其他行业 (1)
- 能源行业(电力石油煤炭) (1)
https://www.eeworm.com/dl/870659.html
技术资料
pt100温度传感器
温度传感器(temperature transducer)是指能感受温度并转换成可用输出信号的传感器。温度传感器是温度测量仪表的核心部分,品种繁多。本文详细介绍了pt100温度传感器的原理,选型及应用。
https://www.eeworm.com/dl/571/21135.html
模拟电子
校准ADC内部偏移的光学微控制器DS4830
Abstract: The DS4830 optical microcontroller's analog-to-digital converter (ADC) offset can change with temperature and gainselection. However, the DS4830 allows users to measure the ADC internal offset. The measured ADC offset is added to the ADCoffset register to nullify ...
https://www.eeworm.com/dl/505/24265.html
电源技术
电池管理系统的多点温度测量方案
 
Abstract: It is critically important that lithium-ion battery stacks have a good battery-management system for monitoring many cellvoltages and cell temperatures. Without that monitoring, thermal runaway can lead to a battery explosion. This design idea presentsa low-p ...
https://www.eeworm.com/dl/518/440159.html
数值算法/人工智能
The 2D CFD Program NaSt2D The program is a 2D solver for the incompressible, transient Navier-Sto
The 2D CFD Program NaSt2D
The program is a 2D solver for the incompressible, transient Navier-Stokes equations including the temperature equation and free boundary problems. It uses finite differences for discretization on a structured equidistant staggered grid, central and u ...
https://www.eeworm.com/dl/926162.html
技术资料
1N5399
FEATURES
♦ Plastic package has Underwriters Laboratory
Flammability Classification 94V-0
♦ High surge current capability
♦ 1.5 Ampere operation at TL=70°C
with no thermal runaway
♦ Low reverse leakage
♦ Construction utilizes
void-free molded plastic technique
♦ High temp ...
https://www.eeworm.com/dl/895659.html
技术资料
基于AT89S51单片机的温室大棚智能通风灌溉系统设计
结合现代农业温室大棚生产特点,以AT89S51 单片机为控制核心,利用DS18B20 单总线数字温度传感和YL-69 土壤湿度传感器检测器测量大棚和土壤湿度,并通过测量结果控制通风换气装置和滴灌水泵,实现温室大棚温度和土壤湿度智能管理控制。Combined with the characteristics of modern agricultural greenhous ...
https://www.eeworm.com/dl/898966.html
技术资料
基于单片机控制的音频放大器的设计
本文设计了基于单片机控制的音频放大器系统,该系统由控制器模块、调音与音频放大模块、音源选择模块、频谱模块、温度检测与风扇控制模块、按键控制模块、显示模块、指示模块和电源模块组成。系统实现了音频放大、音量调节、音源选择、频谱显示、功能显示、功放温度监控等功能。This paper designs an a ...
https://www.eeworm.com/dl/895416.html
技术资料
基于复合传感器的人体健康监测系统设计
针对传统血压脉搏和体温测量方式效率低和操作繁琐的问题,设计了基于复合传感器的人体健康监测系统。系统以STC89C52单片机为核心,分别使用电容式压力传感器和温度传感器测量人体血压脉搏和体温,避免了传统测量方式下因为人的主观因素影响测量结果的问题。测量结果由液晶显示器直观显示,当测量结果超出正 ...
https://www.eeworm.com/dl/571/21255.html
模拟电子
远程信息处理数字融合--如何应对新兴标准和协议
Digital convergence, in recent history, has been prevalentin the consumer equipment domain and the designengineers in this area have been struggling with a plethoraof emerging standards and protocols. What lessons can welearn from their struggle? The same dilemmas now existin i ...
https://www.eeworm.com/dl/648/337983.html
单片机开发
//通过18B20检测的数字温度可在电脑上显示当前温度值 #include <reg52.h> #define uchar unsigned char #define uint un
//通过18B20检测的数字温度可在电脑上显示当前温度值
#include <reg52.h>
#define uchar unsigned char
#define uint unsigned int
sbit DS=P2^2 //define interface
uint temp // variable of temperature
uchar flag1 // sign of the result positive or negative
sbit dula=P2^6
sbit wela=P2^7 ...