代码搜索:Graphics
找到约 10,000 项符合「Graphics」的源代码
代码结果 10,000
www.eeworm.com/read/398937/7908540
h graphics.h
//--------------------------------------------------
// Desc: 绘图核心类
// Date: 2006.10.29 /update
// Author: artsylee
//
// Copyright (C) 2006 artsylee
//
// 扩展: BeginSprite & EndSprite(2006_
www.eeworm.com/read/398858/7914897
h graphics.h
#if !defined(__GRAPHICS_H__)
#define __GRAPHICS_H__
#include
#define PiV 3.14159265358979324
#define ConstV 180
//////////////////////////////////////
www.eeworm.com/read/398858/7914938
cpp graphics.cpp
#include "stdafx.h"
//#include
//#include
#include "graphics.h"
///////////////////////////////////////////////////////////////////////////////
// class CGroupLines
CGr
www.eeworm.com/read/197617/7984410
doc graphics.doc
www.eeworm.com/read/398260/7996551
lib graphics.lib
www.eeworm.com/read/398260/7996597
h graphics.h
www.eeworm.com/read/397916/8016333
h graphics.h
/****************************************************************************
* 文件名:GRAPHICS.H
* 功能:图形操作程序。(头文件)
****************************************************************************/
#ifnd
www.eeworm.com/read/397916/8016335
obj graphics.obj
www.eeworm.com/read/397916/8016366
lst graphics.lst
C51 COMPILER V6.23a GRAPHICS 02/23/2004 19:46:03 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE GRAPHICS
OBJECT MODULE PLACED
www.eeworm.com/read/397916/8016369
c graphics.c
/****************************************************************************
* 文件名:GRAPHICS.C
* 功能:图形操作程序。提供对图形液晶TG12864B-2画点、画直线、画矩形的图形函数。
* 说明:使用了disp_buf作为作图缓冲区。
******************************