代码搜索:rectangles
找到约 312 项符合「rectangles」的源代码
代码结果 312
www.eeworm.com/read/393211/8303876
asv loop2.asv
%LOOP2
% Creates triangular mesh for the helical antenna
% of given radius, number of turns, spacing, and
% wire thickness.
%
% The following parameters need to be specified:
%
%
www.eeworm.com/read/393211/8303880
m loop2.m
%LOOP2
% Creates triangular mesh for the helical antenna
% of given radius, number of turns, spacing, and
% wire thickness.
%
% The following parameters need to be specified:
%
% Tu
www.eeworm.com/read/393211/8303892
m loop1.m
%LOOP1
% Creates triangular mesh for the loop antenna of
% given radius and wire thickness
% The following parameters need to be specified:
%
% Loop radius in m a
www.eeworm.com/read/429300/8812425
pas subtractrectu.pas
unit SubtractRectU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm1 = class(TForm)
procedure FormPaint(Sender: TObject);
pri
www.eeworm.com/read/429300/8812466
pas regiondatau.pas
unit RegionDataU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
ListBox1:
www.eeworm.com/read/427616/8929420
pas subtractrectu.pas
unit SubtractRectU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm1 = class(TForm)
procedure FormPaint(Sender: TObject);
pri
www.eeworm.com/read/427616/8929486
pas regiondatau.pas
unit RegionDataU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
ListBox1:
www.eeworm.com/read/279692/10403108
pas subtractrectu.pas
unit SubtractRectU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm1 = class(TForm)
procedure FormPaint(Sender: TObject);
pri
www.eeworm.com/read/279692/10403156
pas regiondatau.pas
unit RegionDataU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
ListBox1:
www.eeworm.com/read/196524/8077381
m imrect.m
function M = imrect(I,ltx,lty,rbx,rby)
% This function draws rectangles on a grayscale image I
% where ltx(i), lty(i): left top point(x,y) and
% rbx(i), rby(i): right bottom point(x,y)
% and retur