代码搜索结果

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

tstest.c

#include #include #include /* for data reading from /dev/ts */ typedef struct { unsigned short pressure; unsigned short x; unsigned short y;

dashdemo.c~

#include #include #define MWINCLUDECOLORS #include "nano-X.h" int COLS, ROWS; GR_WINDOW_ID g_main; static void draw_screen(void) { GR_POINT tri[4] = { {80, 115}, {105, 115}, {5

drpoint1.cpp

#include #include void INIT_SCREEN(void); void RESTORE_SCREEN(void); void DRAWPOINT(int X,int Y,int color); void DRAWLINE(int X,int Y,int LENGTH,int COLOR); void CHANGE_COLOR

drpoint2.cpp

#include #include void INIT_SCREEN(void); void RESTORE_SCREEN(void); void DRAWPOINT(int X,int Y,int COLOR); void DRAWLINE(int X,int Y,int LENGTH,int COLOR); void CHANGE_COLOR

《java就业培训教程》_张孝祥_书内源码_01.txt

这个有声教程是著名中国IT培训老师张孝祥编写, 和清华大学出版社发行的《Java就业培训教程》配套的。 Quick Guide This is the Chalk Training Video CD for > Edit by ZHANG XiaoXiang, the famous top training teacher in China.

drpoint1.cpp

#include #include void INIT_SCREEN(void); void RESTORE_SCREEN(void); void DRAWPOINT(int X,int Y,int color); void DRAWLINE(int X,int Y,int LENGTH,int COLOR); void CHANGE_COLOR

drpoint2.cpp

#include #include void INIT_SCREEN(void); void RESTORE_SCREEN(void); void DRAWPOINT(int X,int Y,int COLOR); void DRAWLINE(int X,int Y,int LENGTH,int COLOR); void CHANGE_COLOR

ellsworthapplet1.txt

import java.awt.*; public class EllsworthApplet extends javax.swing.JApplet { public void paint(Graphics screen) { Graphics2D screen2D = (Graphics2D)screen; String line1 = '\

ellsworthapplet.java

import java.awt.*; public class EllsworthApplet extends javax.swing.JApplet { public void paint(Graphics screen) { Graphics2D screen2D = (Graphics2D)screen; String line1 = '\

drpoint1.cpp

#include #include void INIT_SCREEN(void); void RESTORE_SCREEN(void); void DRAWPOINT(int X,int Y,int color); void DRAWLINE(int X,int Y,int LENGTH,int COLOR); void CHANGE_COLOR