代码搜索:sety

找到约 91 项符合「sety」的源代码

代码结果 91
www.eeworm.com/read/264584/11309124

gif top_sety_1.gif

www.eeworm.com/read/264584/11309145

gif top_sety_22.gif

www.eeworm.com/read/264584/11309177

gif top_sety_32.gif

www.eeworm.com/read/451282/7467890

java myshape.java

import java.awt.Graphics; import javax.swing.JFrame; public abstract class MyShape extends Object { private int x1,y1,x2,y2; public MyShape() { setX1(0); setY1(0);
www.eeworm.com/read/178404/9400351

java point.java

public class Point { protected double x; protected double y; protected double distance; Point (){ setX(0); setY(0); } Point (double x,double y){ setX(x); setY(y); } public
www.eeworm.com/read/178404/9400352

java pointtest.java

public class PointTest{ public static void main (String args[]){ Point p = new Point (1,2); SpecializedPoint sp1= new SpecializedPoint (); SpecializedPoint sp2= new SpecializedPoint ();
www.eeworm.com/read/175226/9554858

cpp rect.cpp

// Begin Rect.cpp #include "Rectangle.hpp" Rectangle::Rectangle(int top, int left, int bottom, int right) { itsTop = top; itsLeft = left; itsBottom = bottom; itsRight = right;
www.eeworm.com/read/467145/7019097

java myframe.java

package arrow; import java.awt.Frame; import java.awt.Graphics; import java.awt.event.KeyEvent; public class MyFrame extends Frame{ private Ball ball; public static final int STEP = 3; p
www.eeworm.com/read/444558/7611938

java traigel.java

/* * Traigel.java * * Created on 2007年6月16日, 下午1:46 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package huaban; /** *
www.eeworm.com/read/444558/7611940

java zhixian.java

/* * zhixian.java * * Created on 2007年6月16日, 下午1:30 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package huaban; /** *