码迷,mamicode.com
首页 >  
搜索关键字:computing    ( 560个结果
2019.9.1-3 mapreduce ,gossip ,failure detectors,和p2p systems
好久没刷coursera的课了,这周注册了个cloud computing看看。 第一章 讲mapreduce,没啥好说的。 第二章 gossip protocol,是一种应用层的协议,bitcoin和很多其他类似的分布式数据库系统有用到这种协议,它基本就是将数据从一个结点定期向周围传播信息,可以是 ...
分类:其他好文   时间:2019-09-04 10:14:31    阅读次数:86
POJ 1306 暴力求组合数
Combinations Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 11049 Accepted: 5013 Description Computing the exact number of ways that N thi ...
分类:其他好文   时间:2019-08-24 15:04:28    阅读次数:73
win10安装tensorflow-gpu
安装cuda 先安装VS,然后根据自己的版本安装CUDA、 安装完后,打开cmd命令行输入nvcc -V,检测是否安装成功 安装cuDDN 安装对应版本,解压后覆盖到CUDA的地址,默认为C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1 ...
分类:Windows程序   时间:2019-08-04 23:58:24    阅读次数:411
RDD 五大特性
1)A list of partitions RDD由很多partition构成,有多少partition就对应有多少task来执行 2)A function for computing each split 对RDD做计算,相当于对RDD的每个split或partition做计算 3)A list ...
分类:其他好文   时间:2019-07-21 16:31:29    阅读次数:112
Security-Enhanced Linux 文本处理三剑客之AWK
SELinux介绍 SELinux:Security-Enhanced Linux, 是美国国家安全局(NSA=The National Security Agency)和SCC(Secure Computing Corporation)开发的 Linux的一个强制访问控制的安全模块。2000年以G ...
分类:系统相关   时间:2019-07-21 16:22:21    阅读次数:129
五星宏辉游戏项目小结
五星宏辉游戏项目小结 web服务端和game服务端的区别 Server的定义和分类 wiki对Server的定义: In computing, a server is a computer program or a device that provides functionality for oth ...
分类:其他好文   时间:2019-07-09 00:02:30    阅读次数:116
机器学习(1)互相关
Computing the cross correlation function is useful for finding the time delay offset between two time series. Python has the numpy.correlate function. ...
分类:其他好文   时间:2019-07-07 16:03:46    阅读次数:148
图灵的文章“Computing machinery and intelligence”译文
图灵奠基AI的力作“Computing machinery and intelligence”全文译完,摘自http://blog.sciencenet.cn/blog-2322490-1122667.html,如有侵权及时联系我,我会第一时间删除。 计算机器与智能 目录 1,模仿游戏 2,对新问题 ...
分类:系统相关   时间:2019-07-05 10:59:08    阅读次数:147
CUDA 编程:第一个CUDA程序
# 环境准备 Windows 下安装好CUDA,VS2013。 创建一个空的控制台程序,新增加一个文件“test.cu”。 ##配置头文件和库文件目录 ``` C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0\include C:\Pro ...
分类:其他好文   时间:2019-07-04 00:42:54    阅读次数:147
LeetCode-241 Different Ways to Add Parentheses
题目描述 Given a string of numbers and operators, return all possible results from computing all the different possible ways to group numbers and operator ...
分类:其他好文   时间:2019-07-01 19:56:16    阅读次数:98
560条   上一页 1 ... 5 6 7 8 9 ... 56 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!