转自 http://blog.csdn.net/lwfcgz/article/details/39254743 3D三维(three dimension)。客观世界中静止的物体都是三维的,在计算机图形学中常在一定的坐标系中用(x,y,z)坐标系列表示物体。3D modeling3D建模。用三维坐标来 ...
分类:
其他好文 时间:
2016-11-20 18:52:15
阅读次数:
288
度量维度(measures group) 在数据方中的一些概念如维度(Dimension),度量(Measure),度量组(measure group),层次(hierarchy),级别(level)是很容易理解的,有个概念 度量维度(measures group)让人理解起来非常困难。 MSDN的 ...
分类:
其他好文 时间:
2016-10-29 07:42:13
阅读次数:
202
Assume the output from a layer in CNN is N × N × d dimension, which is the output of d filters for N × N spatial cells. Each spatial cell is computed ...
分类:
其他好文 时间:
2016-10-27 12:45:57
阅读次数:
241
Introduction¶ 介绍 77 of 87 people found this helpful Authorization refers to the process that determines what a user is able to do. For example user Ad ...
分类:
其他好文 时间:
2016-10-23 11:50:52
阅读次数:
173
"use strict"import React, { Component } from 'react';import { AppRegistry, // 注册组件,是应用的JS运行入口 StyleSheet, // 样式表, 类似于一个集合包含各个组件的属性 ListView, Dimension ...
分类:
其他好文 时间:
2016-10-06 20:01:51
阅读次数:
118
1.MMU功能 将虚拟地址转化为物理地址;访问权限管理。 2.地址转化 2.1 总体分析 2.2 一级转换格式 位解释:(段设置) B:表示是否使能write buffer; C: 表示是否开启cache; XN(The Execute-Never ):determines if the regio ...
分类:
其他好文 时间:
2016-10-03 06:50:58
阅读次数:
170
本节课程主要讲述过拟合。 VC Dimension过大的时候会发生Bad Generalization,也就是Ein很低,但是Eout很高的情况。没有办法做举一反三的学习。 Ein越做越好,但是Eout却上升了。这种情况叫做过拟合。 欠拟合就是做的不好的情况,通过增加VC Dimension可以解决 ...
分类:
其他好文 时间:
2016-09-28 15:56:57
阅读次数:
213
1,查看table中的index的定义 2,查看Index Page占用的物理存储空间 Appendix:Scanning Modes The mode in which the function is executed determines the level of scanning perfor ...
分类:
其他好文 时间:
2016-09-04 19:09:30
阅读次数:
308
一、ETL操作 抽取数据 日志格式: 分割符号:^A IP地址 服务器时间 二、Java工程 1. 创建项目 copy代码及配置文件 2. 改配置 core-site.xml hbase-site.xml 3. 代码描述 common包:常量(字段常量) dimension包:自定义key valu ...
分类:
其他好文 时间:
2016-09-04 11:28:20
阅读次数:
128
第一次搞swing,自定义JDialog的例子较少,写下来备忘 ,对JDialog中的文本框进行了验证 package com.chauvet;import java.awt.Component;import java.awt.Dimension;import java.awt.Toolkit;im ...