代码搜索:Bounce
找到约 633 项符合「Bounce」的源代码
代码结果 633
www.eeworm.com/read/399778/7837411
as bounce.as
package gs.easing {
public class Bounce {
public static function easeOut (t:Number, b:Number, c:Number, d:Number):Number {
if ((t/=d) < (1/2.75)) {
return c*(7.5625*t*t) + b;
} else
www.eeworm.com/read/450088/1672517
as bounce.as
/*
Disclaimer for Robert Penner's Easing Equations license:
TERMS OF USE - EASING EQUATIONS
Open source under the BSD License.
Copyright
www.eeworm.com/read/373544/2761531
as bounce.as
class mx.transitions.easing.Bounce
{
function Bounce()
{
} // End of the function
static function easeOut(t, b, c, d)
{
t = t / d;
if (t / d < 3.636364E-001
www.eeworm.com/read/267896/4258422
as bounce.as
////////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2003-2005 Macromedia, Inc. All Rights Reserved.
// The following is Sample Code and is subject
www.eeworm.com/read/388292/8615342
dsw bounce.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/388292/8615346
dep bounce.dep
# Microsoft Developer Studio Generated Dependency File, included by Bounce.mak
www.eeworm.com/read/388292/8615356
dsp bounce.dsp
# Microsoft Developer Studio Project File - Name="Bounce" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap
www.eeworm.com/read/388292/8615359
mak bounce.mak
# Microsoft Developer Studio Generated NMAKE File, Based on Bounce.dsp
!IF "$(CFG)" == ""
CFG=Bounce - Win32 Debug
!MESSAGE No configuration specified. Defaulting to Bounce - Win32 Debug.
!ENDIF
www.eeworm.com/read/388292/8615365
c bounce.c
/*---------------------------------------
BOUNCE.C -- Palette Animation Demo
(c) Charles Petzold, 1998
---------------------------------------*/
#include
#defi
www.eeworm.com/read/388292/8618315
dsw bounce.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################