Flexbox模型 主轴、主轴方向(main axis |main dimension):用户代理沿着一个伸缩容器的主轴配置伸缩项目,主轴是主轴方向的延伸。 主轴起点、主轴终点(main-start |main-end):伸缩项目的配置从容器的主轴起点边开始,往主轴终点边结束。 主轴长度、主轴长度属 ...
分类:
其他好文 时间:
2017-05-11 11:38:18
阅读次数:
163
变换 使用(多个)矩阵(Matrix) 对象可以更好的变换(Transform)一个物体。 向量 向量最基本的定义就是一个方向。 或者说 向量有一个方向(Direction)和大小(Magnitude,也叫做强度或长度)。 向量可以在任意纬度(Dimension)上 ,但是我们通常只使用2至4维。 ...
分类:
其他好文 时间:
2017-04-28 14:04:21
阅读次数:
144
在JavaScript这个一切皆为对象的世界里,难免会判断原型链的问题。那么我们就有必要了解了解isPrototypeOf和getPrototypeOf这两个方法咯。 isPrototypeOf 作用 我的理解:确定一个对象的原型链中是否继承了prototype 官方语言:Determines wh ...
分类:
其他好文 时间:
2017-04-17 22:13:32
阅读次数:
183
<?xml version="1.0" encoding="utf-8"?> <resources> <declare-styleable name="ArrowTextView"> <attr name="radius" format="dimension" /> <attr name="arro ...
分类:
其他好文 时间:
2017-04-16 11:00:31
阅读次数:
223
Lecture 1:Demonstrate the columns of a matrix (imagine the vectors) in N-dimension space.How to multiply a matrix by a vector -- a different way, mult ...
分类:
其他好文 时间:
2017-04-09 09:52:13
阅读次数:
192
Given n segments in the two dimensional space, write a program, which determines if there exists a line such that after projecting these segments on i ...
分类:
其他好文 时间:
2017-04-08 16:51:40
阅读次数:
184
numpy.nonzero(a) Return the indices of the elements that are non-zero. Returns a tuple of arrays, one for each dimension of a, containing the indices ...
分类:
编程语言 时间:
2017-03-26 11:49:44
阅读次数:
178
Dim为Dimension的缩写,后面加上所需变量的名字As为变量指定类型程序运行时,Dim语句就根据变量类型为变量分配内存空间 ...
分类:
其他好文 时间:
2017-03-17 16:32:32
阅读次数:
203
认识数据 1、数据属性(attribute,可以等同于维dimension、特征feature以及变量variable) 数值属性里面可以求均值(mean平均值)、中位数(median中间值)以及众数(mode最常见的值,一个叫单峰的unimodal,两个双峰bimodal,三个叫三峰trimoda ...
分类:
其他好文 时间:
2017-02-25 22:58:55
阅读次数:
207
import java.awt.Color;import java.awt.Dimension;import java.awt.Point;import java.awt.event.KeyEvent; import com.rupeng.game.GameCore; public class Ea ...
分类:
其他好文 时间:
2017-02-25 00:05:42
阅读次数:
264