代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/153151/5653155
java addlinecommand.java
/* Generated by Together */
package com.javapatterns.command.drawlines;
public class AddLineCommand implements Command {
/**
* @supplierRole drawing
*/
private Drawing draw
www.eeworm.com/read/475585/6773740
cpp drawfx.cpp
/**********************************************************************
* File: drawfx.cpp (Formerly drawfx.c)
* Description: Draw things to do with feature extraction.
* Author: Ray Smith
www.eeworm.com/read/475585/6773744
h drawfx.h
/**********************************************************************
* File: drawfx.h (Formerly drawfx.h)
* Description: Draw things to do with feature extraction.
* Author: Ray Smith
www.eeworm.com/read/413989/11134401
dfm customdrawdemoeditor.dfm
object CustomDrawDemoEditorForm: TCustomDrawDemoEditorForm
Left = 344
Top = 235
BorderStyle = bsDialog
Caption = 'Custom Draw Settings'
ClientHeight = 225
ClientWidth = 425
Color
www.eeworm.com/read/413989/11134673
dfm customdrawdemoeditor.dfm
object CustomDrawDemoEditorForm: TCustomDrawDemoEditorForm
Left = 344
Top = 235
BorderStyle = bsDialog
Caption = 'Custom Draw Settings'
ClientHeight = 225
ClientWidth = 425
Color
www.eeworm.com/read/237736/13934508
txt strings.txt
;
; String table
;
ZoomInMapToolHelpText = "To zoom in, click on the map or hold the mouse down and drag to draw rectangle, and release to end the operation"
ZoomOutMapToolHelpText = "To zoom ou
www.eeworm.com/read/431224/8694879
m mask.m
function [x,y,s] = mask(a,idx,orient,vals)
[xc,yc] = fm_draw('circle','Dfig',orient);
[xh,yh] = fm_draw('helix','Dfig',orient);
x = cell(32,1);
y = cell(32,1);
s = cell(32,1);
x{1} = xh-4;
y{1} = 3
www.eeworm.com/read/431224/8696185
m mask.m
function [x,y,s] = mask(a,idx,orient,vals)
[xc,yc] = fm_draw('circle','Ddsg',orient);
[xh,yh] = fm_draw('helix','Ddsg',orient);
x = cell(27,1);
y = cell(27,1);
s = cell(27,1);
x{1} = xh-4;
y{1} = 3
www.eeworm.com/read/384940/8828074
m mask.m
function [x,y,s] = mask(a,idx,orient,vals)
[xc,yc] = fm_draw('circle','Dfig',orient);
[xh,yh] = fm_draw('helix','Dfig',orient);
x = cell(32,1);
y = cell(32,1);
s = cell(32,1);
x{1} = xh-4;
y{1} = 3
www.eeworm.com/read/384940/8829775
m mask.m
function [x,y,s] = mask(a,idx,orient,vals)
[xc,yc] = fm_draw('circle','Ddsg',orient);
[xh,yh] = fm_draw('helix','Ddsg',orient);
x = cell(27,1);
y = cell(27,1);
s = cell(27,1);
x{1} = xh-4;
y{1} = 3