代码搜索:memory
找到约 10,000 项符合「memory」的源代码
代码结果 10,000
www.eeworm.com/read/17131/719677
memory clockί
#include //包含52单片机头文件
#include "Lcd.h"
#include "main.h"
#include "Assistance.h"
uchar number;
void delay(uint z) //延时函数
{
uint x,y;
for(x=z;x>0;x--)
for(y=110;y>0;y--);
}
www.eeworm.com/read/17131/719678
memory clockί
C51 COMPILER V9.00 TIMERSINIT 10/29/2012 15:18:34 PAGE 1
C51 COMPILER V9.00, COMPILATION OF MODULE TIMERSINIT
OBJECT MODULE PLACED
www.eeworm.com/read/17131/719680
memory clockί
www.eeworm.com/read/17131/719681
memory clockί
#include//包含52单片机头文件
#include "24c02.h"
#include "MacroAndConst.h"
#include "Key.h"
#include "Lcd.h"
#include "Beep.h"
#include "main.h"
#include "Assistance.h"
#include "TimersInit.h
www.eeworm.com/read/17131/719682
memory clockί
C51 COMPILER V9.00 LCD 10/29/2012 15:18:33 PAGE 1
C51 COMPILER V9.00, COMPILATION OF MODULE LCD
OBJECT MODULE PLACED IN Lcd
www.eeworm.com/read/17131/719683
memory clockί
#include
#include "24c02.h"
#include "MacroAndConst.h"
#include "Lcd.h"
#include "Assistance.h"
void delay0()
{ ;; }
void start() //开始信号
{
sda=1;
delay0();
scl=1;
delay0
www.eeworm.com/read/17131/719684
memory clockί
www.eeworm.com/read/17131/719685
memory clockί
www.eeworm.com/read/17131/719686
memory clockί
C51 COMPILER V9.00 BEEP 10/29/2012 15:18:33 PAGE 1
C51 COMPILER V9.00, COMPILATION OF MODULE BEEP
OBJECT MODULE PLACED IN Be