代码搜索:wind
找到约 10,000 项符合「wind」的源代码
代码结果 10,000
www.eeworm.com/read/382301/9038392
dat wind.dat
15.04
14.71
18.5
10.58
13.33
13.21
13.5
10.96
12.58
13.37
10.58
19.75
9.92
9.04
12.04
16.42
17.75
19.83
4.92
9.59
14.33
9.59
16.54
25.04
13.62
24.37
22.04
17.67
27.25
12.2
www.eeworm.com/read/377523/9272606
java wind.java
//: c06:Wind.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Inheritance & upcasting.
import java.util.*;
class Instrume
www.eeworm.com/read/180159/9317587
frm wind.frm
VERSION 5.00
Object = "{10336011-AB2C-11D4-8E1C-00002100DD42}#4.0#0"; "MWAX.ocx"
Begin VB.Form wind
Caption = "wind"
ClientHeight = 5565
ClientLeft = 60
Client
www.eeworm.com/read/178378/9404782
cpp wind.cpp
//: C14:Wind.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Inheritance & upcasting
enum note { middleC,
www.eeworm.com/read/373369/9460331
java wind.java
//: polymorphism/music/Wind.java
package polymorphism.music;
// Wind objects are instruments
// because they have the same interface:
public class Wind extends Instrument {
// Redefine interf
www.eeworm.com/read/373369/9460517
java wind.java
//: reusing/Wind.java
// Inheritance & upcasting.
class Instrument {
public void play() {}
static void tune(Instrument i) {
// ...
i.play();
}
}
// Wind objects are instrume
www.eeworm.com/read/169058/9883027
java wind.java
//: polymorphism/music/Wind.java
package polymorphism.music;
// Wind objects are instruments
// because they have the same interface:
public class Wind extends Instrument {
// Redefine interf
www.eeworm.com/read/169058/9883232
java wind.java
//: reusing/Wind.java
// Inheritance & upcasting.
class Instrument {
public void play() {}
static void tune(Instrument i) {
// ...
i.play();
}
}
// Wind objects are instrume
www.eeworm.com/read/358952/10174844