代码搜索:bouncing
找到约 149 项符合「bouncing」的源代码
代码结果 149
www.eeworm.com/read/4033/23924
exe bouncing balls with timer.exe
www.eeworm.com/read/4033/24017
dsw bouncing balls with timer.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/4033/24020
ncb bouncing balls with timer.ncb
www.eeworm.com/read/4033/24022
opt bouncing balls with timer.opt
www.eeworm.com/read/124607/14557522
txt @psc_readme_7881_3.txt
Title: Blitz-Ball-The bouncing ball demo
Description: This is a program which demonstrates the bouncing of ball in zero-gravity environment.Uses graphics.h and has decent graphics and cool sound.
It
www.eeworm.com/read/124607/14557515
txt read me.txt
///////////////////////////////////////////////////////////////////////////////////////////////
BLITZ BALL- THE BOUNCING BAll PROGRAM
////////////////////////////////////////////////////////////
www.eeworm.com/read/121972/14728111
htm 001.htm
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|13 Sep 1999 16:00:00 -0000
vti_extenderversion:SR|4.0.2.3406
vti_cacheddtm:TX|13 Sep 1999 16:00:00 -0000
vti_filesize:IR|1037
vti_cachedlinkinfo:VX
www.eeworm.com/read/118857/14851904
java ball.java
/*
* 这是一个在applet内部显示一个蓝色反弹球的程序。
*
* 通过一个mousePressed事件使该球开始运动。
*
* 在该球撞击applet边框时,它从边框弹回并以相反的方向运行。
*/
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public clas
www.eeworm.com/read/160819/10496341
cpp bouncedemo.cpp
#include "canvas.h"
// simple bouncer, one circle bouncing
int main()
{
AnimatedCanvas canvas(200,200,20,20);
CircleShape circle(Point(100,100), 10.0, CanvasColor::RED);
Bouncer
www.eeworm.com/read/219526/14877194
c winball.c
#include
/* This structure is used to store data used by the bouncing ball window */
typedef struct ball_win_data
{
UGL_TASK_ID taskId;
W