代码搜索结果
找到约 10,000 项符合
Display 的代码
display.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
display.inc
-- WARNING: Do NOT edit the input and output ports in this file in a text
-- editor if you plan to continue editing the block that represents it in
-- the Block Editor! File corruption is VERY likel
display.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity display is
port(clk:in std_logic;
mode:in std_logic;
bcd1: in std_logic_vector(11 downto 0);
bcd2: in s
display.h
#ifndef __DISPLAY_H__
#define __DISPLAY_H__
#include "figure.h"
#define FONTSIZE_SMALL 1
#define FONTSIZE_MIDDLE 2
#define FONTSIZE_BIG 3
#define FONT_TRANSPARENT 4 //透明背景
#define FONT_BLACKBK
display.lst
C51 COMPILER V7.06 DISPLAY 03/16/2009 19:12:49 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE DISPLAY
OBJECT MODULE PLACED IN
display.c
#include "global.h"
#include "display.h"
//**********************显示的开始***************************
//显示函数,先显示万位,最后就是个位,是用共阳数码管的
void Led_Display(void)
{
Wan=
display.h
#ifndef _display_h
#define _display_H
//**********************显示的*******************************************
sbit Ge =P3^5;
sbit Shi=P2^7;
sbit Bai=P2^6;
sbit Qan=P2^5;
display.h
// Display.h : main header file for the DISPLAY application
//
#if !defined(AFX_DISPLAY_H__4EA94984_E9B4_11D5_A550_5254AB4B870E__INCLUDED_)
#define AFX_DISPLAY_H__4EA94984_E9B4_11D5_A550_5254AB4B
display.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////