⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jettable.h

📁 Mobile STK for Symbian OS V0.1
💻 H
字号:
/***************************************************//*! \class JetTable    \brief STK jet table class.    This class implements a flue jet non-linear    function, computed by a polynomial calculation.    Contrary to the name, this is not a "table".    Consult Fletcher and Rossing, Karjalainen,    Cook, and others for more information.    by Perry R. Cook and Gary P. Scavone, 1995 - 2005.*//***************************************************/#ifndef STK_JETTABL_H#define STK_JETTABL_H#include "Function.h"class JetTable : public Function{public:  //! Default constructor.  JetTable();  //! Class destructor.  ~JetTable();protected:  StkFloat computeSample( StkFloat input );};#endif

⌨️ 快捷键说明

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