代码搜索:智能风扇

找到约 3,697 项符合「智能风扇」的源代码

代码结果 3,697
www.eeworm.com/read/395104/8195539

asm temp.asm

;例:设有一温度控制器,如果温度高于35℃,则打开风扇,如果温度低于35度,则打开加热器,如果温度等于35℃,则关闭加热器和风扇。设温度传感器测得温度后置于A中。 LOOP: LCALL Mesure ;调用测温子程序 CJNE A,#35,NEXT CLR P1.1 ;(A)=35关闭风扇 CLR P1.0 ;关闭加热器 AJMP LOOP ;转去循环再测温。 NEXT: J
www.eeworm.com/read/390967/8431386

txt 智能小车c程序.txt

#include #include /********************************************************************************\ ** 宏定义区 ** \***************
www.eeworm.com/read/390388/8467879

uv2 智能小车.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, 0x0 Options 1,0,0 // Target
www.eeworm.com/read/390388/8467887

m51 智能小车.m51

BL51 BANKED LINKER/LOCATER V5.11 08/27/2008 10:46:35 PAGE 1 BL51 BANKED LINKER/LOCATER V5.11, INVOKED BY: D:\KEIL\C51\BIN\BL51.EXE main.o
www.eeworm.com/read/390388/8467894

bak 智能小车_opt.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {