代码搜索:SWIM
找到约 594 项符合「SWIM」的源代码
代码结果 594
www.eeworm.com/read/383524/8940218
java crocodile.java
import java.util.Random;
import java.util.Vector;
/**
* Crocodile - simulates a catfish - can swim, eat, and consume
* energy in the process.
*
* @author Yuzhen Chen.
*/
public class Cr
www.eeworm.com/read/370045/2787684
java superman.java
package chapter7;
class Personx {
public void walk() {
System.out.println("I can walk!");
}
}
class SuperMan extends Personx implements CanWalk, CanSwim, CanFly {
public void swim() {
www.eeworm.com/read/353454/3085466
java fish.java
package demo.chapter05.inf;
public class Fish extends Animal implements Swimmer {
@Override
public void eat() {
System.out.println("鱼吃浮游生物");
}
@Override
public void swim() {
Sy
www.eeworm.com/read/316872/3592387
makefile
#
# Makefile for the kernel block device drivers.
#
# 12 June 2000, Christoph Hellwig
# Rewritten to use lists instead of if-statements.
#
obj-$(CONFIG_MAC_FLOPPY) += swim3.o
obj
www.eeworm.com/read/442486/1760134
java testanonymous2.java
public class TestAnonymous2{
public static void main(String args[]){
TestAnonymous2 ta = new TestAnonymous2();
ta.test(new Swimmer(){
public void swim(){
System.out.println("I'swimmin
www.eeworm.com/read/370045/2787685
java helppeople.java
package chapter7;
public class HelpPeople {
public static void a(CanWalk x) {
x.walk();
}
public static void b(CanSwim x) {
x.swim();
}
public static void c(CanFly x) {
x.fly
www.eeworm.com/read/17223/724141
stp at24cxx_stvp.stp
[Last Settings]
Hardware=ST-LINK
PROTOCOL=SWIM
Port=USB
DEVICE=STM8S207RB
Verify after programming=1
Blank check before programming (when available)=1
Erase device memory before programming (wh
www.eeworm.com/read/474238/1395020
imakefile
/* Copyright (c) Mark J. Kilgard, 1994. */
#include "../../../Glut.cf"
TARGETS = atlantis
SRCS = atlantis.c dolphin.c shark.c swim.c whale.c
AllTarget($(TARGETS))
NormalGlutProgramTarget(atlanti
www.eeworm.com/read/462666/1543985
imakefile
/* Copyright (c) Mark J. Kilgard, 1994. */
#include "../../../Glut.cf"
TARGETS = atlantis
SRCS = atlantis.c dolphin.c shark.c swim.c whale.c
AllTarget($(TARGETS))
NormalGlutProgramTarget(atlanti