代码搜索:Display
找到约 10,000 项符合「Display」的源代码
代码结果 10,000
www.eeworm.com/read/138041/13270430
dp2 display.dp2
display.o: C:/avr/icc/include/iom8v.h C:/avr/icc/include/macros.h
www.eeworm.com/read/137919/13279363
vhd display2.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity display2 is
port(din0: IN STD_LOGIC_VECTOR (3 DOWNTO 0);
din1: IN STD_LOGIC_VECTOR (3 DOWNTO 0);
www.eeworm.com/read/137919/13279423
bsf display2.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
www.eeworm.com/read/239305/13288794
p display_chn.p
www.eeworm.com/read/239237/13293201
doc lc-display.doc
www.eeworm.com/read/137745/13301755
h display_s.h
#ifndef _display_
#define _display_
#include
sbit SDA=P1^0;
sbit CLK=P1^1;
unsigned char code led[20]={0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90,0x88,0x83,0xc6,0xa1,0x86
www.eeworm.com/read/137559/13311933
h dsp_display.h
#ifndef DSP_DISP_H
#define DSP_DISP_H
int chgYesNo=0;
volatile unsigned char *pdata48=(volatile unsigned char*) 0x0e00;
volatile unsigned char *cy_str=(volatile unsigned char*) 0x0f70;
v
www.eeworm.com/read/137504/13319023
class display$displayaccessor.class
www.eeworm.com/read/137489/13320331
s display4.s
; display4.S is
;
; Copyright 2001 John Coffman.
; All rights reserved.
;
; Licensed under the terms contained in the file 'COPYING' in the
; source directory.
;
;
;
; Static Name Aliases
;
;;
www.eeworm.com/read/137471/13320770
h dsp_display.h
#ifndef DSP_DISP_H
#define DSP_DISP_H
void spec_disp(int a){
int i,j=0,m;
int temp;
unsigned int k;
volatile unsigned int *pdata=(volatile unsigned int*) 0x8000;