码迷,mamicode.com
首页 >  
搜索关键字:least    ( 1796个结果
HDU 1019 (多个数的最小公倍数)
传送门:http://acm.hdu.edu.cn/showproblem.php?pid=1019 Least Common Multiple Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Othe ...
分类:其他好文   时间:2018-07-15 14:57:12    阅读次数:213
CentOS7.3下ELK日志分析系统集群搭建
  Elasticsearch是个基于Lucene实现的开源、分布式、restful的全文本搜索引擎,此外他还是一个分布式实时文档存储,其中每个文档的每个filed均是可被索引的数据,且可被搜索,也是一个带实时分析功能的搜索引擎,能够扩展至数以百计的节点实时处理PB级别的数据。它的特点有:分布式,零配置,自动发现,索引自动分片,索引副本机制,restful风格接口,多数据源,自动搜索负载
分类:其他好文   时间:2018-07-14 17:17:20    阅读次数:424
LRU (近期最少使用)算法 c++实现
前言 这两天碰到面试题,说是页面调度算法,之前在操作系统书上有了解过,LRU(近期最少使用),还有OPT(最佳页面替换算法)、FIFO(先进先出页面置换算法),今天先来实现LRU 最近最少使用。 LRU 原理 LRU(Least recently used,最近最少使用)算法根据数据的历史访问记录来 ...
分类:编程语言   时间:2018-07-13 17:35:04    阅读次数:171
set 方法总结整理
Python 3.7.0 集合常用方法 ...
分类:其他好文   时间:2018-07-13 01:27:24    阅读次数:233
PAT 1146 Topological Order
This is a problem given in the Graduate Entrance Exam in 2018: Which of the following is NOT a topological order obtained from the given directed grap ...
分类:其他好文   时间:2018-07-12 22:43:08    阅读次数:247
(Java) LeetCode 413. Arithmetic Slices —— 等差数列划分
A sequence of number is called arithmetic if it consists of at least three elements and if the difference between any two consecutive elements is the ...
分类:编程语言   时间:2018-07-12 20:16:45    阅读次数:278
Tallest Cow(线段树较易)
题目描述 FJ's N (1 ≤ N ≤ 10,000) cows conveniently indexed 1..N are standing in a line. Each cow has a positive integer height (which is a bit of secret). ...
分类:其他好文   时间:2018-07-11 21:24:24    阅读次数:152
USACO 2014 DEC Guard Mark 状态压缩
Problem 1: Guard Mark [Bill Cooperman, 2014]Farmer John and his herd are playing frisbee. Bessie throws thefrisbee down the field, but it's going stra ...
分类:其他好文   时间:2018-07-08 23:02:22    阅读次数:228
(Java) LeetCode 152. Maximum Product Subarray —— 乘积最大子序列
Given an integer array nums, find the contiguous subarray within an array (containing at least one number) which has the largest product. Example 1: E ...
分类:编程语言   时间:2018-07-08 22:12:36    阅读次数:210
redis(7)LRU缓存
一、LRU简介 LRU是Least Recently Used的缩写,即:最近最少使用。 它是内存管理中的一种页面置换算法,对于在内存中但是又不用的数据块,操作系统会根据哪些数据属于LRU而将其移除内存而腾出空间来加载另外的数据。 二、redis LRU 官方文章:https://redis.io/ ...
分类:其他好文   时间:2018-07-06 01:19:32    阅读次数:240
1796条   上一页 1 ... 44 45 46 47 48 ... 180 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!