码迷,mamicode.com
首页 >  
搜索关键字:infinite    ( 571个结果
新概念4-23
No two sorts of birds practise quite the same sort of flight; the varieties are infinite; but two classes may be roughly seen. 总 Any ship that crosses ...
分类:其他好文   时间:2017-07-02 14:24:34    阅读次数:193
hihocoder1497 Queen Attack
题意:同一对角线,水平线,垂线的皇后之间会相互攻击,给出n个皇后问有几对会相互攻击 ...
分类:其他好文   时间:2017-07-01 15:28:19    阅读次数:113
css3动画效果
添加动画效果: 1 animation-name:指定动画名称 2.animation-duration:设置动画的总耗时 3.animation-duration:设置的动画的播放次数,默认为1次,可以指定具体的数值,也可以指定infinite(无限次) 4.animation-direction ...
分类:Web程序   时间:2017-06-27 21:17:28    阅读次数:146
css3常用属性animation-play-state的使用技巧
animation-play-state 属性规定动画正在运行还是暂停。 浏览器支持:Internet Explorer 10、Firefox 以及 Opera 支持 animation-play-state 属性。Safari 和 Chrome 支持替代的 -webkit-animation-pl ...
分类:Web程序   时间:2017-06-22 19:45:16    阅读次数:232
CSS:简单的Loader
body { margin: 0; padding: 0; background:#3498db; } .cs-loader { position: absolute; top: 0; left: 0; height: 100%; width: 100%; } .cs-loader-inner { ... ...
分类:Web程序   时间:2017-06-22 14:20:15    阅读次数:295
_beginthreadex
//创建多子个线程实例 #include <stdio.h> #include <process.h> #include <windows.h> //子线程函数 unsigned int __stdcall ThreadFun(PVOID pM) { printf("线程ID号为%4d的子线程说:H ...
分类:其他好文   时间:2017-06-19 18:44:15    阅读次数:222
hdu 5573---Binary Tree(构造)
题目链接 Problem Description The Old Frog King lives on the root of an infinite tree. According to the law, each node should connect to exactly two nodes ...
分类:其他好文   时间:2017-06-18 20:47:29    阅读次数:239
h5旋转效果
Title ...
分类:其他好文   时间:2017-06-16 10:25:35    阅读次数:405
redis学习(1)--- NoSQL介绍
一、NoSQL介绍 1、什么是NoSQL NoSQL = Not Only SQL 非关系型数据库 2、为什么用NoSQL High performance - 高并发读写 Huge Storage - 海量数据的高效率存储和访问 High Scalability && High Availabli ...
分类:数据库   时间:2017-06-10 14:08:25    阅读次数:167
css3 关键帧动画 空间变换
Document Hi 你好 ...
分类:Web程序   时间:2017-06-07 17:02:16    阅读次数:220
571条   上一页 1 ... 27 28 29 30 31 ... 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!