Курсовая работа: Алгоритм раскраски графа (точный)

Invalidate(TRUE);

}

}

}

void CKursovojDlg::OnButton2()

{

char ch[2];

CString str;

// TODO: Add your control notification handler code here

m_l1.ResetContent();

for (int i=0 ; i<1000; i++)

for (int j=0 ; j<100; j++)

{

matsm[i][j]=0;

mass[i][j]=0;

fff[i][j]=0;

umnf[i][j]=0;

}

for ( i=1 ; i<kolv+1 ; i++)

{

for (int j=1 ; j<kolv+1 ; j++)

{

if (i==j) matsm[i][j]=0;

else

{

matsm[i][j]=0;

for (int t=1; t<kolreb+1; t++)

if (((rebro[t].n==i)&&(rebro[t].k==j))||((rebro[t].n==j)&&(rebro[t].k==i)))

matsm[i][j]=1;

К-во Просмотров: 904
Бесплатно скачать Курсовая работа: Алгоритм раскраски графа (точный)