basicexcelpresentation.hpp
来自「financal instrument pricing using c」· HPP 代码 · 共 14 行
HPP
14 行
// BasicExcelPresentation.cpp
//
// Implementation of Presentation activity.
// Creates charts of the functions in MS Excel.
//
#include "Vector.cpp"
#include "ExcelDriver.cpp"
// Create Excel spreadsheet and show values.
void Present( const Vector<double, int> & x, const Vector<double, int> & function,
const string& chartTitle, const string& cellTitle);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?