permroots.h
来自「普林斯顿开发的快速球面调和变换算法」· C头文件 代码 · 共 23 行
H
23 行
// permroots.h: interface for the permroots class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_PERMROOTS_H__59331AD5_927E_45B3_8840_D9F2E65F8ADD__INCLUDED_)
#define AFX_PERMROOTS_H__59331AD5_927E_45B3_8840_D9F2E65F8ADD__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
extern const double r4096[8192];
class permroots
{
public:
permroots();
virtual ~permroots();
};
#endif // !defined(AFX_PERMROOTS_H__59331AD5_927E_45B3_8840_D9F2E65F8ADD__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?