代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/261863/11618148
uv2 e2.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 // Ta
www.eeworm.com/read/261854/11621537
uv2 exercice2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,1,
www.eeworm.com/read/261854/11621613
uv2 exercice2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,1,
www.eeworm.com/read/347935/11627165
bak 2_uv2.bak
www.eeworm.com/read/347904/11628173
c e2-2.c
www.eeworm.com/read/347904/11628195
c op2-2.c
www.eeworm.com/read/347738/11639275
c 6_2_2.c
//用74HC165扩展89C51单片机并行输入口程序:
include
unsigned char x; //输入的数据放x
sbit load=P1^7;
main()
{
unsigned char i;
T0=0; //sbit T0 = P3^4,并行数据锁入无效
T0=1; //并行数据锁入使能
x=0;
www.eeworm.com/read/261520/11640733
cpp demo2_2.cpp
// DEMO2_2.CPP - a simple message box
#define WIN32_LEAN_AND_MEAN
#include // the main windows headers
#include // a lot of cool macros
// main entry po