CNNetwork::CNNetwork(void) : m_iW(0) , m_iH(0){ m_hNetwork = NULL; m_iW=28; m_iH=28; m_ucGray = NULL;}
初始化表达式
@jello chen