代码搜索:抄表器
找到约 10,000 项符合「抄表器」的源代码
代码结果 10,000
www.eeworm.com/read/239780/13257437
sln cmm编译器.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CMM编译器", "CMM编译器\CMM编译器.csproj", "{1DE1586B-0A78-4E3D-B567-A75
www.eeworm.com/read/239199/13295776
vi 关于计算器.vi
www.eeworm.com/read/323675/13326915
doc pwm定时器.doc
www.eeworm.com/read/323663/13329937
txt 中断计数器.txt
#include
unsigned char code SEG7[10]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
unsigned int a;
void main()
{TMOD=0X05;
EA=1;
EX0=1;
IT0=1;
TR0=1;
while(1);
}
void t0(
www.eeworm.com/read/323663/13329971
txt gate 定时器.txt
#include
unsigned char code SEG7[10]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
unsigned int a,flag;
void main()
{TMOD=0X09;
TH0=(65536-50000)/256;
TL0=(65536-50000)%256;
www.eeworm.com/read/323663/13330424
txt 中断计数器.txt
#include
unsigned char code SEG7[10]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
unsigned int a;
void main()
{TMOD=0X05;
EA=1;
EX0=1;
IT0=1;
TR0=1;
while(1);
}
void t0(
www.eeworm.com/read/323663/13330434
txt gate 定时器.txt
#include
unsigned char code SEG7[10]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
unsigned int a,flag;
void main()
{TMOD=0X09;
TH0=(65536-50000)/256;
TL0=(65536-50000)%256;
www.eeworm.com/read/323496/13338529
txt 词法分析器.txt
#include
#include
#include
using namespace std;
char* rsvdwd[8]={"if","int","for","while","do","return","break","continue"};
char* rsvdop[10]={"+","-","*","/","=",">"