骂人的,真的醉了,你来看视频花钱了么?这个还照本宣科?自己去看看你老师怎么上的去吧?我从c++一路听过来,从基本的一些概念到每个地方都给你耐心写代码讲起来,真心良心视频。你老师有那么好耐心给你代码实现出来?就拿这个图来说吧,生动形象,总比你老师给个概念,数学描述形象多了吧?真心良心之作,希望james多出系列视频!
2016-11-14
麻蛋,哪里出错了?
-nodeSets [1]([3](0,5,0)) std::vector<std::vector<int,std::allocator<int> >,std::allocator<std::vector<int,std::allocator<int> > > >
-nodeSets [1]([3](0,5,0)) std::vector<std::vector<int,std::allocator<int> >,std::allocator<std::vector<int,std::allocator<int> > > >
2016-11-11
认真看了视频,找到原因了,老师故意设的坑,
nodeVect.push_back(nodeIndex);
m_pNodeArray[nodeIndex].m_bVisited=true;//这是故意漏的
补上以后,就正确了。。。。。
+ nodeVect [6](0,5,1,2,3,4) std::vector<int,std::allocator<int> >
nodeVect.push_back(nodeIndex);
m_pNodeArray[nodeIndex].m_bVisited=true;//这是故意漏的
补上以后,就正确了。。。。。
+ nodeVect [6](0,5,1,2,3,4) std::vector<int,std::allocator<int> >
2016-11-10
为毛第一个最小边多选了一次?已设选中标记,EdgeVect:【A--F--A--B--C--D】,NodeVect:【0,5,0,1,2,3】
2016-11-10
0 1 0 1 0 0 0 0
1 0 1 0 0 1 0 0
0 1 0 0 1 0 0 0
1 0 0 0 0 0 1 1
0 0 1 0 0 1 0 0
0 1 0 0 1 0 0 0
0 0 0 1 0 0 0 0
0 0 0 1 0 0 0 0
A B C E F D G H
A B D C F G H E
Process returned 0 (0x0) execution time : 0.432 s
Press any key to continue.
1 0 1 0 0 1 0 0
0 1 0 0 1 0 0 0
1 0 0 0 0 0 1 1
0 0 1 0 0 1 0 0
0 1 0 0 1 0 0 0
0 0 0 1 0 0 0 0
0 0 0 1 0 0 0 0
A B C E F D G H
A B D C F G H E
Process returned 0 (0x0) execution time : 0.432 s
Press any key to continue.
2016-11-10