代码搜索结果
找到约 10,000 项符合
Display 的代码
display.h
// Display.h: interface for the CDisplay class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DISPLAY_H__5DCE47A3_490D_11D5_9DCC_5254AB2B9F00__INCLUDE
display.cpp
#include "stdafx.h"
#include "视频编解码器.h"
#include "Display.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
#define START 0
#define STOP
display.c
//*************************************************************************
//* *
//* ***************************图像显示************************ *
display.c
#include
#include
#include "REG52.H"
#define DATA_PORT P0
#define LEN P2_0
#define BEN P2_1
#define DIR P2_2
#define HBIT P2_3
// To read DIP switch
#define ID1 P1_0
display.lst
C51 COMPILER V6.21 DISPLAY 02/20/2008 14:30:37 PAGE 1
C51 COMPILER V6.21, COMPILATION OF MODULE DISPLAY
OBJECT MODULE PLACED IN
display.c
#include "2407bit.h"
#include "2407e.h"
void DispInit(void)
{
(*MCRB)&=~(1
display.h
void DispInit(void);
void Display(unsigned int content);