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

📄 primitive_fst.h

📁 普林斯顿开发的快速球面调和变换算法
💻 H
字号:
// primitive_FST.h: interface for the primitive_FST class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_PRIMITIVE_FST_H__B2B65482_E3E1_46CC_B350_E014F053D2DB__INCLUDED_)
#define AFX_PRIMITIVE_FST_H__B2B65482_E3E1_46CC_B350_E014F053D2DB__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


class primitive_FST  
{
public:
	void transpose(double *array,int size);
	void seanindex2(int m,int l,int bw,int *loc);
	int seanindex(int m,int l,int bw);
	primitive_FST();
	virtual ~primitive_FST();

};

#endif // !defined(AFX_PRIMITIVE_FST_H__B2B65482_E3E1_46CC_B350_E014F053D2DB__INCLUDED_)

⌨️ 快捷键说明

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