高斯消去法2.cpp
来自「高斯消去法解方程组」· C++ 代码 · 共 15 行
CPP
15 行
// 高斯消去法2.cpp : Defines the entry point for the console application.
//
#include"stdafx.h"
#include"Gaosi.h"
void main(int argc, char* argv[])
{
CGaosi_Xiaoyuan example("a.txt",4);
example.Print_yanshi_fangcheng();
example.Print_result();
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?