代码搜索:QUAD
找到约 3,045 项符合「QUAD」的源代码
代码结果 3,045
www.eeworm.com/read/399778/7837379
as quad.as
package gs.easing {
public class Quad {
public static function easeIn (t:Number, b:Number, c:Number, d:Number):Number {
return c*(t/=d)*t + b;
}
public static function easeOut (t:Number
www.eeworm.com/read/123646/14619331
in quad.in
www.eeworm.com/read/450088/1672510
as quad.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/4258415
as quad.as
////////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2003-2005 Macromedia, Inc. All Rights Reserved.
// The following is Sample Code and is subject
www.eeworm.com/read/186057/8964591
gif quad.gif
www.eeworm.com/read/184320/9110407
cs quad.cs
using System;
using System.Collections;
using System.Drawing;
using Microsoft.DirectX;
using Microsoft.DirectX.Direct3D;
namespace GameEngine
{
///
/// The basic structure for bu
www.eeworm.com/read/182503/9201060
asm quad.asm
www.eeworm.com/read/375111/9372357
c quad.c
/******** program quad **********/
/* 2-d stress analysis using 4-node */
/* quadrilateral elements with temperature */
/* t.r.chandrupatla and a.d.belegundu */
/***
www.eeworm.com/read/177197/9465710
h quad.h
// quad.h: interface for the quad class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_QUAD_H__B94D5D61_00A4_11D6_A8DC_F25F82C9541A__INCLUDED_)
#defi
www.eeworm.com/read/177197/9465714
cpp quad.cpp
// quad.cpp: implementation of the quad class.
//
//////////////////////////////////////////////////////////////////////
#include "quad.h"
#include
//#include
using namespac