代码搜索结果

找到约 10,000 项符合 Display 的代码

display.plg

礦ision3 Build Log Project: D:\My Documents\我的单片机实验\21.拉幕式数码显示技术\Keil-C\display.uv2 Project File Date: 08/15/2007 Output: Build target 'Target

display.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {

display.h

/********************************************************* Project: ST FST(TDA7540) File name: DISPLAY.H Description: Write/Modify: Perry Liang Time: 2006-1-24- 15:32:15 ****************

display.c

#include "public.h" void DisplayInit(void) { Wait1ms(20); PDDR_DISP_RS=1; PCR1_DISP_RS=1; PCR2_DISP_RS=0; PDDR_DISP_RW=1; PCR1_DISP_RW=1; PCR2_DISP_RW=0; PDDR_DISP_E=1; P

display.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to

display.vhd

library ieee; use ieee.std_logic_1164.all; entity DISPLAY is port(d:in std_logic_vector(3 downto 0);----连接seltime扫描部分d信号 q:out std_logic_vector(6 downto 0));----输出段选信号(电平) end DISPLAY;

display.c

/*********************************************************************************** /----------------------Copyright (c) 2005 ~ 2008 Miartech. All Rights Reserved.-----------------------/ /********

display.c

#include #define uchar unsigned char #define uint unsigned int #define Pdata P0 sbit D3=P2^3; sbit D2=P2^2; sbit D1=P2^1; sbit D0=P2^0; //共阳,Aled[10]='-',Aled[11]='S',Aled[12]='P'

display.m

function obj_display ( input_file_name ) %% STLA_DISPLAY displays the faces of a shape defined by an ASCII STL file. % % Usage: % % obj_display ( 'file.obj' ) % % Licensing: % % This code is