码迷,mamicode.com
首页 >  
搜索关键字:chapter    ( 1815个结果
MapReduce Design Patterns(chapter 2(part 1))(二)
随着每天都有更多的数据加载进系统,数据量变得很庞大。这一章专注于对你的数据顶层的,概括性意见的设计模式,从而使你能扩展思路,但可能对局部数据是不适用的。概括性的分析都是关于对相似数据的分组和执行统计运算,创建索引,或仅仅为了计数。 通过分组数据集计算聚合排序是一种快速获取结果的好方法。例如,你可能想 ...
分类:其他好文   时间:2018-06-19 16:28:08    阅读次数:187
go chapter 1
// helloworld.go package main import "fmt" func main() { fmt.Println("Hello, 世界") } go run helloworld.go go build helloworldgo ./helloworld ...
分类:其他好文   时间:2018-06-19 10:28:06    阅读次数:110
chapter 3:Matriices
In a 3D graphics engine, calculations can be performed in a multitude of different Cartesian coordinate spaces. Moving fromone coordinate space to ano ...
分类:其他好文   时间:2018-06-18 21:43:19    阅读次数:217
Chapter 2 安装 和升级 MySQL
2.1通用安装向导2.1.1决定安装那个版本的mysql2.1.2如何获取MySQL2.1.3安装布局Layouts(布局)2.1.4编译指定特性Compiler-SpecificBuildCharacteristics2.2在Unix/Linux平台使用GenericBinarie通用二进制文件安装2.3使用linux网络安装UsingUnbreakableLinuxNetwork(ULN)2.
分类:数据库   时间:2018-06-11 10:56:32    阅读次数:195
Chapter 4 Perlin Noise
为了获得炫酷的坚固纹理效果,大部分人使用某种形式的Perlin噪声, 这些都是以他们的发明家 Ken Perlin的名字命名的。 Perlin纹理不会像这样返回白色噪点: 相反,它会返回类似于模糊白噪声的东西: Perlin噪声的一个关键部分是它是可重复的:它将3D点作为输入并始终返回相同的随机数。 ...
分类:其他好文   时间:2018-06-10 12:02:25    阅读次数:358
微信支付
1.https://pay.weixin.qq.com/ 2. 下载。https://pay.weixin.qq.com/wiki/doc/api/native.php?chapter=11_1 ...
分类:微信   时间:2018-06-08 14:15:29    阅读次数:234
Chapter 2: Bounding Volume Hierarchies 层次包围盒
关键是找一个完全包裹所有对象的盒子: if (ray hits bounding object) return whether ray hits bounded objectselse return false 例如,我们把对象集分为两组,红和蓝,然后用矩形包围他们: if (hits purple ...
分类:其他好文   时间:2018-06-08 01:00:09    阅读次数:993
Python Machine Learning
Chapter 3:A Tour of Machine Learning Classifiers Using Scikit-learn 3.1:Training a perceptron via scikit-learn ...
分类:编程语言   时间:2018-06-05 15:21:19    阅读次数:171
[TimLinux] MySQL 入门指导
1. 说明 本部分内容参考MySQL参考手册第三章:Chapter 3 Tutorial. 2. 版本 下载安装:https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.22-winx64.zip 当前最新版本是:8.0.11,因为我一直用的都 ...
分类:数据库   时间:2018-06-05 00:41:39    阅读次数:206
python数据统计量分析
#-*- coding: utf-8 -*- #餐饮销量数据统计量分析 from __future__ import print_function import pandas as pd catering_sale = '../data/catering_sale.xls' #餐饮数据 data =... ...
分类:编程语言   时间:2018-05-28 16:03:24    阅读次数:254
1815条   上一页 1 ... 39 40 41 42 43 ... 182 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!