Redian新闻
>
因为GS3可能要处理联想平板
avatar
因为GS3可能要处理联想平板# PDA - 掌中宝
B*1
1
Suggest a DS for web server to store history of visited pages. The server
must maintain data for last n days. It must show the most visited pages of
the current day first and then the most visited pages of next day and so on.
avatar
T*e
2
黑五败了个Logitech G700s,电池用四五天就只剩10%了。正常吗?
avatar
m*w
3
被GS3高分惯坏了,现在觉得联想1280*800看着不舒服。考虑金刚或华为。还有更高的
吗?
果粉当年怎么忍受一首视网膜手机,一手1024*768平板的?是不是忍忍就习惯了。
avatar
A*M
4
啥是DS?
avatar
m*g
5
太正常了。游戏鼠标都是用小时来衡量续航的。

【在 T****e 的大作中提到】
: 黑五败了个Logitech G700s,电池用四五天就只剩10%了。正常吗?
avatar
p*r
6
Nook HD 7 inch has 1440x900 resolution.
avatar
B*1
7
should be data structure.

【在 A***M 的大作中提到】
: 啥是DS?
avatar
b*x
8
玩游戏的我绝对不用 wireless, 稍微因为电池或什么而反应慢了一点而死了
就太不值了,如果还在 team 里,肯定被骂死。

【在 m**********g 的大作中提到】
: 太正常了。游戏鼠标都是用小时来衡量续航的。
avatar
m*w
9
七寸,需破解,没戏。

【在 p*********r 的大作中提到】
: Nook HD 7 inch has 1440x900 resolution.
avatar
W*r
10
实现一个自定义的Cache就行了。里面最基本的是一个Size N的LinkedList,最新的一天的加到Head的位置,LinkedList到Limit了就挤掉最后的一个。
每个元素再指到一个对应的LinkedHashMap,它是最常用的可以计数及保持顺序的数据结构了。
avatar
a*t
11
这个不用时候就把USB插上充电

【在 T****e 的大作中提到】
: 黑五败了个Logitech G700s,电池用四五天就只剩10%了。正常吗?
avatar
B*1
12
c++ 没有linkedhashmap阿,难道要自己写一个?
有其他东西可以用吗?
thanks

一天的加到Head的位置,LinkedList到Limit了就挤掉最后的一个。
据结构了。

【在 W**********r 的大作中提到】
: 实现一个自定义的Cache就行了。里面最基本的是一个Size N的LinkedList,最新的一天的加到Head的位置,LinkedList到Limit了就挤掉最后的一个。
: 每个元素再指到一个对应的LinkedHashMap,它是最常用的可以计数及保持顺序的数据结构了。

avatar
a*t
13
所以我的G700s一直接着线当有线用

【在 b*****x 的大作中提到】
: 玩游戏的我绝对不用 wireless, 稍微因为电池或什么而反应慢了一点而死了
: 就太不值了,如果还在 team 里,肯定被骂死。

avatar
A*M
14
那就用两个结构啊
STL hashmap + LIST
这个问题和LRU那道类似。

【在 B*******1 的大作中提到】
: c++ 没有linkedhashmap阿,难道要自己写一个?
: 有其他东西可以用吗?
: thanks
:
: 一天的加到Head的位置,LinkedList到Limit了就挤掉最后的一个。
: 据结构了。

avatar
a*o
15
不对吧,哥的logitech无线好像好几个月才要换电池,macbook的也是,还每天用一整
天。

【在 T****e 的大作中提到】
: 黑五败了个Logitech G700s,电池用四五天就只剩10%了。正常吗?
avatar
B*1
16
单用hashmap的话怎么track
most visited pages of the current day
thanks

【在 A***M 的大作中提到】
: 那就用两个结构啊
: STL hashmap + LIST
: 这个问题和LRU那道类似。

avatar
b*x
17
肯定是要看型号的, 我也有个 logitech wireless mouse, 几个月到半年
才换一次。

【在 a*o 的大作中提到】
: 不对吧,哥的logitech无线好像好几个月才要换电池,macbook的也是,还每天用一整
: 天。

avatar
q*9
18
using minimal heap to store the most visited pages, and a maximal heap to
store the rest of the pages of current day, once the root value of maximal
heap greater than the root value of minimal heap, remove the root of the
minimal heap and insert the root of the maximal heap into the minimal heap
and discard the maximal heap by the end of the day. do the same thing next
day, and keep
track all of the root of the heaps in an array or whatever(that's no big
deal).

server
of
on.

【在 B*******1 的大作中提到】
: Suggest a DS for web server to store history of visited pages. The server
: must maintain data for last n days. It must show the most visited pages of
: the current day first and then the most visited pages of next day and so on.

avatar
s*r
19
你那不是游戏鼠标。
记得我的G700D还是一节电池的.

【在 a*o 的大作中提到】
: 不对吧,哥的logitech无线好像好几个月才要换电池,macbook的也是,还每天用一整
: 天。

avatar
w*u
20
g700s最烂没有之一,换602就好啦

【在 T****e 的大作中提到】
: 黑五败了个Logitech G700s,电池用四五天就只剩10%了。正常吗?
avatar
T*e
21
它那个线太粗太硬了,一插上去就觉得手累

【在 a*******t 的大作中提到】
: 所以我的G700s一直接着线当有线用
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。