代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/429300/8812472
pas invertrectu.pas
unit InvertRectU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
Image1: TImage;
Bu
www.eeworm.com/read/429300/8812845
pas createenhmetau.pas
unit CreateEnhMetaU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
Panel1: TPanel;
www.eeworm.com/read/429300/8812865
pas scalingu.pas
unit ScalingU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm1 = class(TForm)
procedure FormMouseDown(Sender: TObject; Button:
www.eeworm.com/read/429218/8814449
h taskmgrappview.h
/* Copyright (c) 2003, Nokia. All rights reserved */
#ifndef __TASKMGR_APPVIEW_H__
#define __TASKMGR_APPVIEW_H__
#include
#include
/*!
@class CtaskmgrAppView
www.eeworm.com/read/429209/8814588
h wikisecuresocketexappview.h
/*
============================================================================
Name : WikiSecureSocketExAppView.h
Author : Konstantine; Company: Fishnest Ukraine Sebastopol
Copyright : b
www.eeworm.com/read/429039/8822959
java frm_about.java
package chat;
import java.awt.*;
import java.lang.Object;
import javax.swing.*;
import java.awt.event.*;
/**
* Title: 使用JAVA制作的局域网聊天程序
* Description: 我们的JAVA作业
* Copyright: Copyr
www.eeworm.com/read/187382/8827609
java wall.java
import java.awt.*;
public class wall implements Actor{
private int xPos;
private int yPos;
private Rectangle[] border = new Rectangle[4];
public boolean[] shape = new boolean[16];
public
www.eeworm.com/read/285526/8833050
cpp main.cpp
#include
#include
#include"CPoint.h"
#include"CRectangle.h"
double getLength(CPoint p1,CPoint p2){return sqrt((p1.X-p2.X)*(p1.X-p2.X)+(p1.Y-p2.Y)*(p1.Y-p2.Y));}
void CRectangl
www.eeworm.com/read/187173/8849151
java selectiondemo.java
/*
* SelectionDemo.java requires one other file:
* images/starfield.gif
*/
import javax.swing.BoxLayout;
import javax.swing.ImageIcon;
import javax.swing.JFrame;
import javax.swing.JLabel;
impo
www.eeworm.com/read/187173/8849711
java graphpaperlayout.java
import java.awt.*;
import java.util.Hashtable;
/**
* The GraphPaperLayout class is a layout manager that
* lays out a container's components in a rectangular grid, similar
* to GridLa