代码搜索:模拟方案

找到约 10,000 项符合「模拟方案」的源代码

代码结果 10,000
www.eeworm.com/read/27197/980469

c 模拟开关灯.c

//模拟开关灯 #include //包含所用单片机的头文件 sbit K1=P3^0; //定义P3.0口为开关K1 sbit L1=P1^0; //定义P1.0口为LED灯L1 //主程序 void main(void) { while(1) { if(K1==0) { L1=0; //灯L1亮 } e
www.eeworm.com/read/27197/980470

asm 模拟开关灯.asm

;模拟开关灯 ORG 0000H START:JB P3.0,LIG ;P3.0=1时,即开关打开,跳至LIG CLR P1.0 ;P3.0=0时,即开关合上,P1.0复位,LED灯亮 SJMP START ;短跳转至START LIG:SETB P1.0 ;P3.0=1时,即开关打开,P1.0置位,LED灯熄灭 SJMP
www.eeworm.com/read/28664/1004353

hex 模拟射击游戏.hex

:10001E0020202000202000A1F600A1EFA1EF20C992 :10002E00E4BBF7D1B5C1B7D3CECFB720A1EFA1EFC7 :10003E0000B5C3B7D6A3BA00CAA3D3E0B5AFD2A951 :10004E00A3BA00A06E000000000000000000000037 :10005E0000000000000
www.eeworm.com/read/478101/1354160

plg 模拟比较器.plg

礦ision2 Build Log Project: C:\Documents and Settings\ntscking\桌面\书程序\第七章\7.3用模拟比较器实现AD转换\模拟比较器.uv2 Project File Date: 05/02/2005 Output: compi