代码搜索结果
找到约 10,000 项符合
Display 的代码
display.h
#ifndef __DISPLAY_H__
#define __DISPLAY_H__
#include "figure.h"
#define DIRECT_DISPLAY 0
#define FONTSIZE_SMALL 1
#define FONTSIZE_MIDDLE 2
#define FONTSIZE_BIG 3
#define FONT_TR
display.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity display is
port (clk400h: in std_logic;
a:in integer range 0 to 9;
display.lst
C51 COMPILER V7.06 DISPLAY 09/10/2008 19:16:49 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE DISPLAY
OBJECT MODULE PLACED IN
display.v
////////////////////////////////////////////////////////////////////////
//Company : 伟杰电子 //
//Web address : http://www.weijay.com
display.v
////////////////////////////////////////////////////////////////////////
//Company : 伟杰电子 //
//Web address : http://www.weijay.com
display.cc
/*
* HT Editor
* display.cc
*
* Copyright (C) 1999-2004 Stefan Weyergraf (stefan@weyergraf.de)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of
display.h
/*
* HT Editor
* display.h
*
* Copyright (C) 1999-2004 Stefan Weyergraf (stefan@weyergraf.de)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of th
display.bak
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: displa