readme.txt
来自「斯坦福Energy211/CME211课《c++编程——地球科学科学家和工程师》」· 文本 代码 · 共 18 行
TXT
18 行
This folder contains source files for all of the examples given in Lecture 29, Wed Dec 5.custom_solve - demonstrates using command-line arguments, which are used to customize how a given linear system is solved. The StationarySolve function in LinearSystem is modified to take the new members m_maxiter and m_tol into account. A sample datafile, data.txt, is included.In addition, the files from the following UNIX examples are included, but they cannot be built in MDS because a FORTRANcompiler is required.cmain - demonstrates calling FORTRAN from C++fmain - demonstrates calling C++ from FORTRAN
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?