代码搜索结果
找到约 10,000 项符合
Display 的代码
display.c
#define display_c
#include "main.h"
/*
共阴4位一体数码管
上 1 2 3 4 5 6
s1 a f s2 s3 b
下 1 2 3 4 5 6
e d dp c g s4
msb=p,lsb=a.顺序为pgfedcba
*/
SIGNAL (
display.lst
1 .file "display.c"
2 .arch atmega8
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6
display.h
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@ Display.h: interface for the CDisplay class.
@@ CDisplay类定义文件
@@ CDisplay类在本程序中主要用于状态的描述
@@ 作者:刘志良
@@ 最后修改日期:2003年12月8日
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
display.cpp
// Display.cpp: implementation of the CDisplay class.
// CDisplay类实现文件
// 作者:刘志良
// 最后修改日期:2003年12月8日
////////////////////////////////////////////////
#include "stdafx.h"
#include "Display.h"
display.c
/* ANSI display emulation
*
* This file emulates the IBM ANSI terminal display. It maintains a
* display buffer and descriptor for each virtual display, of which there
* can be many. All write