首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴xuxubarca的代码贴全部
void CEx_FileSimilarityDlg::OnButtonChekin() 
{
// TODO: Add your control notification handler code here
int i;
int **c;
int m=fileStr1.GetLength()-1;
int n=fileStr2.GetLength()-1;
c=new int*[2];
for(i=0;i<2;i++)
c[i]=new int[n+1];
CSolute so;
so.pDlg=this;
......................
阅读全部 | 2014年5月20日 21:34
1
xuxubarca