代码搜索:gpio的引脚
找到约 10,000 项符合「gpio的引脚」的源代码
代码结果 10,000
www.eeworm.com/read/185004/9060444
doc 我的报告.doc
www.eeworm.com/read/381296/9099318
hex 我的液晶.hex
:030000000208C330
:0C08C300787FE4F6D8FD75813A02090A3E
:100A5F00C1000C2300000001000900050003000283
:0E0A6F000C2F0009000500090005000300021D
:0C0AF600C2A0C2A18F80D2A200C2A22226
:0F0AC700EFD394004009
www.eeworm.com/read/381296/9099325
c 我的液晶.c
#include
#include
#define DROPT P0
#define start 4
sbit RS=P2^0;
sbit RW=P2^1;
sbit E=P2^2;
sbit l1=P1^0;
bit m=0;
unsigned int A[6]={0,1,9,5,3,2};
unsigned int B1[6]
www.eeworm.com/read/381296/9099336
obj 我的液晶.obj
www.eeworm.com/read/381296/9099346
opt 我的液晶.opt
### 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 {
www.eeworm.com/read/381296/9099348
plg 我的液晶.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\hp\桌面\程序\数字钟\我的液晶数字钟\我的液晶.uv2
Project File Date: 07/29/2008
Output:
www.eeworm.com/read/381047/9113088
请求的重定向
1.RequestDispatcher(请求分发)
2.RequestDispatcher r=ServletContext.getResquestsDispatcher(string url)
3.r.forward(HttpServletRequest req,HttpServletResponse res);
4.r.include(HttpServletRequest req,Htt
www.eeworm.com/read/380733/9130462
cpp 图的遍历.cpp
#include
#include
#include
#define MAX 20
typedef struct ArcNode
{
int adjvex; //弧邻接的顶点
char info; //弧相关信息
struct ArcNode *nextarc; //指向下一条弧的指针
}Arc