代码搜索:Draw

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

代码结果 10,000
www.eeworm.com/read/394381/8227811

m draw.m

function fig = draw() % 手画光滑曲线图形界面 % 先用Range确定大致范围;然后用ginput用鼠标单击大致数据点;最后用Draw it画图。 % 本程序采用样条拟合 % By L. J. Hu, 2000 % This is the machine-generated representation of a Handle Graphics object
www.eeworm.com/read/393114/8310159

bmp draw.bmp

www.eeworm.com/read/393095/8312392

java draw.java

import java.awt.*; public class Draw extends java.applet.Applet { Button erase = new Button("Erase"); DrawPanel canvas; public void init() { canvas = new DrawPanel(getImag
www.eeworm.com/read/393095/8312400

class draw.class

www.eeworm.com/read/393095/8312444

html draw.html

www.eeworm.com/read/292780/8334378

h draw.h

#ifndef DRAW_H #define DRAW_H #include #pragma comment(lib,"ddraw.lib") #pragma comment(lib,"dxguid.lib") class CSurface; class CDraw { public: CDraw(void); ~CDraw(void);
www.eeworm.com/read/292780/8334393

cpp draw.cpp

#include "draw.h" #define SAFE_RELEASE(p) {if (p) {p->Release();p = NULL;}} CDraw::CDraw() { m_pDD = NULL; m_pddsFrontBuffer = NULL; m_pddsBackBuffer = NULL; m_hWnd = NULL; } CDraw:
www.eeworm.com/read/292719/8338215

h draw.h

void update_screen(int priority, char *msg, enum pic_type pic_on_screen_val, boolean crit_path_button_enabled); void alloc_draw_structs(void); void init_draw_coords(float clb_width);
www.eeworm.com/read/292719/8338340

c draw.c

#include #include #include #include "util.h" #include "vpr_types.h" #include "vpr_utils.h" #include "globals.h" #include "graphics.h" #include "path_delay.h" #include "dr
www.eeworm.com/read/174403/9588910

cpp draw.cpp

#include #include #include #include #include "graphics.h" // 设置当前绘图笔坐标 void set_draw_xy(BMP *bmp, int x, int y) { put_message(bmp == NULL, "错误