矩阵保存的C++程序
#include using namespace std; int main() { int i,j; float val[100][50]; for (i=0;i
下载地址
用户评论