罵人的,真的醉了,你來(lái)看視頻花錢了么?這個(gè)還照本宣科?自己去看看你老師怎么上的去吧?我從c++一路聽過(guò)來(lái),從基本的一些概念到每個(gè)地方都給你耐心寫代碼講起來(lái),真心良心視頻。你老師有那么好耐心給你代碼實(shí)現(xiàn)出來(lái)?就拿這個(gè)圖來(lái)說(shuō)吧,生動(dòng)形象,總比你老師給個(gè)概念,數(shù)學(xué)描述形象多了吧?真心良心之作,希望james多出系列視頻!
2016-11-14
麻蛋,哪里出錯(cuò)了?
-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
為毛第一個(gè)最小邊多選了一次?已設(shè)選中標(biāo)記,EdgeVect:【A--F--A--B--C--D】,NodeVect:【0,5,0,1,2,3】
2016-11-10
哪里出錯(cuò)了?第一個(gè)節(jié)點(diǎn)選過(guò)未標(biāo)記?,輸出已選結(jié)點(diǎn)【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
最新回答 / 慕尼黑3133350
鏈接發(fā)生改動(dòng),新連接為:http://www.myoak.info/post/30/
好多人學(xué)不下去了還是怎么著
代碼打了上千行 好有成就感啊
代碼打了上千行 好有成就感啊
2016-11-06