代码搜索:Display

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

代码结果 10,000
www.eeworm.com/read/213076/4930299

h display.h

#define DISP_FGND_BLACK 0x00 #define DISP_FGND_BLUE 0x01 #define DISP_FGND_GREEN 0x02 #define DISP_FGND_CYAN 0x03 #define DISP_FGND_RED 0x04
www.eeworm.com/read/213076/4930304

c display.c

#include "config.h" #include "display.h" #include #define DISP_MAX_X 80 /* Maximum number of columns */ #define DISP_MAX_Y
www.eeworm.com/read/209927/4955808

h 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
www.eeworm.com/read/209559/4959490

c display.c

/* * Carsten Langgaard, carstenl@mips.com * Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. * * This program is free software; you can distribute it and/or modify it * und
www.eeworm.com/read/209211/4981399

c display.c

#include #include #include #include #include "sky.h" void displaypic(Picture *pic) { int p[2]; int i, n; uchar *a; if(pipe(p) < 0){ fprint(2, "pipe failed: %r
www.eeworm.com/read/207953/5000623

java display.java

package stu; import java.sql.*; public class display{ String stu_id; public void setStu_id(String id){stu_id=id;} public String getStu_id(){return stu_id;} public ResultS
www.eeworm.com/read/207788/5000938

jsp display.jsp

www.eeworm.com/read/205824/5017098

h display.h

#ifndef DISPLAY_H #define DISPLAY_H int display_dhcp_packet( DHCPMESSAGE *, DHCPOPTIONS *); #endif
www.eeworm.com/read/205824/5017111

c display.c

#include #include #include #include int display_dhcp_packet( DHCPMESSAGE *dhcpm, DHCPOPTIONS *dhcpo ) { char *mtype; if( dhcpm == NULL )
www.eeworm.com/read/205824/5019979

c display.c

/* * PROJECT: ReactOS HAL * LICENSE: GPL - See COPYING in the top level directory * FILE: hal/halx86/generic/display.c * PURPOSE: Screen Display Routines, no