s*w 发帖数: 729 | 1 codeeval.com 上的一个题
给n个东西,每个东西有重量和价值,要求在重量小于给定值的时候,尽量价值大
在重量是浮点数的情况下,怎么做 bottomup 的 dp table?
我现在的解是 recursion, 而且没 memorization, 因为不知道怎么存这个 table.
帖下代码,请指教一下
#include
#include
#include
#include
#include
#include
using namespace std;
class Solution {
int weightLimit;
int n;
vector weights;
vector costs;
public:
Solution(const string &line) {
istringstream iss(line);
iss >> weightLimit;
int in... 阅读全帖 |
|
g********s 发帖数: 895 | 2 【 以下文字转载自 PDA 讨论区 】
发信人: googlefans (Google), 信区: PDA
标 题: Re: 还有人觉得狗狗做安猪是活雷锋的吗?
发信站: BBS 未名空间站 (Fri Oct 18 13:33:50 2013, 美东)
app store竞争白热化的免费榜上,google的多个apps稳定占据top100,甚至top20.
youtube第7,google search第13, google maps第17, gmail第33, chrome第80,
google translate第92, google+ 第103, google earth 第106,google drive 第
121
相比较, facebook 第8, instagram 第10, twitter 第20, whatsapp 第24,
skype 第34, pvz2 第43, dropbox第78, waze 105, temple run2第110, cnn,
146, yelp 第160, 这些都是名声响亮的老牌apps
可见google 在ios平台上是多么可怕的存在,... 阅读全帖 |
|
g**********7 发帖数: 49 | 3 强!run2里面两次摔中袋的机会你都没有把握住啊,哈哈:D
好像台布很新很滑的样子~ |
|
m**********1 发帖数: 201 | 4 不错,基本功挺好!run2里面7号位应该是没叫好吧,可以叫的更近一些。不过够准,
呵呵。过两天我争取贴几段我play the ghost的视频上来,凑凑热闹。
BTW,我觉得你的脸型和打球的眼神特别像台湾球手的夏挥凯。 |
|
T******e 发帖数: 7425 | 5 开场看到foster run2个很成功,立马叫1个to,搞定了 |
|
|
|
|
t******3 发帖数: 4053 | 9
I can understand, he didn't even think run by himself. |
|
G********p 发帖数: 3504 | 10 offense: run3 with DR run2, passing game is not developed yet. It will be
hard to beat any good teams in close game. Hopefully, it can be improved
over the next couple games.
Defense: still a very weak secondary. It may never heal until next year.
Luckily, there are no good QBs in BiG who can pick us up in this point.
Maybe cousin can. It may define our season on Oct 15th.
10wins is not a dream. I am dreaming higher than 10. |
|
e*e 发帖数: 6808 | 11 放心好了
我的long run都不到10迈的,而且是龟速。上一周一点都没跑,这周下周都只打算两次
easy run2-3迈,周末还是动一下好。
而且,我半马,taper不taper其实无所谓 |
|
I*****n 发帖数: 823 | 12 这么大手笔。
一直想买双Nike的free run2做cross training和跑treadmill,现在看板上这么多喊虎
走的,又有点纠结,那位给决断下? |
|
I*****n 发帖数: 823 | 13 这么大手笔。
一直想买双Nike的free run2做cross training和跑treadmill,现在看板上这么多喊虎
走的,又有点纠结,那位给决断下? |
|
I*****n 发帖数: 823 | 14 这虎走鞋包得紧吗,需要买大半号吗?
刚买的free run2到了,看rw的review说是比较fit,像穿袜子的感觉,所以买大了半号
,结果有点松。 |
|
y***r 发帖数: 1845 | 15 好像是sketcher go run2的广告。 |
|
R*****s 发帖数: 41236 | 16 昨儿去美墨边境的outlet逛,本来想逛sony outlet,看看那个6.4寸的防水手机的,
找半天没有,上网查,发现关门了,WK..
后来逛鞋店,给LD肿成包子的脚买新鞋,发现有SKECHERS,就进去逛,发现他家的
走路鞋很多,也的确很舒服. 而且买一双,第2双半价. 俺试了试他家的跑鞋,发现
都有些偏窄,也是黑人鞋,只有Go Run系列好点,可惜打折的Go Run2没有我的号了..
最后俺进了双半价的拖鞋 lol, 带memory foam和Cooling Gel,夏天逛街穿挺舒服的,
酱紫的:
另外发现新开了家the North Face店,不过进去逛了逛发现东西不是很多.. |
|
z*********n 发帖数: 94654 | 17 牛,期待
我在看西部的nbc,还没到决赛,刚qualify过了,直接放弃run2都进决赛,哈哈 |
|
|
e***e 发帖数: 38 | 19 【 以下文字转载自 Linux 讨论区 】
【 原文由 exihe 所发表 】
I know .o.c depenndence can be written in %.c:%.o pattern
Is it possible to write a rule for filename:filename.o dependence?
something like:
TARGETS =run1 run2
$(TARGETS):%@.o <-----unfortunately it does not recognize %@.o here
$(CC) $< -o $@
Thanks |
|
e****e 发帖数: 179 | 20 【 以下文字转载自 Linux 讨论区 】
发信人: engine (boxing cat), 信区: Linux
标 题: how to submit multi-tasks to HPC linux cluster?
发信站: BBS 未名空间站 (Thu Sep 20 23:04:14 2007)
Here is what I do manual:
$ ssh node1
$ username: engine
$ password: xxxxx
$ run1.exe
Repeat
$ ssh node2
$ username: engine
$ password: xxxxx
$ run2.exe
$ ssh node3
$ username: engine
$ password: xxxxx
$ run3.exe
How can I write a script to submit these job automatically?
Thanks. |
|
o******u 发帖数: 60 | 21 今天收到信 說L5有問題
打電話
說小時數不能抵週數
.....................
也就是週數必須按照要求的週數
意思是
你一天3小時run2周 總共42小時
不等於一天6小時run1周 共42小時
他說必須小時and周數都要符合需求... |
|