代码搜索:Graphics
找到约 10,000 项符合「Graphics」的源代码
代码结果 10,000
www.eeworm.com/read/406241/11446550
h graphics.h
//-----------------------------------------------------------------------------
// CGraphics
//
// This is a class that takes care of most of the DirectX Graphics code
//
// Requires d3d8.lib whe
www.eeworm.com/read/406241/11446559
cpp graphics.cpp
//-----------------------------------------------------------------------------
// Copyright (c) 2001 Andreas J鰊sson
//-----------------------------------------------------------------------------
www.eeworm.com/read/403544/11515019
java graphics.java
import java.io.IOException;
public class graphics {
/**
* @param args
* @throws IOException
*/
public static void main(String[] args) throws IOException {
// TODO Auto-gene
www.eeworm.com/read/402163/11541910
lib graphics.lib
www.eeworm.com/read/402163/11542027
h graphics.h
/* graphics.h
Definitions for Graphics Package.
Copyright (c) Borland International 1987,1988
All Rights Reserved.
*/
#if __STDC__
#define _Cdecl
#else
#define _Cdecl cdecl
#endif
www.eeworm.com/read/347853/11630886
obj graphics.obj
www.eeworm.com/read/158101/11643376
lib graphics.lib
www.eeworm.com/read/158101/11643414
h graphics.h
www.eeworm.com/read/157982/11652759
h graphics.h
#include
#define console_width 80
#define console_height 27
using namespace std;
class point{
public:
int y;
int x;
point(){};
point(int Y,int X){x=X;y=Y;}
};
class
www.eeworm.com/read/157982/11652762
cpp graphics.cpp
#include "graphics.h"
console_dc::console_dc(int height,int width)
{
if(width>console_width||widthconsole_height||height