代码搜索:Display
找到约 10,000 项符合「Display」的源代码
代码结果 10,000
www.eeworm.com/read/129182/14259185
c display.c
//#include
#include "main.h"
static int f=0, l=0;
static float flerp=0.0;
static int fps=0, ifps=0;
static int fram=0;
float crap=0.0;
int bang=0;
void dyn_displayfunc(void) {
floa
www.eeworm.com/read/129182/14259973
c display.c
#include "main.h"
static int f=0, l=0;
static float flerp=0.0;
static int fps=0, ifps=0;
static int fram=0;
float crap=0.0;
int bang=0;
void displayfunc(void) {
float ff, tx, ty, tz;
int nf;
www.eeworm.com/read/129073/14267859
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_BLACKBK
www.eeworm.com/read/129063/14268142
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/129056/14268302
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/129055/14268388
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/230899/14269717
c display.c
/* ANSI display emulation
*
* This file emulates the IBM ANSI terminal display. It maintains a
* display buffer and descriptor for each virtual display, of which there
* can be many. All write
www.eeworm.com/read/230899/14269921
h display.h
#ifndef _DISPLAY_H
#define _DISPLAY_H
#ifndef _STDIO_H
#include
#endif
#define MAXARGS 5
struct display {
unsigned cookie; /* Magic cookie to detect bogus pointers */
#define