码迷,mamicode.com
首页 >  
搜索关键字:specific    ( 1538个结果
[LeetCode] Design HashMap 设计HashMap
Design a HashMap without using any built-in hash table libraries. To be specific, your design should include these functions: put(key, value) : Insert ...
分类:其他好文   时间:2018-11-17 10:31:39    阅读次数:293
[LeetCode] Design HashSet 设计HashSet
Design a HashSet without using any built-in hash table libraries. To be specific, your design should include these functions: add(value): Insert a val ...
分类:其他好文   时间:2018-11-15 23:40:50    阅读次数:349
test
``` agent.sources = seqGenSrc agent.channels = memoryChannel agent.sinks = loggerSink # For each one of the sources, the type is defined agent.sources... ...
分类:其他好文   时间:2018-11-12 20:24:44    阅读次数:145
Two Sum_Leetcode
1. Two Sum Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input wo ...
分类:其他好文   时间:2018-11-12 11:14:27    阅读次数:100
hadoop集群的搭建
1.安装虚拟机 2.虚拟机上安装centos7作为hadoop的主节点 1)修改主机名 清空里里面的内容;然后填写master 2)修改hosts 内容如下: 3.克隆出两个centos7作为hadoop的slave 1)分别修改主机名 清空里里面的内容;然后分别填写slave0和slave1 2) ...
分类:其他好文   时间:2018-11-09 22:04:18    阅读次数:195
Two Sum
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:其他好文   时间:2018-11-05 22:24:22    阅读次数:176
R_Studio(关联)对dvdtrans.csv数据进行关联规则分析
dvdtrans.csv数据:该原始数据仅仅包含了两个字段(ID, Item) 用户ID,商品名称(共30条) #导入arules包 #install.packages("arules") library (arules) setwd('D:\\data') Gary=read.csv(file=" ...
分类:其他好文   时间:2018-11-03 01:52:27    阅读次数:232
Kafka系列一之架构介绍和安装
Kafka架构介绍和安装 写在前面 还是那句话,当你学习一个新的东西之前,你总得知道这个东西是什么?这个东西可以用来做什么?然后你才会去学习它,使用它。简单来说,kafka既是一个消息队列,如今,它也演变为一个分布式的流处理平台,这一点就是很厉害的了。所以,学习kafka对于大数据的小伙伴们来说,是 ...
分类:其他好文   时间:2018-10-31 15:44:17    阅读次数:151
stackoverflow
Be on-topic Our community is defined by a specific set of topics in the help center; please stick to those topics and avoid asking for opinions or ope ...
分类:其他好文   时间:2018-10-31 13:59:03    阅读次数:181
LeetCode问题
1、Two Sum """Given an array of integers, return indices of the two numbers such that they add up to a specific target.You may assume that each input w... ...
分类:其他好文   时间:2018-10-29 20:09:02    阅读次数:132
1538条   上一页 1 ... 32 33 34 35 36 ... 154 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!