代码搜索:Windows 7
找到约 10,000 项符合「Windows 7」的源代码
代码结果 10,000
www.eeworm.com/read/260161/11741925
pwi 7.pwi
www.eeworm.com/read/260161/11741926
obj 7.obj
www.eeworm.com/read/260161/11741931
dsn 7.dsn
www.eeworm.com/read/260161/11741933
opt 7.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/260161/11741939
plg 7.plg
礦ision2 Build Log
Project:
E:\AT89X51\7\7.uv2
Project File Date: 04/16/2006
Output:
www.eeworm.com/read/260161/11741941
c 7.c
#include
unsigned char code table[]={0x3f,0x06,0x5b,0x4f,0x66,
0x6d,0x7d,0x07,0x7f,0x6f};
unsigned char dispcount;
void delay02s(void)
{
unsigned char i
www.eeworm.com/read/260161/11741943
hex 7.hex
:0A0035003F065B4F666D7D077F6F8D
:0C001C007F147E147DF8DDFEDEFADFF6B6
:0100280022B5
:10000300E4F508E50890003593F58012001C050817
:09001300E508C3940A40EC80E703
:03000000020029D2
:0C002900787FE4F6D8F
www.eeworm.com/read/260161/11742169
asm 7.asm
ORG 0
START: MOV R1,#00H
NEXT: MOV A,R1
MOV DPTR,#TABLE
MOVC A,@A+DPTR
MOV P0,A
LCALL DELAY
INC R1
CJNE R1,#10,NEXT
LJMP START
DELAY: MOV R5,#20
D2: MOV R6,#20
D1: MOV
www.eeworm.com/read/260161/11742174
lst 7.lst
C51 COMPILER V7.50 7 04/16/2006 13:22:27 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE 7
OBJECT MODULE PLACED IN 7.OBJ