代码搜索:Draw

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

代码结果 10,000
www.eeworm.com/read/350251/10752714

f90 draw.f90

MODULE XYPlot USE DFLIB IMPLICIT NONE LOGICAL mbDownUp INTEGER mhDC, mhWnd INTEGER mxScale, myScale INTEGER mleft, mright, mtop, mbottom DOUBLE PRECISION mxmax, mxmin, mymax, mymin DOUBLE PR
www.eeworm.com/read/420914/10767640

rc2 draw.rc2

// // DRAW.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED //////
www.eeworm.com/read/349842/10796843

m make_a_draw.m

function [test_indices, train_indices] = make_a_draw(how_many, out_of_how_many) %Choose a number of indices out of the maximum number allowed. indices = randperm(out_of_how_many); train_indi
www.eeworm.com/read/349646/10808773

m draw_ellipse.m

function h = draw_ellipse(x, c, outline_color, fill_color) % DRAW_ELLIPSE(x, c, outline_color, fill_color) % Draws ellipses at centers x with covariance matrix c. % x is a matrix of columns. c
www.eeworm.com/read/349646/10808850

m draw_circle.m

function h = draw_circle(x, r, outline_color, fill_color) % draw filled circles at centers x with radii r. % x is a matrix of columns. r is a row vector. n = 40; % resolution radians = [0:(
www.eeworm.com/read/349646/10809813

m draw_ellipse.m

function h = draw_ellipse(x, c, outline_color, fill_color) % DRAW_ELLIPSE(x, c, outline_color, fill_color) % Draws ellipses at centers x with covariance matrix c. % x is a matrix of columns. c
www.eeworm.com/read/349646/10809898

m draw_circle.m

function h = draw_circle(x, r, outline_color, fill_color) % draw filled circles at centers x with radii r. % x is a matrix of columns. r is a row vector. n = 40; % resolution radians = [0:(
www.eeworm.com/read/349642/10810086

class myframe$draw.class