代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/338832/12279154
pl hexagons.pl
/********************************************************************
Constraint-based Graphical Programming in B-Prolog
%
draw a pattern of hexagons
**********************************
www.eeworm.com/read/338832/12279164
pl calculator.pl
/********************************************************************
Constraint-based Graphical Programming in B-Prolog
%
draw a calculator keyboard
**********************************
www.eeworm.com/read/338832/12279194
pl circles.pl
/********************************************************************
Constraint-based Graphical Programming in B-Prolog
%
draw fancy circles
******************************************
www.eeworm.com/read/249104/4456284
java documentelement.java
package document;
//定义DocumentElement接口:
public interface DocumentElement {
public void Draw();
}
www.eeworm.com/read/360560/10087788
java rectangularfiguare.java
package draw.figuare;
import java.awt.*;
import java.awt.geom.*;
import draw.Cursors;
/**
* 所有类矩形图形的基类
*
* @author Thihy
*
*/
public abstract class RectangularFiguare extends Abst
www.eeworm.com/read/418586/10939894
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft eMbedded Visual C++ generated include file.
// Used by DRAW2DGRAPH.RC
//
#define IDR_MAINFRAME 128
#define IDD_DRAW2DGRAPH_DIALOG 102
// Next default
www.eeworm.com/read/346193/11762579
cpp ball.cpp
#include "ball.h"
// Draw()
// desc: draws the ball at its current location
void CBall::Draw()
{
glPushMatrix();
glTranslatef(position.x, position.y, position.z);
glColor3f(0.5, 0.5, 0.5
www.eeworm.com/read/344139/11907616
c plot.c
/* plot.c - example of unix pipe. Calls gnuplot graph drawing package to draw
graphs from within a C program. Info is piped to gnuplot */
/* Creates 2 pipes one will draw graphs of y=0.5 and y = ran
www.eeworm.com/read/453681/1638658
java subtranscontainerfigure.java
package com.example.figures;
import org.eclipse.draw2d.Figure;
import org.eclipse.draw2d.XYLayout;
/**
* TODO
* @2006-12-31
* @author xuli
*/
public class SubTransContainerFigure exte
www.eeworm.com/read/240569/4571906
java creationtool.java
/*
* @(#)CreationTool.java 5.1
*
*/
package CH.ifa.draw.standard;
import java.awt.*;
import java.awt.event.MouseEvent;
import CH.ifa.draw.framework.*;
/**
* A tool to create new figures. The f