代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/453660/6500385
ncb draw.ncb
www.eeworm.com/read/453660/6500390
cpp draw.cpp
// Draw.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Draw.h"
#include "MainFrm.h"
#include "DrawDoc.h"
#include "DrawView.h"
#ifdef _DEBUG
#def
www.eeworm.com/read/453660/6500400
opt draw.opt
www.eeworm.com/read/453660/6500401
rc draw.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/453660/6500409
dsw draw.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "Draw"=.\Draw.dsp -
www.eeworm.com/read/463434/6561680
h draw.h
#ifndef DRAW_H
#define DRAW_H
#include
#pragma comment(lib,"ddraw.lib")
#pragma comment(lib,"dxguid.lib")
class CSurface;
class CDraw
{
public:
CDraw(void);
~CDraw(void);
www.eeworm.com/read/463434/6561687
cpp draw.cpp
#include "draw.h"
#define SAFE_RELEASE(p) {if (p) {p->Release();p = NULL;}}
CDraw::CDraw()
{
m_pDD = NULL;
m_pddsFrontBuffer = NULL;
m_pddsBackBuffer = NULL;
m_hWnd = NULL;
}
CDraw:
www.eeworm.com/read/484433/6576103
tcl draw.tcl
#!/bin/sh
# the next line restarts using tclsh \
exec tclsh "$0" "$@"
# Copyright 1996
# Authors
# Lakshmi Sastry
# Computing and Information Systems Department
# Rutherford Appleton La
www.eeworm.com/read/482807/6612544
class draw.class
www.eeworm.com/read/482213/6629696