代码搜索结果
找到约 10,000 项符合
Display 的代码
display.cpp
//: C03:Display.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// A class with it's own puts() function
#in
display.lst
C51 COMPILER V8.02 DISPLAY 05/31/2008 12:47:21 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE DISPLAY
OBJECT MODULE PLACED IN
display.c
#include"reg52.h"
#include"intrins.h"
#include"interface.h"
#include"my_type.h"
#include"function.h"
#include"global_var.h"
uchar code wei[4]={0xfe,0xfd,0xfb,0xf7};
/********显示子程序*********/
display.lst
C51 COMPILER V8.05a DISPLAY 09/27/2008 09:32:23 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE DISPLAY
OBJECT MODULE PLACED I
display.c
/*
文件名:display.c
功能:用于单片机学习板的数码管显示程序
单片机晶振:无要求
创建者:lusson
创建日期:2008.5.13
修改者:
修改日期:
*/
#ifndef DIS_
#define DIS_
#endif
#include"main.h"
void send_595_data(uchar temp)
{
uchar i;
f
display.h
/*
文件名:display.h
功能:用于单片机学习板的数码管显示程序头文件
单片机晶振:无要求
创建者:lusson
创建日期:2008.5.13
修改者:
修改日期:
*/
#ifndef DIS_
#define DIS_
extern void display(uchar,uchar);
#endif
display.map
ARM Linker, RVCT3.0 [Build 951] for uVision [Full]
================================================================================
Section Cross References
target.o(.text) refers to irq.
display.h
/*****************************************************************************
* display.h: Header file for NXP LPC23xx/24xx Family Microprocessors
**********************************************