代码搜索结果
找到约 57,564 项符合
Display 的代码
dyn display.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
Option
dyn display.plg
礦ision3 Build Log
Project:
E:\Program Files\Labcenter Electronics\Proteus 6 Demonstration(2)\24 Dyn Display\Dyn Display.uv2
Project File Date: 07/01/2006
dyn display.lnp
"Dyn Display.obj"
TO "Dyn Display"
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.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
entity display is
port(clk:in std_logic; --1000Hz
sec10,sec,secl:in std_logic_vector(3 downto 0);
lsd:out std_logic_vector(2 downto 0);
bcd:out
display.vhd.bak
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
entity display is
port(clk:in std_logic; --1000Hz
sec10,sec,secl:in std_logic_vector(3 downto 0);
lsd:out std_logic_vector(2 downto 0);
bcd:out
display.lst
C51 COMPILER V8.08 DISPLAY 12/04/2000 09:48:13 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE DISPLAY
OBJECT MODULE PLACED IN
display.c
/* Routines to display the population information using gnuplot */
# include
# include
# include
# include
# include
# include "global.h"
# includ
display.h
/*------------------------------------------------------------------------------
- Device : TM12864B3(SED1566)
- Title : Display.h
- Descrip :
1、并行通讯方式,规格128x64, 可显示4行,每行可显示16个字符或8个汉字。