老師,快出更多的視頻,太喜歡你的風(fēng)格啦。讓一些苦澀難懂的知識變得簡單有趣生動。操作系統(tǒng)什么的走起~
2016-11-14
罵人的,真的醉了,你來看視頻花錢了么?這個還照本宣科?自己去看看你老師怎么上的去吧?我從c++一路聽過來,從基本的一些概念到每個地方都給你耐心寫代碼講起來,真心良心視頻。你老師有那么好耐心給你代碼實現(xiàn)出來?就拿這個圖來說吧,生動形象,總比你老師給個概念,數(shù)學(xué)描述形象多了吧?真心良心之作,希望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
認(rèn)真看了視頻,找到原因了,老師故意設(shè)的坑,
nodeVect.push_back(nodeIndex);
m_pNodeArray[nodeIndex].m_bVisited=true;//這是故意漏的
補(bǔ)上以后,就正確了。。。。。
+ nodeVect [6](0,5,1,2,3,4) std::vector<int,std::allocator<int> >
nodeVect.push_back(nodeIndex);
m_pNodeArray[nodeIndex].m_bVisited=true;//這是故意漏的
補(bǔ)上以后,就正確了。。。。。
+ nodeVect [6](0,5,1,2,3,4) std::vector<int,std::allocator<int> >
2016-11-10
為毛第一個最小邊多選了一次?已設(shè)選中標(biāo)記,EdgeVect:【A--F--A--B--C--D】,NodeVect:【0,5,0,1,2,3】
2016-11-10
哪里出錯了?第一個節(jié)點選過未標(biāo)記?,輸出已選結(jié)點【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