Redian新闻
>
一个比较好的chromecast的测评
avatar
一个比较好的chromecast的测评# PDA - 掌中宝
i*7
1
好像之前有人问过怎么解决overflow的问题。。
同求问一下。
======该死的分割线=======
好吧,终于过了leetcode的所有test cases了。。
不知道有没有别的同志给其他办法。
我就先贴一下我的代码吧
int divide(int aa, int bb) {
// Start typing your C/C++ solution below
// DO NOT write int main() function
bool flag = false;
long long int a = aa;
long long int b = bb;
if(a < 0)
{
flag = !flag;
a = ~a + 1;
}
if(b < 0){
flag = !flag;
b = ~b + 1;
}
int digitA = log2(a);
int digitB = log2(b);
int q = 0;
int msb = (digitA - digitB + 1);
for(int i = msb; i >= 0; i--)
{
if(((b << i) > a) || ((a >> i) < b))
{
continue;
}
q |= (1 << i);
a -= (b << i);
}
if(flag){
q = ~q + 1;
}
return q;
}
avatar
w*g
2
http://liliputing.com/2013/07/google-chromecast-streams-interne
比较蛋疼的地方,
1,无法用手机操控播NAS上的东西。 安猪上chrome居然不行,泥马腹黑三哥,去安猪
化如此嚣张。
2,pc上可用chrome播NAS上,但只有H264才行,MKV悬。
3,beta!泥马三哥又拿我当小白鼠!
2,
★ 发自iPhone App: ChineseWeb 7.8
avatar
d*a
3
以前写过一个递归的。
long long int divhelper(long long int a, long long int b)
{
if (a < b)
return 0;
if (a == b)
return 1;

int shift = 0;

while ((b << shift) <= a)
shift++;

return (1 << (shift - 1)) + divhelper(a - (b << (shift - 1)), b);
}
int div1(int a, int b)
{
assert(b != 0);

int sign;
if ((a >= 0 && b > 0) || (a < 0 && b < 0))
sign = 1;
else
sign = -1;

long long int c = abs(a);
long long int d = abs(b);

long long int result = divhelper(c , d);

return sign * result;
}
avatar
m*d
4
pc上chrome怎么播nas?

【在 w*****g 的大作中提到】
: http://liliputing.com/2013/07/google-chromecast-streams-interne
: 比较蛋疼的地方,
: 1,无法用手机操控播NAS上的东西。 安猪上chrome居然不行,泥马腹黑三哥,去安猪
: 化如此嚣张。
: 2,pc上可用chrome播NAS上,但只有H264才行,MKV悬。
: 3,beta!泥马三哥又拿我当小白鼠!
: 2,
: ★ 发自iPhone App: ChineseWeb 7.8

avatar
w*g
5
browse c drive。

★ 发自iPhone App: ChineseWeb 7.8

【在 m*d 的大作中提到】
: pc上chrome怎么播nas?
avatar
D*G
6
这个播nas的第三方android app应该会很快出来吧

【在 w*****g 的大作中提到】
: http://liliputing.com/2013/07/google-chromecast-streams-interne
: 比较蛋疼的地方,
: 1,无法用手机操控播NAS上的东西。 安猪上chrome居然不行,泥马腹黑三哥,去安猪
: 化如此嚣张。
: 2,pc上可用chrome播NAS上,但只有H264才行,MKV悬。
: 3,beta!泥马三哥又拿我当小白鼠!
: 2,
: ★ 发自iPhone App: ChineseWeb 7.8

avatar
g*g
7
Just type c:/ in your chrome browser. Your one stop porn solution.
avatar
w*g
8
no,my porn is on NAS,not on c。

★ 发自iPhone App: ChineseWeb 7.8

【在 g*****g 的大作中提到】
: Just type c:/ in your chrome browser. Your one stop porn solution.
avatar
g*g
9
how hard is it to browse your NAS from your PC?

【在 w*****g 的大作中提到】
: no,my porn is on NAS,not on c。
:
: ★ 发自iPhone App: ChineseWeb 7.8

avatar
w*g
10
希望不要强制一定要H264编码。压片转码要精尽人亡的。

★ 发自iPhone App: ChineseWeb 7.8

【在 D*G 的大作中提到】
: 这个播nas的第三方android app应该会很快出来吧
avatar
w*g
11
我早不用PC上chrome了

★ 发自iPhone App: ChineseWeb 7.8

【在 g*****g 的大作中提到】
: how hard is it to browse your NAS from your PC?
avatar
a*a
12
pc上还是cast the tab, 也就是说你在把pc上的内容webRTC到chromecast上。

【在 w*****g 的大作中提到】
: http://liliputing.com/2013/07/google-chromecast-streams-interne
: 比较蛋疼的地方,
: 1,无法用手机操控播NAS上的东西。 安猪上chrome居然不行,泥马腹黑三哥,去安猪
: 化如此嚣张。
: 2,pc上可用chrome播NAS上,但只有H264才行,MKV悬。
: 3,beta!泥马三哥又拿我当小白鼠!
: 2,
: ★ 发自iPhone App: ChineseWeb 7.8

avatar
m*d
13
对啊, 网络硬盘咋整? \\192.168.x.x

【在 w*****g 的大作中提到】
: no,my porn is on NAS,not on c。
:
: ★ 发自iPhone App: ChineseWeb 7.8

avatar
g*g
14
map一下drive

【在 m*d 的大作中提到】
: 对啊, 网络硬盘咋整? \\192.168.x.x
avatar
w*g
15
手机用户肿摸办?

★ 发自iPhone App: ChineseWeb 7.8

【在 g*****g 的大作中提到】
: map一下drive
avatar
i*h
16
Google’s Chromecast is the first device to support the new Google Cast
technology. But the $35 standalone box might be just the first of many
devices to use Google Cast. Eventually you may be able to buy TVs, Blu-ray
players, or other devices that have the technology baked right in, allowing
you to stream internet content to your TV without a separate device.
狗狗真正要的还是平台啊
等聪明电视整合这个,也许棒子就不生产了
avatar
i*h
17
After a video starts playing, you can close the browser tab and go about
your business. You can even turn off your computer. But if you want to
control video playback, you may want to leave the browser tab open since you
can use the on-screen controls for YouTube or other video sites to control
playback.
靠,难道浏览器不是用镜像?都是用DIAL?
avatar
s*v
18
不用看了,就是半成品,Marvell估计又要被google坑了
google就不能好好出个成熟的产品?

【在 w*****g 的大作中提到】
: http://liliputing.com/2013/07/google-chromecast-streams-interne
: 比较蛋疼的地方,
: 1,无法用手机操控播NAS上的东西。 安猪上chrome居然不行,泥马腹黑三哥,去安猪
: 化如此嚣张。
: 2,pc上可用chrome播NAS上,但只有H264才行,MKV悬。
: 3,beta!泥马三哥又拿我当小白鼠!
: 2,
: ★ 发自iPhone App: ChineseWeb 7.8

avatar
r*y
19
这么个东西不需要看测评。

【在 w*****g 的大作中提到】
: http://liliputing.com/2013/07/google-chromecast-streams-interne
: 比较蛋疼的地方,
: 1,无法用手机操控播NAS上的东西。 安猪上chrome居然不行,泥马腹黑三哥,去安猪
: 化如此嚣张。
: 2,pc上可用chrome播NAS上,但只有H264才行,MKV悬。
: 3,beta!泥马三哥又拿我当小白鼠!
: 2,
: ★ 发自iPhone App: ChineseWeb 7.8

avatar
m*d
20
marvell怎么啦

【在 s******v 的大作中提到】
: 不用看了,就是半成品,Marvell估计又要被google坑了
: google就不能好好出个成熟的产品?

avatar
w*g
21
草,不读测评我怎么和奶你些萎琐男谈笑风声?

★ 发自iPhone App: ChineseWeb 7.8

【在 r****y 的大作中提到】
: 这么个东西不需要看测评。
avatar
g*g
22
depends, if you are browsing a compatible website, it will play from cloud,
otherwise it's mirroring.

you
control

【在 i***h 的大作中提到】
: After a video starts playing, you can close the browser tab and go about
: your business. You can even turn off your computer. But if you want to
: control video playback, you may want to leave the browser tab open since you
: can use the on-screen controls for YouTube or other video sites to control
: playback.
: 靠,难道浏览器不是用镜像?都是用DIAL?

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