代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/283744/8991347
java~11~ querypanel.java~11~
package card;
import java.awt.*;
import javax.swing.*;
import java.sql.*;
public class queryPanel extends JPanel
{
public queryPanel(String id)
{
try
{
this.CardID=id;
www.eeworm.com/read/283744/8991360
java~15~ querypanel.java~15~
package card;
import java.awt.*;
import javax.swing.*;
import java.sql.*;
public class queryPanel extends JPanel
{
public queryPanel(String id)
{
try
{
this.CardID=id;
www.eeworm.com/read/185628/8995791
java bouncingballs.java
import java.awt.*;
import java.applet.*;
//定义Obstacle类
class Obstacle
{
public Rectangle r;
Graphics g;
//构造函数
public Obstacle(int x,int y,int w,int h)
{
r=new Rectangle(x,y,w,h);
www.eeworm.com/read/426783/8999520
m exa030102.m
%----------------------------------------------------------------------------
% exa030102, for example 3.1.2
% to obtain the Fourier transform of a continuous rectangle signal;
% 计算连续方波信号的付里叶变换
www.eeworm.com/read/426783/8999547
m exa030101.m
%----------------------------------------------------------------------------
% exa030101, for example 3.1.1
% to obtain the Fourier coefficients of a continuous rectangle period signal;
% 计算连续方波周
www.eeworm.com/read/283489/9017417
m exa030102.m
%----------------------------------------------------------------------------
% exa030102, for example 3.1.2
% to obtain the Fourier transform of a continuous rectangle signal;
% 计算连续方波信号的付里叶变换
www.eeworm.com/read/283489/9017438
m exa030101.m
%----------------------------------------------------------------------------
% exa030101, for example 3.1.1
% to obtain the Fourier coefficients of a continuous rectangle period signal;
% 计算连续方波周
www.eeworm.com/read/283258/9033280
java~4~ image_identity.java~4~
package fuzzy_identity;
import java.util.*;
public class Image_Identity {
private static byte image[][]=new byte[100][100];
private static byte rectangle[][]=new byte[100][100];
private s
www.eeworm.com/read/283258/9033299
java~37~ image_identity.java~37~
package fuzzy_identity;
import java.util.*;
public class Image_Identity {
private static byte image[][]=new byte[100][100];
private static byte rectangle[][]=new byte[100][100];;
private
www.eeworm.com/read/283258/9033307
java~38~ image_identity.java~38~
package fuzzy_identity;
import java.util.*;
public class Image_Identity {
private static byte image[][]=new byte[100][100];
private static byte rectangle[][]=new byte[100][100];;
private