代码搜索:rectangles

找到约 312 项符合「rectangles」的源代码

代码结果 312
www.eeworm.com/read/457742/7318210

m bandb_update.m

function uopts = bandb_update(H,opts); if strcmp(opts.type,'l1l1_triangle'); % determine new rectangles uopts = l1l1_triangle_update(H,opts); elseif strcmp(opts.type,'l1l1_resection'); uo
www.eeworm.com/read/296067/8125584

c setclip.c

#include "nxlib.h" #include int XSetClipOrigin(Display *display, GC gc, int clip_x_origin, int clip_y_origin) { GrSetGCClipOrigin(gc->gid, clip_x_origin, clip_y_origin); return 1; } int
www.eeworm.com/read/131315/5940205

c xsetcrects.c

/* $XConsortium: XSetCRects.c,v 11.19 91/01/06 11:47:53 rws Exp $ */ /* Copyright Massachusetts Institute of Technology 1986 */ /* Permission to use, copy, modify, distribute, and sell this sof
www.eeworm.com/read/150030/12324097

rc mdidemo.rc

/*---------------------------- MDIDEMO.RC resource script ----------------------------*/ #include #include "mdidemo.h" MdiMenuInit MENU { POPUP "&File"
www.eeworm.com/read/122672/14676877

rc mdidemo.rc

/*---------------------------- MDIDEMO.RC resource script ----------------------------*/ #include #include "mdidemo.h" MdiMenuInit MENU { POPUP "&File"
www.eeworm.com/read/171690/9742538

rc mdidemo.rc

/*---------------------------- MDIDEMO.RC resource script ----------------------------*/ #include #include "mdidemo.h" MdiMenuInit MENU { POPUP "&File"
www.eeworm.com/read/461240/7231319

m define_geometry_2d.m

disp('defining the problem geometry'); rectangles = []; circles = []; % % define a rectangle rectangles(1).min_x = 0; rectangles(1).min_y = 1e-3; rectangles(1).max_x = 1e-3; rectangles(1).
www.eeworm.com/read/224229/14600895

as drawrect.as

/*------------------------------------------------------------- mc.drawRect is a method for drawing rectangles and rounded rectangles. Regular rectangles are sufficiently easy that I often just reb
www.eeworm.com/read/461240/7231232

m define_geometry_2d.m

disp('defining the problem geometry'); rectangles = []; circles = []; % define a circle circles(1).center_x = 0.4; circles(1).center_y = 0.5; circles(1).radius = 0.2; circles(1).material
www.eeworm.com/read/131315/5939886

c xfillrects.c

/* $XConsortium: XFillRects.c,v 11.14 91/01/06 11:45:37 rws Exp $ */ /* Copyright Massachusetts Institute of Technology 1986 */ /* Permission to use, copy, modify, distribute, and sell this sof