9.多媒体标记 bgsound:背景音乐 embed:播放多媒体文件. marquee:移动 属性:direction移动目标方向left,right,up,down,up,down移动距离是固定的200px behavior:行为方式取值:slide,alternate,scroll slide:滑动alternate:scroll:来回滚动 scrollamount:移动速度 loop:..
分类:
Web程序 时间:
2015-08-11 01:43:42
阅读次数:
153
题目大意:给一个数s(s 2 # include 3 # include 4 # include 5 # include 6 using namespace std; 7 int ans[1005]; 8 sets; 9 void init()10 {11 set::iterator it;...
分类:
其他好文 时间:
2015-08-09 10:39:05
阅读次数:
106
#define GPIO_AF0_MCO // MCO (MCO1 and MCO2) Alternate Function mapping#define GPIO_AF0_RTC_50Hz // RTC_50Hz Alternate F...
分类:
移动开发 时间:
2015-08-09 01:42:54
阅读次数:
1035
vjudge 上题目链接:uva 11728 其实是个数论水题,直接打表就行: 1 #include 2 #include 3 using namespace std; 4 5 int ans[1003]; 6 inline void init(int n = 1000) { 7 f...
分类:
其他好文 时间:
2015-08-08 13:16:47
阅读次数:
204
Given a binary tree, return the zigzag level order traversal of its nodes' values. (ie, from left to right, then right to left for the next level and alternate between).
For example:
Given binary ...
分类:
其他好文 时间:
2015-08-01 22:08:36
阅读次数:
141
div
{
width:100px;
height:100px;
background:red;
position:relative;
animation:mymove 5s infinite;
-moz-animation:mymove 5s infinite; /* Firefox */
-webkit-animation:mymove 5s infinite; /* Safa...
分类:
其他好文 时间:
2015-07-22 14:53:02
阅读次数:
103
题目:
Given a binary tree, return the zigzag level order traversal of its nodes' values. (ie, from left to right, then right to left for the next level and alternate between).
For example:
Give...
分类:
编程语言 时间:
2015-07-20 23:39:45
阅读次数:
184
动画参数:-webkit-animation: changePosition(动画名称) 1.04s(动画持续时间) ease-in(使用的时间曲线) 1s(动画开始之前的延时) infinite(动画重复的次数) alternate(动画的方向);参数解析:div{ -webkit-ani...
分类:
Web程序 时间:
2015-07-20 14:14:39
阅读次数:
297
//屏幕滚动条 时间间隔:200ms 方向:向右Welcome!marquee中的属性: direction 表示滚动的方向,值可以是left,right,up,down,默认为left behavior 表示滚动的方式,值可以是scroll(连续滚动)slide(滑动一次)alternate...
分类:
Web程序 时间:
2015-07-17 13:28:20
阅读次数:
172
DescriptionNim is a 2-player game featuring several piles of stones. Players alternate turns, and on his/her turn, a player’s move consists of removin...
分类:
其他好文 时间:
2015-07-15 22:32:52
阅读次数:
132