代码搜索:Draw

找到约 10,000 项符合「Draw」的源代码

代码结果 10,000
www.eeworm.com/read/430947/1913753

java shapes.java

package chapter14; import java.util.*; abstract class Shape{ void draw(){ System.out.println(this+".draw()"); } abstract public String toString(); } class Circle extends Shape{ pub
www.eeworm.com/read/430881/1916138

java shapes.java

package chapter14; import java.util.*; abstract class Shape{ void draw(){ System.out.println(this+".draw()"); } abstract public String toString(); } class Circle extends Shape{ pub
www.eeworm.com/read/405149/2294748

c drawingarea.c

/* Drawing Area * * GtkDrawingArea is a blank area where you can draw custom displays * of various kinds. * * This demo has two drawing areas. The checkerboard area shows * how you can just draw
www.eeworm.com/read/353051/3091085

java triangle.java

//: polymorphism/shape/Triangle.java package polymorphism.shape; import static net.mindview.util.Print.*; public class Triangle extends Shape { public void draw() { print("Triangle.draw()"); }
www.eeworm.com/read/154890/5632755

cc motionfield.cc

/* * motionfield.cc */ #include "motionfield.hh" #include "libvideogfx/graphics/draw/draw.hh" void MotionFieldVisualizer::Overlay(Image_YUV& img,const MotionVectorField& mvfld,const Bitm
www.eeworm.com/read/154890/5632915

cc motionfield.cc

/* * motionfield.cc */ #include "motionfield.hh" #include "libvideogfx/graphics/draw/draw.hh" void MotionFieldVisualizer::Overlay(Image_YUV& img,const MotionVectorField& mvfld,const Bitm
www.eeworm.com/read/194440/8192941

m drawvint.m

function h=drawvint(z,v,kol,ls) % DRAWVINT: draw interval velocity as a piecewise constant function % % h=drawvint(z,v,kol,ls) % % draw an interval velocity function % % v= interval velocity ve
www.eeworm.com/read/393447/8287152

c drawingarea.c

/* Drawing Area * * GtkDrawingArea is a blank area where you can draw custom displays * of various kinds. * * This demo has two drawing areas. The checkerboard area shows * how you can just draw
www.eeworm.com/read/147239/12572416

h resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by Draw2DGraph.rc // #define IDD_DRAW2DGRAPH_DIALOG 102 #define IDR_MAINFRAME 128 #
www.eeworm.com/read/235612/14060082

m drawvint.m

function h=drawvint(z,v,kol,ls) % DRAWVINT: draw interval velocity as a piecewise constant function % % h=drawvint(z,v,kol,ls) % % draw an interval velocity function % % v= interval velocity ve