代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/192181/8400722
c same.c
/*
** $Id: same.c,v 1.16 2005/10/26 10:05:09 qzlong Exp $
**
** Same: the Same game.
** (C) 1997 the Free Software Foundation
**
** Author: Miguel de Icaza.
** Federico Mena.
** Horaci
www.eeworm.com/read/285502/8834956
lst same.lst
C51 COMPILER V7.50 SAME 02/17/2008 11:06:52 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE SAME
OBJECT MODULE PLACED IN sa
www.eeworm.com/read/285502/8834974
h same.h
#ifndef _SAME_H_
#define _SAME_H_
void DelayMs(unsigned int ms);
#endif
www.eeworm.com/read/285502/8834982
obj same.obj
www.eeworm.com/read/285502/8834984
c same.c
void DelayMs(unsigned int ms)
{
unsigned int iq0,iq1;
for (iq0 = ms ; iq0 > 0 ; iq0--)
for (iq1 = 1000 ; iq1 > 0 ; iq1--);
}
/*
void delay(unsigned int i)
{
unsigned int k;
for (k
www.eeworm.com/read/365334/9868410
wav same.wav
www.eeworm.com/read/469849/6927947
jpg same.jpg
www.eeworm.com/read/142790/12919501
c same.c
/*
** $Id: same.c,v 1.14 2003/08/15 08:45:46 weiym Exp $
**
** Same: the Same game.
** (C) 1997 the Free Software Foundation
**
** Author: Miguel de Icaza.
** Federico Mena.
** Horacio
www.eeworm.com/read/239524/13274087