码迷,mamicode.com
首页 >  
搜索关键字:infinite    ( 571个结果
WaitForSingleObject和CEvent用法
WaitForSingleObject函数用来检测hHandle事件的信号状态,当函数的执行时间超过dwMilliseconds就返回,但如果参数dwMilliseconds为INFINITE时函数将直到相应时间事件变成有信号状态才返回,否则就一直等待下去,直到WaitForSingleObject...
分类:其他好文   时间:2014-12-12 06:40:59    阅读次数:203
iscroll动态加载数据完美解决方案
@{ Layout = null;} iScroll demo: infinite scrolling iScroll Cell 1 ...
分类:其他好文   时间:2014-12-10 22:34:17    阅读次数:726
阿里云1218动态css3代码
See the Pen jEWpWm by kujian (@kujian) on CodePen. 1 .room-nav { 2 /* -webkit-animation:roomNavTranslate3d 2s linear infinite; */ 3 -moz...
分类:Web程序   时间:2014-12-09 17:41:00    阅读次数:187
只有五行的算法》》Foloyd-Warshall算法(多元最短路径问题)
#includeint main(){ int INF=9999999;//音节划分:无穷的 infinite int map[100][100]; int N,M; scanf("%d%d",&N,&M); int i,j; int k; for(i=1;...
分类:编程语言   时间:2014-12-03 23:17:00    阅读次数:306
poj 1328 【Radar Installation】【几何转化、区间覆盖】
点击打开题目 Radar Installation Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 54970   Accepted: 12381 Description Assume the coasting is an infinite strai...
分类:其他好文   时间:2014-11-26 11:17:24    阅读次数:225
纯CSS3技术 加载中
你能相信吗?这些都是由一个DIV元素实现的动画,纯CSS3技术1.加载中...css:.loader, .loader:before, .loader:after { background: #FFF; -webkit-animation: load1 1s infinite ease-in-ou....
分类:Web程序   时间:2014-11-26 11:14:20    阅读次数:312
poj 1328 Radar Installation 【贪心】【区间选点问题】
Radar Installation Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 54798   Accepted: 12352 Description Assume the coasting is an infinite straight line. La...
分类:其他好文   时间:2014-11-18 01:40:09    阅读次数:255
Radar Installation(poj1328)(贪心)
Radar Installation Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 54756   Accepted: 12337 Description Assume the coasting is an infinite straight line. Land...
分类:其他好文   时间:2014-11-15 20:19:02    阅读次数:228
POJ-1328 Radar Installation-贪心算法
Description Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating in the sea side. And any radar installation, l...
分类:编程语言   时间:2014-11-15 15:37:31    阅读次数:151
瀑布流插件|jquery.masonry|使用demo
Maonsry+Infinite-Scroll实现滚动式分页,网上有很多,这里只说:瀑布流插件的一个基本使用,附上基本功能的demojquery.masonry的跑通demo a a a a a aa a a a a aa a a a a aa a a a a aa a a a a aa...
分类:Web程序   时间:2014-11-15 11:20:18    阅读次数:239
571条   上一页 1 ... 48 49 50 51 52 ... 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!