文件操作 - Sine.as
返回文件管理
返回主菜单
删除本文件
文件: /home/tecnoht/public_html/gigisantamaria--com/--old19965547/oldfile/com/robertpenner/easing/Sine.as
编辑文件内容
class com.robertpenner.easing.Sine { function Sine() { } // End of the function static function easeIn(t, b, c, d) { return (-c * Math.cos(t / d * 1.570796E+000) + c + b); } // End of the function static function easeOut(t, b, c, d) { return (c * Math.sin(t / d * 1.570796E+000) + b); } // End of the function static function easeInOut(t, b, c, d) { return (-c / 2 * (Math.cos(3.141593E+000 * t / d) - 1) + b); } // End of the function static function easeOutIn(t, b, c, d) { t = t / (d / 2); if (t < 1) { return (c / 2 * Math.sin(3.141593E+000 * t / 2) + b); } // end if return (-c / 2 * (Math.cos(3.141593E+000 * --t / 2) - 2) + b); } // End of the function } // End of Class
修改文件时间
将文件时间修改为当前时间的前一年
删除文件