代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/305602/13764533
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/305602/13764819
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
www.eeworm.com/read/302727/13828188
m vhmarchtetmirror.m
function [pMesh, kMesh] = VhMarchTetMirror( viewVec, imCell, varargin )
doTet = 0;
cellWid = 0.01 ;%not used
cellsAcross = 50;
draw = 0;
doCrop = 0;
numSilhouettesPerImage = 5;
centrePoint =
www.eeworm.com/read/140727/5782735
txt overview.txt
OVERVIEW:
=========
This section goes through a brief overview of the Language Model Creator application. The LM Creator is a GUI that allows the user to draw the word sequences that can be internall
www.eeworm.com/read/136849/5844005
c r2d.c
//07/16/2002 zhangzg modified r2d_draw_bmp. So it has the function of display a inverted bmp
//6.13,chenjun &zym change
/**
www.eeworm.com/read/282731/6304890
c mcdraw.c
/*
* MICROCAD Drawing utility
*
* This is a "boiled down" set of routines to draw a MICROCAD drawing file.
* The main purpose of this program is to provide a starting point, should
* you wis
www.eeworm.com/read/282731/6304892
bak mcdraw.c.bak
/*
* MICROCAD Drawing utility
*
* This is a "boiled down" set of routines to draw a MICROCAD drawing file.
* The main purpose of this program is to provide a starting point, should
* you wis
www.eeworm.com/read/111945/6307240
h select.h
/* These defines determine the meaning of the fFlags variable. The low byte
* is used for the various types of "boxes" to draw. The high byte is
* available for special commands.
*/
#define
www.eeworm.com/read/493368/6401571
c mcdraw.c
/*
* MICROCAD Drawing utility
*
* This is a "boiled down" set of routines to draw a MICROCAD drawing file.
* The main purpose of this program is to provide a starting point, should
* you wis
www.eeworm.com/read/493368/6401573
bak mcdraw.c.bak
/*
* MICROCAD Drawing utility
*
* This is a "boiled down" set of routines to draw a MICROCAD drawing file.
* The main purpose of this program is to provide a starting point, should
* you wis