代码搜索:Draw

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

代码结果 10,000
www.eeworm.com/read/285309/8851418

h gen_draw.h

// gen_draw.h // #ifndef _GEN_DRAW_H_ #define _GEN_DRAW_H_ #endif // _GEN_DRAW_H_ /*** *** ***/ // Purpose: draw motion vectors in a displayable buffer extern void colorBuffer_mv(unsigne
www.eeworm.com/read/285309/8851453

c gen_draw.c

// gen_draw.c // #include "mp4_decoder.h" #include "gen_draw.h" /** * **/ extern int MV[2][6][MBR+1][MBC+2]; // motion vectors extern int modemap[MBR+1][MBC+2]; // macroblock modes
www.eeworm.com/read/187131/8854133

c draw-arc.c

/* * ARC Drawing API * * * COPYRIGHT (c) 2001 - 2010. * emTech System Corporation. * * The license and distribution terms for this file may be * found in found in the file LICENSE
www.eeworm.com/read/285107/8868136

java draw2.java

import java.awt.*; public class Draw2 extends Frame{ public Draw2(String title){ super(title); } public void paint(Graphics g){ g.setColor(Color.red); g.fillRect(60,30,50,50);
www.eeworm.com/read/285107/8868159

java draw3.java

import java.awt.*; import java.awt.event.*; public class Draw3 extends Frame{ Graphics g; int x,y, ox, oy; public Draw3(String title){ super(title); setSize(200,200); setVisi
www.eeworm.com/read/285107/8869102

java draw1.java

import java.awt.*; public class Draw1 extends Frame{ public Draw1(String title){ super(title); } public void paint(Graphics g){ g.drawLine(10,30,50,50); g.drawRect(60,30,50,50
www.eeworm.com/read/428438/8869434

png draw_fill.png

www.eeworm.com/read/428438/8869442

png draw_tool.png

www.eeworm.com/read/428438/8869444

png draw_line.png