代码搜索:bouncing
找到约 149 项符合「bouncing」的源代码
代码结果 149
www.eeworm.com/read/137325/5825629
h paths.h
// Copyright 2002 Kenneth Guy,
//
#include "TPathLineType.h"
#include "TBadGuyFlags.h"
//0 home in from behind bad guy
//1 recovering bad guy
//2 zig zag bad guy
//3 bouncing animate
www.eeworm.com/read/137325/5825632
h paths.h
// Copyright 2002 Kenneth Guy,
//
#include "TPathLineType.h"
#include "TBadGuyFlags.h"
//0 home in from behind bad guy
//1 recovering bad guy
//2 zig zag bad guy
//3 bouncing animate
www.eeworm.com/read/484014/6588996
java bouncingball.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class Ball extends JApplet implements Runnable{
private Thread blueBall;
private boolean xUp,yUp,bouncing;
private i
www.eeworm.com/read/484014/6588997
txt ball_两球相撞_多次.java.txt
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class Ball extends JApplet {
private OneBall blueBall, redBall;
private boolean xUp,yUp,bouncing,start=false;
privat
www.eeworm.com/read/107999/15596434
java bouncezhuan.java
import java.awt.*;
import java.awt.event.*;
import java.awt.geom.*;
import java.util.*;
import javax.swing.*;
/**
Shows an animated bouncing ball running in a separate thread
*/
publi
www.eeworm.com/read/271036/11011351
java bounce.java
import java.awt.*;
import java.awt.event.*;
import java.awt.geom.*;
import java.util.*;
import javax.swing.*;
/**
*Shows an animated bouncing ball
*/
public class Bounce
{
public stat
www.eeworm.com/read/484014/6588998
txt ball_两球相撞.java.txt
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class Ball extends JApplet {
private OneBall blueBall, redBall;
private boolean xUp,yUp,bouncing;
private int x, y,
www.eeworm.com/read/127531/6004581
jad manyballs.jad
MIDlet-Name: ManyBalls
MIDlet-Version: 1.0.3
MIDlet-Vendor: Sun Microsystems, Inc.
MIDlet-Description: Multithreaded example with lots of bouncing balls.
MicroEdition-Profile: MIDP-1.0
MicroEdition-Co
www.eeworm.com/read/115951/14994571
txt readme.txt
http://www.vb-helper.com/HowTo/bounce1.zip
Purpose
Animate a bouncing ball on a background.
Method
Use BitBlt to erase the ball. Then draw the ball in its new location. When
the ball gets t
www.eeworm.com/read/294555/3916709
jad manyballs.jad
MIDlet-Name: ManyBalls
MIDlet-Version: 1.0.3
MIDlet-Vendor: Sun Microsystems, Inc.
MIDlet-Description: Multithreaded example with lots of bouncing balls.
MicroEdition-Profile: MIDP-1.0
MicroEdition-Co