代码搜索:Display
找到约 10,000 项符合「Display」的源代码
代码结果 10,000
www.eeworm.com/read/209772/15214579
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/209636/15216146
h display.h
#ifndef __DISPLAY_H__
#define __DISPLAY_H__
#include "figure.h"
#define FONTSIZE_SMALL 1
#define FONTSIZE_MIDDLE 2
#define FONTSIZE_BIG 3
#define FONT_TRANSPARENT 4 //透明背景
#define FON
www.eeworm.com/read/209470/15218914
h display.h
#ifndef __DISPLAY_H__
#define __DISPLAY_H__
#include "figure.h"
#define FONTSIZE_SMALL 1
#define FONTSIZE_MIDDLE 2
#define FONTSIZE_BIG 3
#define FONT_TRANSPARENT 4 //透明背景
#define FONT
www.eeworm.com/read/209308/15223642
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/208609/15242821
java display.java
package SimFrameWork;
public abstract class Display{
public Display(int w,int h){
width=w;
height=h;
}
public abstract void show(int x,int y,int c);
public abstract void clear()
www.eeworm.com/read/208609/15242823
class display.class
www.eeworm.com/read/208504/15245994
cpp display.cpp
// display file for mountain car problem
#include "display.h"
#include "cmac.h"
int old_ppixel=0, old_hpixel=0;
void init_win (int wd, int ht) // Make window
{
cout