代码搜索结果
找到约 10,000 项符合
Display 的代码
display.rpt
Project Information e:\learning\vhdl\clock\display.rpt
MAX+plus II Compiler Report File
Version 10.2 07/10/2002
Compiled: 05/19/2007 21:52:23
Copyright (C) 1988-2002 Al
display.fit
-- MAX+plus II Compiler Fit File
-- Version 10.2 07/10/2002
-- Compiled: 05/19/2007 21:52:23
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and
display.ttf
255,255, 98,255, 54, 0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
display.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
ENTITY display IS
PORT(SCLK: IN STD_LOGIC; --scan fre
display.java
package AirT;
import java.awt.Color;
import java.awt.Container;
import javax.swing.ImageIcon;
import javax.swing.JApplet;
import javax.swing.JLabel;
import javax.swing.JTabbedPane;
public