代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/387427/8683583
java querypanel.java
package card;
import java.awt.*;
import javax.swing.*;
import java.sql.*;
/**
* 查询面板
*/
public class QueryPanel extends JPanel
{
JLabel jLabel1 = new JLabel();
JLabel jLabel2 = new J
www.eeworm.com/read/431312/8689092
m exa030102.m
%----------------------------------------------------------------------------
% exa030102, for example 3.1.2
% to obtain the Fourier transform of a continuous rectangle signal;
% 计算连续方波信号的付里叶变换
www.eeworm.com/read/431312/8689112
m exa030101.m
%----------------------------------------------------------------------------
% exa030101, for example 3.1.1
% to obtain the Fourier coefficients of a continuous rectangle period signal;
% 计算连续方波周
www.eeworm.com/read/287163/8715188
h teststatusappview.h
/*
============================================================================
Name : TestStatusAppView.h
Author : Lion
Copyright : Your copyright notice
Description : Declares
www.eeworm.com/read/386969/8715462
txt 俄罗斯方块9.txt
13.把盒子(Box)及其格与格之间的横线与竖线画出来
当然是在窗体Form1的OnPaint(重画)事件中添加代码
procedure TForm1.FormPaint(Sender: TObject);
var
i:Integer;
begin
Canvas.Brush.Color:=clRed;
for i:=0 to 10 do
begin
Can
www.eeworm.com/read/329336/8731331
java capturescreen.java
/*
* CaptureScreen.java
*
* Created on 2006年9月7日, 上午10:59
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package test1;
/**
www.eeworm.com/read/386416/8750264
java wall.java
package com.sun;
import java.awt.*;
public class Wall {
private int w,h;
private int x;
private int y;
private Tanke tc;
public Wall(int x,int y,int w,int h,Tanke tc){
this.x=x;
th
www.eeworm.com/read/286640/8752748
m cp0101_genrect.m
%
% FUNCTION 1.1 : "cp0101_genrect"
%
% Generates a unitary amplitude rectangular waveform
% that is modulated by a sinusoid at frequency 'f0'
% 'signal' is the output waveform
% 'dt' is the sam
www.eeworm.com/read/286640/8752796
m cp0101_genrect.m
%
% FUNCTION 1.1 : "cp0101_genrect"
%
% Generates a unitary amplitude rectangular waveform
% that is modulated by a sinusoid at frequency 'f0'
% 'signal' is the output waveform
% 'dt' is the sam
www.eeworm.com/read/430135/8764569
java calcdisplay.java
/*
* File: CalcDisplay.java
* Description: This class creates a display screan for AwtCalc
*
*/
import java.awt.*;
class CalcDisplay extends Canvas {
private String text;
p