代码搜索结果
找到约 10,000 项符合
Display 的代码
display.lnp
"DISPLAY.obj"
TO "DISPLAY"
RAMSIZE(256)
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.js
function overInput(a){
$("btn").style.border = "1px solid #54ce43"
$("inputs").style.border = "1px solid #54ce43"
focs()
}
function outInput(a){
$("btn").style.border = "1px solid #AAA"
$(
display.txt
library ieee;
use ieee.std_logic_1164.all;
entity display is
port(A,B,C:in std_logic_vector(3 downto 0);
BCD:out std_logic_vector(3 downto 0);
lsd:out std_logic_vector(2 downto 0);
display.m
function display(tpl)
%TEMPLATE Display a template object in Matlab window
% DISPLAY(TPL) displays informations about the content of template
% object TPL:
% Template Object: root '.', 2 files,
display.c
#include "REG931.H"
#include "memory.h"
#include "system.h"
#include "key.h"
#include "vfd.h"
#include "display.h"
unsigned int code CharTbl_16S[ ]={
0xc446, // 0
0x1010, // 1
0x85c2
display.h
#ifndef __DISPLAY_H__
#define __DISPLAY_H__
void DisplayChar(uchar Line, uchar Position, uchar unChar,bit bFront);
// define Line for following:
#define LN1 1
#define LN2 2
#
display.c
/*=============================== VFD显示处理函数集 =================================*/
/********** 各种字符串显示方式的执行 **********/
void string_refdo(void) /*此函数由主函数调用*/
{
uchar x,y;
/*** 显示部分的计时器--计时
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