摘要: #include #include #include #include #include #include #include using namespace std; const int Q=9; //D2Q9模型 const int NX=256; //x方向 const int NY=256; //y方向 const double U=0.1; //... 阅读全文
posted @ 2017-03-05 12:28 Zhong_Leo 阅读(989) 评论(0) 推荐(0)