代码搜索:Lab
找到约 10,000 项符合「Lab」的源代码
代码结果 10,000
www.eeworm.com/read/486989/1243574
java paralelogram.java
/*
* paralelogram.java
*
* Created on 24 octombrie 2007, 09:50
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package lab43;
www.eeworm.com/read/486989/1243575
java patrulater.java
/*
* Patrulater.java
*
* Created on 29 octombrie 2007, 19:34
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package lab43;
a
www.eeworm.com/read/486989/1243576
java dreptunghi.java
package lab43;
class Dreptunghi extends Patrulater{
double perimetru()
{
return 2*t[0].dist(t[1])+2*t[1].dist(t[2]);
}
}
www.eeworm.com/read/486989/1243583
java paralelogram.java
/*
* paralelogram.java
*
* Created on 24 octombrie 2007, 09:50
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package lab43;
www.eeworm.com/read/486989/1243584
java patrulater.java
/*
* Patrulater.java
*
* Created on 29 octombrie 2007, 19:34
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package lab43;
a
www.eeworm.com/read/486989/1243585
java dreptunghi.java
package lab43;
class Dreptunghi extends Patrulater{
double perimetru()
{
return 2*t[0].dist(t[1])+2*t[1].dist(t[2]);
}
}
www.eeworm.com/read/486989/1243593
java testmonom.java
/*
* Main.java
*
* Created on 24 octombrie 2007, 09:16
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package lab42;
/**
*
www.eeworm.com/read/486989/1243595
java complex.java
/*
* Complex.java
*
* Created on 17 octombrie 2007, 09:17
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package lab32;
/**
www.eeworm.com/read/486989/1243596
java clientcomplex.java
/*
* Main.java
*
* Created on 17 octombrie 2007, 09:16
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package lab32;
/**
*
www.eeworm.com/read/476077/1373975
pas main.pas
unit Main;
interface
uses
Windows, Classes, Controls, Forms, StdCtrls, CoolTrayIcon;
type
TMainForm = class(TForm)
CoolTrayIcon1: TCoolTrayIcon;
CheckBox1: TCheckBox;
Lab