readme.txt

来自「斯坦福Energy211/CME211课《c++编程——地球科学科学家和工程师》」· 文本 代码 · 共 16 行

TXT
16
字号
This folder contains source files for all of the examples given in Lecture 28, Mon Dec 3.Note: the MATLAB installation on the elaine workstations doesnot provide all of the libraries needed to link these programssuccessfully.  Therefore, these examples must be compiled onthe vine workstations instead (connect to vine.stanford.edu).timestwo - Simple MEX-file implementing a MATLAB function that	multiples a scalar by two and returns the resultdirectsolve - MEX-file implementing a MATLAB function that calls	LinearSystem::DirectSolve from Project 2, and converts	exceptions in the C++ code to MATLAB errorsrunmatlab - demonstrates how to use MATLAB from within C++ code

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?