代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/187097/8856624
java ruleview.java
package asm;
import java.awt.*;
import java.awt.event.*;
import java.util.Vector;
/**
* Title: Artificial Stock Market
* Description: 人工模拟股市(来源:SFI的Swarm版本)的Java版本
* Copyright: Copyrig
www.eeworm.com/read/384084/8901096
cpp c42.cpp
// c42.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "Square.h"
int main(int argc, char* argv[])
{
Polygon c;
Rectangle s;
Square t;
cou
www.eeworm.com/read/284604/8913988
m exa030102.m
%----------------------------------------------------------------------------
% exa030102, for example 3.1.2
% to obtain the Fourier transform of a continuous rectangle signal;
% 计算连续方波信号的付里叶变换
www.eeworm.com/read/284604/8914021
m exa030101.m
%----------------------------------------------------------------------------
% exa030101, for example 3.1.1
% to obtain the Fourier coefficients of a continuous rectangle period signal;
% 计算连续方波周
www.eeworm.com/read/427787/8921083
java about.java
import java.awt.Dimension;
import java.awt.Frame;
import java.awt.Rectangle;
import javax.swing.JDialog;
import javax.swing.JTextField;
public class About extends JDialog {
public About(Fra
www.eeworm.com/read/427787/8921084
java help.java
import java.awt.Dimension;
import java.awt.Frame;
import java.awt.Rectangle;
import javax.swing.JDialog;
import javax.swing.JTextField;
public class Help extends JDialog {
public Help(Frame
www.eeworm.com/read/427616/8928888
pas uframerect.pas
unit UFrameRect;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
procedure B
www.eeworm.com/read/427616/8929133
pas udrawfocusrect.pas
unit UDrawFocusRect;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Grids;
type
TForm1 = class(TForm)
Button1: TButton;
www.eeworm.com/read/427616/8929156
pas invalidaterectunit.pas
unit InvalidateRectUnit;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
Button2: TButton
www.eeworm.com/read/427616/8929204
pas drawtextu.pas
unit drawtextU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
Labe