代码搜索结果
找到约 57,564 项符合
Display 的代码
display.hier_info
|display
BCDcode[0] => Mux0.IN19
BCDcode[0] => Mux1.IN19
BCDcode[0] => Mux2.IN19
BCDcode[0] => Mux3.IN19
BCDcode[0] => Mux4.IN19
BCDcode[0] => Mux5.IN19
BCDcode[0] => Mux6.IN19
BCDcode[1] => M
display.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity display is
port( BCDcode : in std_logic_vector(3 downto 0);
display : out std_logic_vector(6 downto 0));
display.tan.rpt
Timing Analyzer report for display
Tue Mar 24 20:19:44 2009
Version 6.0 Build 178 04/27/2006 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Noti
display.flow.rpt
Flow report for display
Tue Mar 24 20:19:44 2009
Version 6.0 Build 178 04/27/2006 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2. Fl
display.sim.rpt
Simulator report for display
Tue Mar 24 20:23:02 2009
Version 6.0 Build 178 04/27/2006 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
display.o.d
display.o: display.c main.h C:/WinAVR/avr/include/avr/io.h \
C:/WinAVR/avr/include/avr/sfr_defs.h C:/WinAVR/avr/include/inttypes.h \
C:/WinAVR/avr/include/stdint.h C:/WinAVR/avr/include/avr/iom8
display.lst
1 .file "display.c"
2 .arch atmega8
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6
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
display.h
#ifndef _DISPLAY_H
#define _DISPLAY_H
#ifndef _STDIO_H
#include
#endif
#define MAXARGS 5
struct display {
unsigned cookie; /* Magic cookie to detect bogus pointers */
#define
display.h
#ifndef DISPLAY_H
#define DISPLAY_H
class Display
{
HDC DC, memDC, picDC;
HBITMAP memBmp, picBmp, maskBmp;
class GameWorld *pGameWorld;
class Bitmap *pBitmap;
void SetClientSize(H