作者BlackMatrix (BlackMatrix)
看板TVCard
标题Re: [问题] 麻烦推荐便宜的电视卡/盒
时间Tue Dec 8 16:35:44 2009
g[v].end(); w++) { if (distvec[*w] == -1) //
distance of *w from source not determined yet {
distvec[*w] = distvec[v]+1; q.push(*w); }
} } for (int j = 0; j < distvec.size(); j++) // print
distances from source cout << j << ": " << distvec[j] <<
endl;}// A driver to test the algorithm. Constructed graph is////
1// *// 0 2 / \// *-----*---*3//
| |// | |// 5*---*4////void
main(){ Graph g(6); g[0].push_back(2); g[1].push_back(3);
g[1].push_back(2); g[2].push_back(3); g[2].push_back(5);
g[2].push_back(1); g[2].push_back(0); g[3].push_back(1);
g[3].push_back(2); g[3].push_back(4); g[5].push_back(4);
g[4].push_back(5); g[4].push_back(3); g[5].push_back(2);
shortestpaths(g,1);}※ 引述《lalacoa (!!)》之铭言:
: 我主要是要能看跟录,所以一定要usb电视盒不然就电视卡
: 目前预算最多是考虑广圜的1280或康博u700
: 广寰的便宜一点,不知道效果会不会差很多??
: 甚至考虑更便宜的,一千块上下的那种电视卡
: (我是抱着能省则省,能用就好)
: 但又担心会不会很烂...有没有比较推荐的?
: ps.我的pc
: sempron2200+(1.8g)
: 记忆体768MB
: 显示卡ATI 9550
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 173.56.121.140
1F:→ casko:Delphi?? 12/08 19:51