代码搜索:cubic
找到约 1,054 项符合「cubic」的源代码
代码结果 1,054
www.eeworm.com/read/399778/7837370
as cubic.as
package gs.easing {
public class Cubic {
public static function easeIn (t:Number, b:Number, c:Number, d:Number):Number {
return c*(t/=d)*t*t + b;
}
public static function easeOut (t:Num
www.eeworm.com/read/450088/1672507
as cubic.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/267896/4258412
as cubic.as
////////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2003-2005 Macromedia, Inc. All Rights Reserved.
// The following is Sample Code and is subject
www.eeworm.com/read/287819/8667407
plg cubic_.plg
Build Log
--------------------Configuration: cubic_ - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI
www.eeworm.com/read/287819/8667409
cpp cubic_.cpp
//求解任意一元三次方程 a*x^3+b*x^2+c*x+d=0
//输入a,b,c,d; 输出三个解分别为x1,x2,x3
//
#include "stdafx.h"
#include
#include
#include
using namespace std;
void quadr
www.eeworm.com/read/287819/8667411
ncb cubic_.ncb
www.eeworm.com/read/287819/8667412
dsp cubic_.dsp
# Microsoft Developer Studio Project File - Name="cubic_" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/287819/8667416
opt cubic_.opt
www.eeworm.com/read/287819/8667418
rar cubic_.rar
www.eeworm.com/read/287819/8667419
dsw cubic_.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "cubic_"=".\cubic_.d