szRLine =_T("\n");!!!core

  for (int j=0;j<this->m_nCloum;j++)
  {//列
   CString txt;
   float *pf = (float *)m_pvData;
   float f = pf[i*m_nCloum+j];
   txt.Format( _T("%0.5f\t"),f);


   szRLine += txt;
  }
  szRLine +=_T("\r");!!!core

相关文章:

  • 2021-11-30
  • 2021-12-05
  • 2021-09-17
  • 2021-07-10
  • 2022-12-23
  • 2021-09-02
猜你喜欢
  • 2021-05-27
  • 2021-05-26
  • 2022-01-10
  • 2021-12-03
  • 2021-06-15
  • 2021-12-03
相关资源
相似解决方案