代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/268260/11146896
m errorfun.m
% Chapter 7 Figure mfile:
% Mfile to draw figures on equiripplr amplitude response,
% error function, and weighted error function.
% a) equiripple amplitude response
figu
www.eeworm.com/read/106245/15642652
cpp drawit.cpp
//==============和Direct Draw 有关的函数==================
//*********************************
//创建页面
BOOL CreateBitmap(LPDIRECTDRAWSURFACE &lpTemp,int x,int y,char *BitmapFile, DWORD MemoryFlag )
{
www.eeworm.com/read/101085/15852906
cpp skybox.cpp
#include "../camera.h"
#include "skybox.h"
GcSkybox::GcSkybox()
{
Create();
}
GcSkybox::~GcSkybox()
{
Unload();
}
bool GcSkybox::Draw()
{
if(!AllSidesLoaded()) {
return fals
www.eeworm.com/read/100819/15863874
c bombermenu.c
int MenuChoice, MenuFrame, MenuPlayers = 2;
//Initialize the menu
void InitMenu ()
{
int i;
//Draw to front buffer
TargetData = MainBitmapData;
//Clear buffer
memset ((ch
www.eeworm.com/read/251481/7217034
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by CustomTool.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#d
www.eeworm.com/read/115011/6121134
h lightbr.h
void load_light_bringer(void);
void clear_light_bringer(void);
void load_command_war(void);
void clear_command_war(void);
void load_recal_hero(void);
void clear_recal_hero(void);
void draw_light_br
www.eeworm.com/read/251479/12342173
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by BSample.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#defi
www.eeworm.com/read/290032/8510438
entries
/Cmdbar.bmp/1.1.1.1/Mon Jun 5 06:23:18 2006/-kb/
/DIR.ico/1.1.1.1/Mon Jun 5 06:23:18 2006/-kb/
/Draw.ico/1.1.1.1/Mon Jun 5 06:23:18 2006/-kb/
/Draw.rc2/1.1.1.1/Mon Jun 5 06:23:18 2006//
/File.
www.eeworm.com/read/191767/8423588
java graphic.java
/**
* A graphic interface that proxy and real object should implement
* so a proxy can proxy several real object
*/
public interface Graphic {
public abstract void Draw();
}
www.eeworm.com/read/191767/8424198
java strategya.java
/**
* A concrete strategy to draw a text by the width of line
*/
import java.io.*;
public class StrategyA implements Strategy {
public StrategyA() {
}
public void drawText(Stri