代码搜索结果
找到约 10,000 项符合
Display 的代码
display.cpp
//: C03:Display.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// A class with it's own puts() function
#in
display.m
function display(kde)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% display(kde) -- print out whatever stuff is useful about a kernel density
%
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
display.c
#include "config.h"
#include "display.h"
#include
#define DISP_MAX_X 80 /* Maximum number of columns */
#define DISP_MAX_Y
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
display.c
#include "config.h"
#include "display.h"
#include
#define DISP_MAX_X 80 /* Maximum number of columns */
#define DISP_MAX_Y
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
display.c
#include "config.h"
#include "display.h"
#include
#define DISP_MAX_X 80 /* Maximum number of columns */
#define DISP_MAX_Y
display.c
void putsizeimage(unsigned char XSIZE,unsigned char YSIZE,unsigned char code *s)
{ unsigned char k,lx,ly,a1,a2,y;
k=Lcd_CurrentY&0x7;
YSIZE+=k;
y=Lcd_CurrentY;
for(lx=0;lx
display.c
/*
* Copyright (c) 1989 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted pr