代码搜索:bouncing

找到约 149 项符合「bouncing」的源代码

代码结果 149
www.eeworm.com/read/412508/11195207

ini resrwalk.ini

;----------- RESTRICTED RANDOM WALK SETTINGS ------------------ ; 0 = toroidal 1 = bouncing world.mobileHost[*].mobility.movKind = 1 world.mobileHost[*].mobility.moveInterval =0.5 world.mobileHost[
www.eeworm.com/read/147972/5718702

java bigparticle.java

package sim.app.tutorial4; import sim.engine.*; import sim.util.*; /** A bouncing particle that cannot be randomized */ public class BigParticle extends Particle implements Proxiable { // we
www.eeworm.com/read/163987/5501343

dfm mainform.dfm

object frmMain: TfrmMain Left = 192 Top = 107 Width = 500 Height = 518 Caption = 'Bouncing Balls' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText
www.eeworm.com/read/379506/2671969

dfm mainform.dfm

object frmMain: TfrmMain Left = 192 Top = 107 Width = 500 Height = 518 Caption = 'Bouncing Balls' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText
www.eeworm.com/read/357319/3018931

dfm mainform.dfm

object frmMain: TfrmMain Left = 192 Top = 107 Width = 500 Height = 518 Caption = 'Bouncing Balls' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText
www.eeworm.com/read/335968/12487060

java linearballet.java

import java.awt.*; import java.applet.*; // The basic idea is that we have two points bouncing around // the screen and we draw a line between. But, we want a trail of lines, //
www.eeworm.com/read/168695/5441038

java collisiontest.java

import javax.microedition.midlet.*; import javax.microedition.lcdui.*; /** * An example that creates some ships and flies them around bouncing off each * other. * @author Martin J. Wells *
www.eeworm.com/read/448504/1688571

java collisiontest.java

import javax.microedition.midlet.*; import javax.microedition.lcdui.*; /** * An example that creates some ships and flies them around bouncing off each * other. * @author Martin J. Wells *
www.eeworm.com/read/398634/2375680

test rpl_flush_log_loop.test

# Testing if "flush logs" command bouncing resulting in logs created in a loop # in case of bi-directional replication source include/master-slave.inc; connection slave; stop slave; --replace_resul
www.eeworm.com/read/379466/2673808

java collisiontest.java

import javax.microedition.midlet.*; import javax.microedition.lcdui.*; /** * An example that creates some ships and flies them around bouncing off each * other. * @author Martin J. Wells *