avatar
vpn有多安全?# PDA - 掌中宝
j*e
1
普约尔太man了 真汉子啊 以后要在实况里重用丫
avatar
s*f
2
There are a row of houses, each house can be painted with three colors red,
blue and green. The cost of painting each house with a certain color is
different. You have to paint all the houses such that no two adjacent houses
have the same color. You have to paint the houses with minimum cost. How
would you do it?
avatar
Y*d
3
用vpn上网,网站完全不知道真实ip?
avatar
r*g
4
一排房子,难道不是两种最便宜的颜色轮流漆……?
avatar
k*s
5
看你干什么。如果是想保留一点个人小隐私,VPN是有用的。如果是做大案,没用,因
为FBI可以查看任何一个VPN的记录找到你的IP甚至更多的资料。
avatar
o*g
6
假设前面N个已经刷好了,第N+1个,不能和第N个同颜色,就剩俩颜色了,选便宜的那个
第一个就三个里面选最便宜的。

,
houses

【在 s***f 的大作中提到】
: There are a row of houses, each house can be painted with three colors red,
: blue and green. The cost of painting each house with a certain color is
: different. You have to paint all the houses such that no two adjacent houses
: have the same color. You have to paint the houses with minimum cost. How
: would you do it?

avatar
Y*d
7
还做大案,你想的挺多。那我要是别的国家的vpn呢,比如日本或者中国的

【在 k**********s 的大作中提到】
: 看你干什么。如果是想保留一点个人小隐私,VPN是有用的。如果是做大案,没用,因
: 为FBI可以查看任何一个VPN的记录找到你的IP甚至更多的资料。

avatar
g*e
8
minCost(first i houses, i th house with color x)

,
houses

【在 s***f 的大作中提到】
: There are a row of houses, each house can be painted with three colors red,
: blue and green. The cost of painting each house with a certain color is
: different. You have to paint all the houses such that no two adjacent houses
: have the same color. You have to paint the houses with minimum cost. How
: would you do it?

avatar
k*s
9
各个国家的法律不同。
你就记住一条:一切加密都是到VPN服务器为止,到那都是解开的。当然,如果你访问
的最终目的地是SSL(HTTPS),那么那一层的加密还是维持的。
avatar
o*g
10
这个还真有问题,比如
R G B
1 10 100 1000
2 1 1000 10000
第一个选了10,第二个就得选1000,结果是1010
其实答案应该是第一个选100,第二个选1,结果是101

那个

【在 o***g 的大作中提到】
: 假设前面N个已经刷好了,第N+1个,不能和第N个同颜色,就剩俩颜色了,选便宜的那个
: 第一个就三个里面选最便宜的。
:
: ,
: houses

avatar
R*9
11
use a 3*N matrix.
fun('R', i) = cost('R', i) + min(fun('B', i-1), fun('G', i-1));
fun('G', i) = cost('G',i) + min(fun('R', i-1), fun('B', i-1));
fun('B', i) = cost('B', i) + min(fun('R',i-1), fun('G', i-1));

【在 o***g 的大作中提到】
: 这个还真有问题,比如
: R G B
: 1 10 100 1000
: 2 1 1000 10000
: 第一个选了10,第二个就得选1000,结果是1010
: 其实答案应该是第一个选100,第二个选1,结果是101
:
: 那个

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