码迷,mamicode.com
首页 >  
搜索关键字:linear    ( 2303个结果
css3 ------ gradient
使用gradient的地方有:background-imageborder-imagelist-style-imagecontent propertylinear-gradient:语法:Formal grammar: linear-gradient( [ | to ,]? [, ]+ ) ...
分类:Web程序   时间:2014-05-30 02:56:32    阅读次数:283
数据结构C#版笔记--顺序表(SeqList)
线性结构(Linear Stucture)是数据结构(Data Structure)中最基本的结构,其特征用图形表示如下:即:每个元素前面有且只有一个元素(称为“前驱”),同样后面有且只有一个元素(称为"后继")--注:起始元素的前驱认为是空,末尾元素的后继认为也是空,这样在概念上就不冲突了。线性表...
分类:其他好文   时间:2014-05-30 01:24:47    阅读次数:403
LeetCode: Single Number Ⅱ
Given an array of integers, every element appears three times except for one. Find that single one. Note: Your algorithm should have a linear runtime ...
分类:其他好文   时间:2014-05-27 00:10:26    阅读次数:319
Introduction to Bode Plot 波特图入门
Introduction to Bode Plot 神马东东是波特图?                  A Bode plot /?bo?di/ is a graph of the transfer function of a linear, time-invariant system versusfrequency, plotted with a log-fre...
分类:其他好文   时间:2014-05-26 05:32:15    阅读次数:301
【LeetCode】Single Number
原文: Given an array of integers, every element appears twice except for one. Find that single one. Note: Your algorithm should have a linear runtime complexity. Could you implement it without ...
分类:其他好文   时间:2014-05-25 21:30:02    阅读次数:276
LeetCode: Single Number
Given an array of integers, every element appears twice except for one. Find that single one. Note: Your algorithm should have a linear runtime comple...
分类:其他好文   时间:2014-05-23 07:22:48    阅读次数:241
3. Generlized Linear Models
Generlized Linear Models 广义线性模型Linear Regression和Logistic Regression都是广义线性模型的特例The exponential family自然指数分布族当概率密度函数可以写成下面的形式,我们称属于自然指数分布族: η 特性[自然]参数 ...
分类:其他好文   时间:2014-05-23 06:30:48    阅读次数:273
Single Number
Given an array of integers, every element appearstwiceexcept for one. Find that single one.Note:Your algorithm should have a linear runtime complexity...
分类:其他好文   时间:2014-05-22 16:31:03    阅读次数:194
算法教程(2)zz
In the previous section we saw how to use vectors to solve geometry problems. Now we are going to learn how to use some basic linear algebra to do lin...
分类:其他好文   时间:2014-05-22 04:17:01    阅读次数:549
缓动函数速查表
缓动函数速查表缓动函数指定动画效果在执行时的速度,使其看起来更加真实。现实物体照着一定节奏移动,并不是一开始就移动很快的。当我们打开抽屉时,首先会让它加速,然后慢下来。当某个东西往下掉时,首先是越掉越快,撞到地上后回弹,最终才又碰触地板。本页可以在每次你需要时,帮助你找到想要的缓动函数。linear...
分类:其他好文   时间:2014-05-21 12:01:12    阅读次数:348
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!