码迷,mamicode.com
首页 >  
搜索关键字:infinite    ( 571个结果
机器学习基石笔记7——为什么机器可以学习(3)
杜少的 blog Lecture 7:The VC Dimension 7.1 Definition of VC Dimension VC Dimension : The formal name of maximum non-break point 对有的 infinite hypothesis V ...
分类:其他好文   时间:2017-12-18 00:00:40    阅读次数:167
2017.12.06html笔记10
第九章 CSS3动画制作 1.CSS3变形transform 语法:transform:[transform-function] *; 设置变形函数,可以是一个,也可以是多个,中间以空格分开 2.变形函数 2.1 translate(tx,ty):平移函数,基于X、Y坐标重新定位元素的位置 tran ...
分类:Web程序   时间:2017-12-11 16:03:56    阅读次数:302
[LeetCode] Nth Digit
Find the nth digit of the infinite integer sequence 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, ... Note:n is positive and will fit within the range of a 32-bi ...
分类:其他好文   时间:2017-12-06 20:00:10    阅读次数:151
Animate.css(一款有意思的CSS3动画库)
官网:https://daneden.github.io/animate.css/ animate.css 是一款跨浏览器的动画库。 使用方式: 在页面的 <head>中引入样式文件: 给你想要添加动画效果的元素加上 animated 样式,如果想要动画循环执行的话,你需要加上 infinite 样 ...
分类:Web程序   时间:2017-12-04 21:27:14    阅读次数:228
HDU 6223 Infinite Fraction Path(BFS+剪枝)
The ant Welly now dedicates himself to urban infrastructure. He came to the kingdom of numbers and solicited an audience with the king. He recounted h ...
分类:其他好文   时间:2017-12-04 21:23:41    阅读次数:209
【转载】怎么设置博客背景
写在前面 鉴于平常逛其他大神的blog的时候,经常看见他们blog上好看的背景。但自己又不知道怎么弄的,觉得很神奇。直接度娘试了前几篇发现没用。于是对着别人blog的网页源代码捣腾了一个下午,发现了摸索出了一些奥妙重重的东西,于是就挂到自己blog上给大家分享一下,如侵删。 第一步、将所需要的图片上 ...
分类:其他好文   时间:2017-12-01 18:37:22    阅读次数:179
css3图片动画旋转
body{ background-color:#021E36; text-align: center; } .container{margin:500px auto;} .round{position: relative;top:100px;left:30px;width:150px;-webkit ...
分类:Web程序   时间:2017-11-29 19:50:46    阅读次数:233
400. Nth Digit
Find the nth digit of the infinite integer sequence 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, ... Note:n is positive and will fit within the range of a 32-bi ...
分类:其他好文   时间:2017-11-23 10:53:06    阅读次数:118
animation(动画)设置
1、animation 动画 概念:当您在 @keyframes 中创建动画时,请把它捆绑到某个选择器,否则不会产生动画效果。 通过规定至少以下两项 CSS3 动画属性,即可将动画绑定到选择器: 规定动画的名称 规定动画的时长 把 "myMove" 动画捆绑到 div 元素,时长:5 秒; 2、调用 ...
分类:其他好文   时间:2017-11-20 23:20:24    阅读次数:248
零基础逆向工程36_Win32_10_互斥体_ForSingleObject_WaitForMultipleObjects
1 引言 讲了第二个内核对象,互斥体。前面已经学过一个内核对象,线程。这节讲两个函数,WaitForSingleObject()和WaitForMultipleObjects()。因此这两个函数是根据内核对象的状态来进行操作的。 2 ForSingleObject() 功能说明: 等待函数可使线程自 ...
分类:Windows程序   时间:2017-11-19 12:28:20    阅读次数:189
571条   上一页 1 ... 21 22 23 24 25 ... 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!