代码搜索结果
找到约 10,000 项符合
Display 的代码
display.lst
C51 COMPILER V7.07 DISPLAY 09/13/2007 14:35:07 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE DISPLAY
OBJECT MODULE PLACED IN
display.lst
C51 COMPILER V7.07 DISPLAY 09/13/2007 14:37:39 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE DISPLAY
OBJECT MODULE PLACED IN
display.c
#include
#include
#define uchar unsigned char
#define display 2
extern uchar key;
unsigned char LedCode[]={0x3F,0x06,0x5B,0x4F,0x66,0x6D,0x7D,0x07,0x7F,0x6F,0x77,0x7C,0
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.cpp
#include #include #include #include 在Visual c++ 2005中,头文件为stdafx.h下,需加代码如上
#include
using namespace std;
const double pi=3.1415;
float
display.vhd
--串行七段数码管驱动程序
------------------------
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity display is
port
(clock:in std_logic;
numA,numB,numC,numD:in std_l
display.m
function display(p)
disp(struct(p))
display.m
function display(p)
disp(struct(p))
display.m
function display(p)
disp(struct(p))