代码搜索结果
找到约 57,564 项符合
Display 的代码
display.m
function display(ker)
% DISPLAY
%
% Display a textual representation of a linear kernel object.
%
% display(ker);
%
% File : @linear/display.m
%
% Date : Tuesday 12th Se
display.h
/*
* IBM PC display definitions
*
* $Id: display.h,v 1.4 1997/02/22 09:35:45 peter Exp $
*/
/* Color attributes for foreground text */
#define FG_BLACK 0
#define FG_BLUE 1
#define FG_GR
display.h
/*
* IBM PC display definitions
*
* $\Id: display.h,v 1.2 1993/10/16 14:40:55 rgrimes Exp $
*/
/* Color attributes for foreground text */
#define FG_BLACK 0
#define FG_BLUE 1
#define FG
display.java
package com.javapatterns.iterator.goodexample;
import java.util.Enumeration;
import java.util.LinkedList;
import java.util.List;
public class Display
{
private List itemList = new Linked
display.java
import java.io.*;
import java.rmi.*;
import java.rmi.server.*;
public class Display extends UnicastRemoteObject implements DisplayInterface
{
public Display() throws RemoteException{
super(
display.frm
VERSION 5.00
Begin VB.Form Display_Descriptors
BackColor = &H00FF8080&
Caption = "USB Design By Example: Display Descriptors"
ClientHeight = 6870
ClientLeft
display.c
/* Copyright (c) 1985 Ceriel J.H. Jacobs */
# ifndef lint
static char rcsid[] = "$Header: display.c,v 7.3 90/03/05 16:57:39 ceriel Exp $";
# endif
# define _DISPLAY_
# include "in_all.h"
# include
display.java
package com.javapatterns.iterator.goodexample;
import java.util.Enumeration;
import java.util.LinkedList;
import java.util.List;
public class Display
{
private List itemList = new Linked
display.vhd
--DISPLAY.VHD
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
--实体说明
ENTITY DISPLAY IS
PORT( CLK : IN STD_LOGIC; --动态扫描显示时钟,24HZ以上
AIN,BI