码迷,mamicode.com
首页 >  
搜索关键字:infinite    ( 571个结果
转 js Infinite Scrolling Demo
原文:http://www.sitepoint.com/jquery-infinite-scrolling-demos/Infinite Scrolling Demo 5Usage – HTML content content ...Usage – jQueryInfinite Scro...
分类:Web程序   时间:2015-02-16 22:05:47    阅读次数:165
【备忘录】ionic 1.0.0 beat14中ion-infinite-scroll持续加载,ng-if控制无效问题
一、$scope.$broadcast('scroll.infiniteScrollComplete');↓↓$scope.$apply(function(){ $scope.$broadcast('scroll.infiniteScrollComplete'); });二、报错$digest al...
分类:其他好文   时间:2015-02-09 12:36:35    阅读次数:2682
css3实现卡牌旋转与物体发光效果
效果演示http://demo.qpdiy.com/hxw/CSS3/rotate+light.html物体旋转:卡牌同一位置放2张图片,通过设置3D动画旋转实现animation: cardfront 2s infinite; -webkit-animation: cardfront 2s ...
分类:Web程序   时间:2015-02-03 16:42:18    阅读次数:230
欧拉计划(python) problem 65
Convergents of e Problem 65 The square root of 2 can be written as an infinite continued fraction. √2 = 1 + 1   2 + 1     2 + 1       2 + 1 ...
分类:编程语言   时间:2015-01-31 16:27:32    阅读次数:178
WaitForSingleObject等待退出线程bug
ThreadExitFlag = TRUE; m_thread->ResumeThread();//继续线程 m_pSampleThread->ResumeThread(); Sleep(20); /* WaitForSingleObject(m_thread->m_hThread, INFINITE); WaitForSingleObject(m_pSampleThread->m_h...
分类:编程语言   时间:2015-01-29 14:45:21    阅读次数:131
hdu 1199 Color the Ball 离散线段树
C - Color the Ball Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmit StatusDescriptionThere are infinite balls in a line (num...
分类:其他好文   时间:2015-01-24 13:04:14    阅读次数:195
FFmpeg 学习之 定时器解码两路视频并进行对比<2>
前面写过一篇关于视频对比的文章,后来又做了一些修缮,用代码实现了一遍。 //定时器,解码 void Cvideo4Dlg::OnTimer(UINT nIDEvent) { //输出视频解码 WaitForSingleObject(AfxBeginThread(Decode_out_Thread, this), INFINITE); //输入视频解码 WaitForSingleObjec...
分类:其他好文   时间:2015-01-23 18:24:32    阅读次数:146
for(;;)的解释
通常死循环会这样写 for(;;)   无限循环 理论上讲,任何一个循环语句都可以达到死循环的目的,比如 (代码取自udk2014) /** Executes an infinite loop. Forces the CPU to execute an infinite loop. A debugger may be used to skip past the loop a...
分类:其他好文   时间:2015-01-01 19:50:19    阅读次数:294
#284# div.2 C.Crazy Town
C. Crazy TownCrazy Town is a plane on which there are n infinite line roads. Each road is defined by the equation aix?+?biy?+?ci?=?0, where ai and bi ...
分类:其他好文   时间:2014-12-27 17:25:42    阅读次数:176
css3特效2 放射性圆形
.spinner { width: 400px; height: 400px; background-color: #0cf; border-radius: 100%; -webkit-animation: scaleout 1.0s infinite ease-in-out;} @-...
分类:Web程序   时间:2014-12-24 17:59:05    阅读次数:198
571条   上一页 1 ... 47 48 49 50 51 ... 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!