码迷,mamicode.com
首页 >  
搜索关键字:infinite    ( 571个结果
【Ionic】---AngularJS扩展基本布局
目录:标题栏 : ion-header-bar页脚栏 : ion-footer-barheader/footer : 样式及内容内容区 : ion-content滚动框 : ion-scroll拉动刷新 : ion-refresher滚动刷新 : ion-infinite-scroll脚本接口 : ...
分类:Web程序   时间:2015-04-15 16:40:48    阅读次数:450
NY Radar
Radar 时间限制:1000 ms  |  内存限制:65535 KB 难度:3 描述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...
分类:其他好文   时间:2015-04-13 16:49:30    阅读次数:122
GCJ2015 Problem B. Infinite House of Pancakes
我这个弱B一开始就认为对于一个数, 对半分肯定比其他的分配方案好,然后最终也没过对半分不一定是最好的分配方案,比如, 9 可能分成3个3比对半分好真不知道那些大牛是怎么思考问题的,我看了第一的代码,他枚举最终状态的最大值, 他是怎么思考问题的呢?下面这个我改的蔡的暴力代码, 加上了枚举每一种分法,目...
分类:其他好文   时间:2015-04-13 01:42:19    阅读次数:219
GCJ 2015Q(Infinite House of Pancakes-贪心与枚举)
Problem At the Infinite House of Pancakes, there are only finitely many pancakes, but there are infinitely many diners who would be willing to eat them! When the restaurant opens for breakfast, among...
分类:其他好文   时间:2015-04-12 16:19:03    阅读次数:120
Infinite House of Pancakes(贪心)
Problem At the Infinite House of Pancakes, there are only finitely many pancakes, but there are infinitely many diners who would be willing to eat them! When the restaurant opens for breakfast, among...
分类:其他好文   时间:2015-04-11 20:53:37    阅读次数:134
POJ 3358- Period of an Infinite Binary Expansion(欧拉函数+欧拉定理)
Period of an Infinite Binary Expansion Time Limit:1000MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I64u Submit Status Practice POJ 3358 Appoint description:  System Crawler  (201...
分类:其他好文   时间:2015-04-11 13:18:57    阅读次数:148
动画复习
动画normal: 正常方向 alternate: 正常与反向交替 infinite: 无限循环 -webkit-animation:yy 0.2s ease-in 0 infinite normal;-webkit-animation:yy 0.2s ease-in 0 infinite alte...
分类:其他好文   时间:2015-04-10 14:54:56    阅读次数:119
infinitescroll
用infinite插件 必须1.8.3以下 配合 more.js 版本的插件才能用这个版本只是点击很简单,2.2版本(主版本主要针对的是滚动)的不支持
分类:其他好文   时间:2015-04-09 10:17:02    阅读次数:118
过渡效果,动画效果,变换效果
过渡效果的写法-webkit-transition:all 5s ease-in 0s;动画效果的写法:h1 {-webkit-animation: cc 10s ease-in 0 infinite alternate;}@-webkit-keyframes cc {0% {color:red;}...
分类:其他好文   时间:2015-04-08 21:09:44    阅读次数:130
有两种分别用<bgsound>和<embed></embed>标签,当用<embed>插入背景音乐时可以设置宽度和高度为0,隐藏播放器。
: 是用来插入背景音乐,但只适用于 ie,其参数设定不多。如下 src="your.mid"设定 midi 档案及路径,可以是相对或绝对。autostart=true是否在音乐档下载完之后就自动播放。true 是,false 否 (内定值)。loop=infinite是否自动反复播放。loop...
分类:其他好文   时间:2015-04-06 18:30:55    阅读次数:104
571条   上一页 1 ... 45 46 47 48 49 ... 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!