码迷,mamicode.com
首页 >  
搜索关键字:duration    ( 1036个结果
LR11中自定义函数web_custom_request请求
Action() { char * ip,temp; int state; double time_elapsed, duration, waste; merc_timer_handle_t timer_check; /* l...
分类:Web程序   时间:2015-05-05 21:14:44    阅读次数:167
lr_get_transaction_duration 函数介绍
lr_get_transaction_duration用于获取事务所消耗的时间。实例:Action(){ double trans_time; //定义变量 web_url("www.baidu.com", "URL=http://www.baidu.com/", ...
分类:其他好文   时间:2015-05-05 19:11:41    阅读次数:156
CABasicAnimation x y z 轴旋转动画
x轴旋转:CABasicAnimation *theAnimation;theAnimation=[CABasicAnimation animationWithKeyPath:@"transform.rotation.x"];theAnimation.duration=1;theAnimation....
分类:其他好文   时间:2015-05-01 12:00:02    阅读次数:108
localStorage封装
/*设置与获取Cookie*/ 2 var Cookie ={} 3 Cookie.write = function(key, value, duration){ 4 var d = new Date(); 5 d.setTime(d.getTime()+1000*60*60*24*30); 6 ....
分类:其他好文   时间:2015-04-30 12:22:50    阅读次数:164
CADisplayLink 简介
什么是CADisplayLink        CADisplayLink是一个能让我们以和屏幕刷新率相同的频率将内容画到屏幕上的定时器。我们在应用中创建一个新的 CADisplayLink对象,把它添加到一个runloop中,并给它提供一个target和selector在屏幕刷新的时候调用。      一但CADisplayLink以特定的模式注册到runloop之后,每当屏幕需要刷...
分类:其他好文   时间:2015-04-28 11:51:00    阅读次数:112
可变速率的语音变调效果
Time stretching is the process of changing the speed or duration of an audio signal without affecting its pitch. Pitch scaling or pitch shifting is the opposite: the process of changing the pitch...
分类:其他好文   时间:2015-04-26 11:00:42    阅读次数:173
可变速率的语音变调效果
Time stretchingis the process of changing the speed or duration of anaudio signalwithout affecting itspitch.Pitch scalingorpitch shiftingis the opposi...
分类:其他好文   时间:2015-04-26 10:41:16    阅读次数:138
UIKit - UIView动画扩展块(UIViewAnimationWithBlocks)
UIView类函数原型@interface UIView(UIViewAnimationWithBlocks)+ (void)animateWithDuration:(NSTimeInterval)duration delay:(NSTimeInterval)delay options:(UIViewAnimationOptions)options animations:(void (^)(void...
分类:其他好文   时间:2015-04-23 15:39:04    阅读次数:269
关于css样式box-shadow的一些好玩的变换样式,内置gif动态效果图
#a{ height: 110px; width: 110px; margin: 50px; background-color: #FF0000; transition-duration: 1s; } #a:hover{...
分类:Web程序   时间:2015-04-21 22:40:07    阅读次数:143
1036条   上一页 1 ... 87 88 89 90 91 ... 104 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!